mirror of
https://git.theinfopunk.com/punk/thewwwdotcom-blog.git
synced 2024-12-28 03:16:30 -05:00
49 lines
946 B
TOML
49 lines
946 B
TOML
baseURL = "https://example.com"
|
|
languageCode = "en"
|
|
DefaultContentLanguage = "en"
|
|
title = "Hello, Friend."
|
|
publishdir = "/srv/www/thewwwdotcom.com/"
|
|
theme = "anatole-theme"
|
|
|
|
summarylength = 10
|
|
enableEmoji = true
|
|
enableRobotsTXT = false
|
|
|
|
|
|
# Syntax highlighting
|
|
pygmentsUseClasses = true
|
|
pygmentsCodeFences = true
|
|
pygmentsCodefencesGuessSyntax = true
|
|
|
|
# Localized dates requires Hugo version 0.87.0
|
|
localizedDates = false
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe=true
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
series = "series"
|
|
tag = "tags"
|
|
|
|
[related]
|
|
includeNewer = true
|
|
threshold = 80
|
|
toLower = true
|
|
[[related.indices]]
|
|
name = 'keywords'
|
|
weight = 100
|
|
[[related.indices]]
|
|
name = 'tags'
|
|
weight = 80
|
|
|
|
[services]
|
|
# Enable Disqus.Disqus.Shortname
|
|
[services.disqus]
|
|
#shortname = 'your-disqus-shortname'
|
|
# Google Analytics
|
|
[services.googleAnalytics]
|
|
#ID = 'G-MEASUREMENT_ID'
|