mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-09-02 18:33:08 +02:00
45 lines
1012 B
TOML
45 lines
1012 B
TOML
baseURL = "https://www.example.com/"
|
|
title = "Hugo Theme Basic"
|
|
theme ="hugo-theme-basic"
|
|
languageCode = "en-us"
|
|
googleAnalytics = "UA-XXXXXXXXX-X"
|
|
enableEmoji = true
|
|
copyright = "© 2016-19 <a href='https://github.com/siegerts/hugo-theme-basic'>Hugo Theme Basic</a>. Made by <a href='https://twitter.com/siegerts'>@siegerts</a>."
|
|
description = "Basic personal site theme styled with minimal tachyons, syntax highlighting, and blog series configuration."
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
series = "series"
|
|
tag = "tags"
|
|
|
|
[params]
|
|
titleEmoji = ":tada:"
|
|
# change this!
|
|
twitter = "siegerts"
|
|
|
|
[Permalinks]
|
|
post = "post/:slug"
|
|
|
|
[[params.menu]]
|
|
name = "blog"
|
|
url = "post/"
|
|
|
|
[[params.menu]]
|
|
name = "post series"
|
|
url = "series/"
|
|
|
|
|
|
[[params.menu]]
|
|
name = "about"
|
|
url = "about/"
|
|
|
|
|
|
[privacy]
|
|
[privacy.googleAnalytics]
|
|
anonymizeIP = true
|
|
respectDoNotTrack = true
|
|
useSessionStorage = true
|
|
[privacy.twitter]
|
|
enableDNT = true
|
|
[privacy.youtube]
|
|
privacyEnhanced = true |