Update example site to display somethings

This commit is contained in:
Alexis Tacnet
2016-12-26 18:35:49 +01:00
parent cc0155e28d
commit 39069747de

View File

@@ -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 = ""
github = "https://github.com/example"
email = "you@example.com"
linkedin = "example"
twitter = "@example"