pol.archuser.org/config.toml

22 lines
747 B
TOML

baseURL = "https://pol.archuser.org/"
languageCode = "en-us"
title = "/pol/ - Archuser Political Blog"
theme = "mainroad"
enableRobotsTXT = true
paginate = 10
[params]
description = "Philosophy and Politics"
author = "Hitboxboxer"
# Optional tweaks:
# sidebar = "right"
# customCSS = ["css/custom.css"]
showReadTime = true
license_html = '''
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
<a property="dct:title" rel="cc:attributionURL" href="https://pol.archuser.org">pol.archuser.org</a> by
<a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://codeberg.org/firebadnofire">Hitboxboxer</a>
is licensed under
<a href="/LICENSE">CC BY-ND 4.0</a>.
</p>
'''