29eb8653c8
gitea-mq/buildbot/nix-eval Build done. (20 warnings)
gitea-mq/buildbot/nix-build Build done.
gitea-mq Merge queue passed
buildbot/nix-eval Build done. (20 warnings)
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
deploy / test (push) Successful in 27s
40 lines
686 B
TOML
40 lines
686 B
TOML
baseURL = 'https://clan.lol/'
|
|
languageCode = 'en-us'
|
|
title = 'Clan'
|
|
enableEmoji = true
|
|
rssLimit = 50
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS"]
|
|
section = ["HTML", "RSS"]
|
|
taxonomy = ["HTML", "RSS"]
|
|
term = ["HTML", "RSS"]
|
|
|
|
[outputFormats.RSS]
|
|
mediatype = "application/rss+xml"
|
|
baseName = "feed"
|
|
|
|
[params]
|
|
description = "Backbone of independent infrastructure"
|
|
author = "Clan Team"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true # Allow HTML in md files
|
|
|
|
[menu]
|
|
[[menu.nav]]
|
|
identifier = "blog"
|
|
name = "Blog"
|
|
url = "/blog/"
|
|
weight = 2
|
|
|
|
[[menu.nav]]
|
|
identifier = "community"
|
|
name = "Community"
|
|
url = "/community/"
|
|
weight = 3
|
|
|
|
|
|
[permalinks]
|
|
posts = "/blog/:slug"
|