2023-10-11 07:08:12 +02:00
|
|
|
baseurl = "https://fedipage.com/"
|
2023-10-08 21:02:56 +02:00
|
|
|
languageCode = "en-us"
|
2023-10-11 07:08:12 +02:00
|
|
|
title = "Hugo based static page genedator and blog with ActivityPub support"
|
2023-10-08 21:02:56 +02:00
|
|
|
|
|
|
|
paginate = 20
|
|
|
|
pygmentsCodeFences = true
|
|
|
|
pygmentsCodeFencesGuessSyntax = true
|
|
|
|
pygmentsStyle = "monokai"
|
|
|
|
DefaultContentLanguage = "en"
|
|
|
|
defaultContentLanguageInSubdir = false
|
|
|
|
|
|
|
|
# Author displayed on posts, the current template doesnt actually render this
|
|
|
|
[author]
|
2023-10-11 07:08:12 +02:00
|
|
|
name = "Fedipage"
|
|
|
|
email = "fedipage@fedipage.com"
|
2023-10-08 21:02:56 +02:00
|
|
|
|
|
|
|
# Custom site variables used when rendering the template
|
|
|
|
[params]
|
2023-10-11 07:08:12 +02:00
|
|
|
siteName="Fedipage"
|
|
|
|
siteTagLine="An ActivityPub supporting static page generator."
|
2023-10-08 21:02:56 +02:00
|
|
|
# Do not include the @
|
2023-10-11 07:08:12 +02:00
|
|
|
twitterUser="fedipage"
|
|
|
|
siteDescription="Fedipage is a Hugo based static page genedator and blog with ActivityPub support"
|
|
|
|
# this is the user name of the ActivityPub account. It will be the first part of
|
|
|
|
# your handle as @apUser@domain. Please use whatever capitalization styling you
|
|
|
|
# want. It will be changed to lowercase for your handle itself. Only include
|
|
|
|
# letters.
|
|
|
|
apUser="Fedipage"
|
|
|
|
# This is where you run an alternative mastodon based account. This will be
|
|
|
|
# setup to be an alias for this account.
|
2023-10-08 22:30:04 +02:00
|
|
|
secondaryApHost="https://qoto.org"
|
2023-10-11 07:08:12 +02:00
|
|
|
# This shouldnt include the @
|
2023-10-08 22:30:04 +02:00
|
|
|
secondaryApUser="FLEAR"
|
2023-10-11 07:08:12 +02:00
|
|
|
# The repo use for the repo url button in the navigation menu and other places.
|
|
|
|
# This can be any git repor that contains your project code, not the code for
|
|
|
|
# this website usually but it can be.
|
|
|
|
repoUrl="https://git.qoto.org/fedipage/fedipage"
|
|
|
|
# The url to where the source code for this website will be.
|
|
|
|
siteRepoUrl="https://git.qoto.org/fedipage/fedipage"
|
|
|
|
# The email of the site's webmaster or whoever will receive comms
|
|
|
|
siteEmail="the@jeffreyfreeman.me"
|
|
|
|
postHashtags=["Fediverse", "ActivityPub", "MastoAdmin"]
|
2023-10-09 21:23:11 +02:00
|
|
|
renderDefaultHashtags=true
|
|
|
|
renderArticleHashtags=true
|