g.archuser.org/config.toml
2025-04-21 17:41:10 +00:00

22 lines
732 B
TOML

baseURL = "https://g.archuser.org/"
languageCode = "en-us"
title = "/g/ - Archuser Tech Blog"
theme = "mainroad"
enableRobotsTXT = true
paginate = 10
[params]
description = "UNIX, Linux, and more"
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://g.archuser.org">g.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>
'''