mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-17 07:48:21 +01:00
33 lines
1.1 KiB
TOML
33 lines
1.1 KiB
TOML
baseurl = "https://flear.org/"
|
|
languageCode = "en-us"
|
|
title = "Free and Libre Engineers for Amateur Radio"
|
|
|
|
paginate = 20
|
|
pygmentsCodeFences = true
|
|
pygmentsCodeFencesGuessSyntax = true
|
|
pygmentsStyle = "monokai"
|
|
DefaultContentLanguage = "en"
|
|
defaultContentLanguageInSubdir = false
|
|
|
|
# Author displayed on posts, the current template doesnt actually render this
|
|
[author]
|
|
name = "FLEAR"
|
|
email = "flear@flear.org"
|
|
|
|
# Custom site variables used when rendering the template
|
|
[params]
|
|
siteName="FLEAR"
|
|
siteTagLine="Free & Libre Engineers for Amateur Radio"
|
|
# Do not include the @
|
|
twitterUser="FLEAR_radio"
|
|
siteDescription="FLEAR is an open-source and open-standards incubator for Ham Radio"
|
|
# this is the user name of the ActivityPub account. It will be the first part of your handle as @apUSer@domain
|
|
apUser="FLEAR"
|
|
secondaryApHost="https://qoto.org"
|
|
secondaryApUser="FLEAR"
|
|
repoUrl="https://git.qoto.org/flear"
|
|
siteRepoUrl="https://git.qoto.org/flear/flear-site"
|
|
siteEmail="flear@flear.org"
|
|
postHashtags=["HamRadio", "AmateurRadio", "Ham", "RF", "ElectricalEngineering", "EE"]
|
|
renderDefaultHashtags=true
|
|
renderArticleHashtags=true
|