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" theme = "cocoa-eh-hugo-theme"
builddrafts = true builddrafts = true
canonifyurls = true canonifyurls = true
@@ -6,8 +6,8 @@ contentdir = "content"
languageCode = "en-US" languageCode = "en-US"
layoutdir = "layouts" layoutdir = "layouts"
publishdir = "public" publishdir = "public"
author = "" author = "Alexis Tacnet"
title = "Cocoa-EH" title = "Cocoa Enhanced"
pygmentsuseclasses = true pygmentsuseclasses = true
disqusshortname = "" disqusshortname = ""
pluralizelisttitles = false pluralizelisttitles = false
@@ -17,16 +17,16 @@ fixed = ":title/"
blog = "blog/:slug/" blog = "blog/:slug/"
[params] [params]
author = "" author = "Alexis Tacnet"
cachebuster = true cachebuster = true
dateform = "Jan 2, 2006" dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 MST" dateformfull = "Mon Jan 2 2006 15:04:05 MST"
description = "" description = "Example blog"
logofile = "images/logo.png" logofile = "images/logo.png"
faviconfile = "images/logo.png" faviconfile = "images/logo.png"
highlightjs = true highlightjs = true
lang = "en" lang = "en"
github = "" github = "https://github.com/example"
email = "" email = "you@example.com"
linkedin = "" linkedin = "example"
twitter = "" twitter = "@example"