46 lines
2 KiB
TOML
46 lines
2 KiB
TOML
# The base url of the website. This should be all lowercase and end with a forward slash.
|
|
baseurl = "https://semantic-versioning.org/"
|
|
languageCode = "en-us"
|
|
title = "The Semantic Versioning Specification"
|
|
|
|
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 = "SemanticVersioning"
|
|
email = "SemanticVersioning@semantic-versioning.org"
|
|
|
|
# Custom site variables used when rendering the template
|
|
[params]
|
|
siteName="Semantic Versioning"
|
|
siteTagLine="The Semantic Versioning Specification."
|
|
# Do not include the @
|
|
twitterUser="SemanticVersioning"
|
|
siteDescription="The Semantic Versioning Specification"
|
|
# 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="SemanticVersioning"
|
|
# This is where you run an alternative mastodon based account. This will be
|
|
# setup to be an alias for this account.
|
|
secondaryApHost="https://qoto.org"
|
|
# This shouldnt include the @
|
|
secondaryApUser="SemanticVersioning"
|
|
# 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/semantic-versioning/semantic-versioning"
|
|
# The url to where the source code for this website will be.
|
|
siteRepoUrl="https://git.qoto.org/semantic-versioning/semantic-versioning"
|
|
# The email of the site's webmaster or whoever will receive comms
|
|
siteEmail="the@jeffreyfreeman.me"
|
|
postHashtags=["SemanticVersioning", "SemVer"]
|
|
renderDefaultHashtags=true
|
|
renderArticleHashtags=true
|
|
gitlabHeatmapData=["https://corsproxy.io?https://gitlab.com/users/freemo/calendar.json", "https://git.qoto.org/users/freemo/calendar.json"]
|