From 6580118347705e8786ef8344a6c24c8b89f8ce1e Mon Sep 17 00:00:00 2001 From: Hanzei Date: Mon, 11 Jun 2018 23:51:09 +0200 Subject: Cleanup exampleSite/config.toml (Fix #55) --- exampleSite/config.toml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8f8a70a..81174bf 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,14 +1,12 @@ -baseurl = "/" # Your domain name. Must end with "/" -languageCode = "en-us" -title = "Introduction" +baseURL = "https://example.org/" # Your domain name. Must end with "/" +languageCode = "en-us" # languageCode +title = "Introduction" # Site title theme = "introduction" enforce_ssl = false -builddrafts = false # Include pages with draft status of true -canonifyurls = true # Turns relative urls into absolute urls -# disqusshortname = "xxx" # Enable Disqus for comments -# googleAnalytics = "xxx" +# disqusshortname = "" # Enable Disqus for comments https://gohugo.io/content-management/comments +# googleAnalytics = "" # Enable Google Analytics https://gohugo.io/templates/internal/#google-analytics -[params] +[params] blogHead = "Blog" # Full name shows on blog post pages firstName = "Introduction" # First name shows in introduction on main page tagLine = "I'm a theme for Hugo." # Appears after the introduction @@ -47,13 +45,13 @@ canonifyurls = true # Turns relative url # Find icon names here: http://fontawesome.io/cheatsheet/ [[params.social]] - url = "https://twitter.com/" + url = "https://twitter.com/" icon = "twitter" [[params.social]] - url = "https://facebook.com/" + url = "https://facebook.com/" icon = "facebook" [[params.social]] - url = "https://linkedin.com/" - icon = "linkedin" \ No newline at end of file + url = "https://linkedin.com/" + icon = "linkedin" -- cgit v1.2.3