From a37aacbfdff420f03f4751ad506c4ea6636194f8 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Mon, 20 Jul 2015 21:27:47 +0200 Subject: [PATCH] Update example config.toml --- exampleSite/config.toml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 69a95ff..dcf58ba 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,21 +1,24 @@ # Site settings -baseurl = "http://replace-this-with-your-hugo-site.com/" +baseurl = "http://replace-this-with-your-domain.com/" languageCode = "en-us" title = "Hugo Cactus Theme" theme = "hugo-cactus-theme" - [permalinks] posts = "/:year/:slug/" [params] name = "Mr. Hugo" - description = "Description about your website" + description = "Describe your website" bio = "Blogger - Programmer - Gopher" - # Enter optionally your social network accounts - twitter = "Your twitter account" - disqusShortname = "your_disqus_shortname" + # Enter optionally your twitter account + twitter = "Your Twitter account" + # Disable comments by leaving disqusShortname empty + disqusShortname = "spf13" + + # The variables below are optionally too and can be used to + # translate or customize each string of the theme. # Navigation links home = "" @@ -26,6 +29,9 @@ theme = "hugo-cactus-theme" newerPosts = "" readMore = "" copyright = "" + # Sharing options in posts + tweet = "" + share = "" # 404 page title404 = "" subtitle404 = "" \ No newline at end of file