mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
35 lines
923 B
TOML
35 lines
923 B
TOML
baseurl = "https://you.github.io/"
|
|
builddrafts = false
|
|
canonifyurls = true
|
|
contentdir = "content"
|
|
languageCode = "en-US"
|
|
layoutdir = "layouts"
|
|
publishdir = "public"
|
|
author = "Arthur Dent"
|
|
title = "Arthur Dent"
|
|
pygmentsuseclasses = true
|
|
disqusShortname = "cocoaexamplesite" # Comment out to disable Disqus.
|
|
pluralizelisttitles = false
|
|
|
|
[permalinks]
|
|
fixed = ":title/"
|
|
blog = "blog/: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"
|
|
FaviconFile = "img/leaf.ico"
|
|
GATracker = "XYZ"
|
|
GitHub = "//github.com/you"
|
|
HighlightJS = true
|
|
Initials = "ad" # Displayed on single post page; DEPRECATED in v0.3.0.
|
|
Lang = "en"
|
|
LinkedIn = "//linkedin.com/in/you"
|
|
Twitter = "//twitter.com/you"
|
|
Gravatar = "abcdef"
|
|
ExtraCssFiles = [ "/css/override.css" ] # In your `static/css`, add/remove files as necessary.
|