6
0
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website_archive/themes/nluug/exampleSite/config.toml

66 lines
1.2 KiB
TOML

baseURL = 'https://maverick.canhtran.me'
languageCode = 'en-us'
title = 'Maverick'
paginate = 3
theme = 'maverick'
[permalinks]
pages = "/:slug"
[params]
logo = '/assets/favicon.ico'
description = "A minimal hugo theme focus on content"
author = 'Calvin Tran'
[params.comments]
githubRepo = 'canhtran/maverick'
theme = 'github-light'
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = "-110"
[[menu.main]]
identifier = "posts"
name = "Post"
url = "/posts/"
weight = -200
[markup]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'monokailight'
tabWidth = 4
[taxonomies]
tag = "tags"
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML"]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "atom"
[outputFormats.JSON]
mediatype = "application/json"
baseName = "feed"
ignoreErrors = ["error-remote-getjson"]