mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00

Fix markdown for italic and other font styles Improve sample pages and posts in example site Update example site config Resolves #5 :)
31 lines
801 B
TOML
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:
|