22 lines
732 B
TOML
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>
|
|
'''
|