From 39069747ded6e02de3fc4db1e92d7f7348057017 Mon Sep 17 00:00:00 2001 From: Alexis Tacnet Date: Mon, 26 Dec 2016 18:35:49 +0100 Subject: [PATCH] Update example site to display somethings --- exampleSite/config.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index df0ccac..4b26a85 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,4 +1,4 @@ -baseurl = "your-base-url" +baseurl = "https://example.com" theme = "cocoa-eh-hugo-theme" builddrafts = true canonifyurls = true @@ -6,8 +6,8 @@ contentdir = "content" languageCode = "en-US" layoutdir = "layouts" publishdir = "public" -author = "" -title = "Cocoa-EH" +author = "Alexis Tacnet" +title = "Cocoa Enhanced" pygmentsuseclasses = true disqusshortname = "" pluralizelisttitles = false @@ -17,16 +17,16 @@ fixed = ":title/" blog = "blog/:slug/" [params] -author = "" +author = "Alexis Tacnet" cachebuster = true dateform = "Jan 2, 2006" dateformfull = "Mon Jan 2 2006 15:04:05 MST" -description = "" +description = "Example blog" logofile = "images/logo.png" faviconfile = "images/logo.png" highlightjs = true lang = "en" -github = "" -email = "" -linkedin = "" -twitter = "" \ No newline at end of file +github = "https://github.com/example" +email = "you@example.com" +linkedin = "example" +twitter = "@example" \ No newline at end of file