Files
cocoa-eh-hugo-theme/exampleSite/config.toml
Nishanth Shanmugham 3e847e7817 Fill example site with general content
Fix markdown for italic and other font styles
Improve sample pages and posts in example site
Update example site config

Resolves #5 :)
2015-12-21 04:43:07 -06:00

31 lines
801 B
TOML

baseurl = "https://you.github.io/" # TODO
builddrafts = false
canonifyurls = true
contentdir = "content"
languageCode = "en-US"
layoutdir = "layouts"
publishdir = "public"
author = "Arthur Dent"
title = "Arthur Dent"
pygmentsuseclasses = true
disqusShortname = "cocoaexamplesite" # TODO: optional, comment out to disable Disqus
[permalinks]
fixed = ":title/"
posts = "posts/:slug/"
[params]
Author = "Arthur Dent"
CacheBuster = true
DateForm = "Jan 2, 2006"
DateFormFull = "Mon Jan 2 2006 15:04:05 MST"
Description = "Don't panic"
Email = "you@example.space" # TODO:
FaviconFile = "img/leaf.ico"
GATracker = "XYZ" # TODO:
GitHub = "//github.com/you" # TODO:
Initials = "ad" # displayed on single post page
Lang = "en"
LinkedIn = "//linkedin.com/in/you" # TODO:
Twitter = "//twitter.com/you" # TODO: