Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sample-config.toml')
-rwxr-xr-xsample-config.toml42
1 files changed, 21 insertions, 21 deletions
diff --git a/sample-config.toml b/sample-config.toml
index 0ba1653..7961151 100755
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -1,4 +1,5 @@
-baseurl = "http://example.com"
+
+baseurl = "https://example.com"
disablePathToLower = false
languageCode = "en-us"
title = "Site title"
@@ -39,25 +40,24 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
sidebarHeader = "Sidebar Header"
# Sidebar text also supports markdown
- # New lines can be added with </br> or normal markdown (two spaces at the end of line or two new lines).
+ # New lines can be added with two spaces at the end of line. New paragraphs can be added with two an empty line.
# when adding two new lines, remember to remove the indentation otherwise the new line will be treated as a codeblock
sidebarText = """Here's a [link to google](https://www.google.com)
- </br>
- Second line
- </br>
- Third line
- This line has two spaces in the end to create a new line using markdown
- Forth line
+
+ New paragraph
+
+ Another paragraph which has two spaces in the end to create a new line using markdown
+ New line but not a new paragraph
"""
# Sidebar menu - if true will add a sidebar menu between sidebar text and recent posts
sidebarMenuEnabled = true
sidebarMenuHeader = "Sidebar Links"
# sidebar links
- github = "https://github.com/parsiya/"
+ github = "https://github.com/parsiya/Hugo-Octopress"
bitbucket = "https://bitbucket.org/parsiya/"
twitter = "https://twitter.com/cryptogangsta/"
- keybase = "https://keybase.io/parsiya/"
+ keybase = ""
stackoverflow = ""
linkedin = ""
googleplus = ""
@@ -75,10 +75,10 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
truncate = true
# Author's name (appears in meta tags and under posts)
- author = "Author's name"
+ author = "Author"
# This text appears in the site header under website title
- subtitle = "Subtitle appears under website title"
+ subtitle = "Subtitle appears under the website title"
# Search engine URL
searchEngineURL = "https://www.google.com/search"
@@ -155,7 +155,7 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
# If navigationNewWindow (under [params]) is set to true then all links except root ("/") will open in a new window
# If it does not exist or is set to false then links will open in the same window
[[menu.main]]
- Name = "Blog"
+ Name = "Site's Home Page"
URL = "/"
weight = -5
@@ -178,16 +178,16 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
weight = 0
[[menu.sidebar]]
- Name = "Hugo"
- URL = "/categories/hugo/"
+ Name = "Hugo category"
+ URL = "/categories/golang/"
weight = 1
[[menu.sidebar]]
- Name = "Homepage"
- URL = "/"
+ Name = "About page"
+ URL = "/about"
weight = 2
-# Blackfriday is Hugo's markdown engine. Options are at: https://gohugo.io/overview/configuration/#configure-blackfriday-rendering
-[blackfriday]
- hrefTargetBlank = true # open the external links in a new window
- fractions = false
+# # Blackfriday is Hugo's markdown engine. Options are at: https://gohugo.io/overview/configuration/#configure-blackfriday-rendering
+# [blackfriday]
+# hrefTargetBlank = true # open the external links in a new window
+# fractions = false