This repository has been archived on 2023-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
pizzeria/config.toml

45 lines
862 B
TOML
Raw Normal View History

2022-10-02 15:28:54 +00:00
baseurl = "/"
enableEmoji = true
footnotereturnlinkcontents = "↩"
googleAnalytics = ""
ignoreFiles = ["\\.Rmd$", "_files$", "_cache$"]
languageCode = "en-us"
theme = "hugo-classic"
title = "pizzeria"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4
[permalinks]
post = "/post/:year/:month/:day/:slug/"
#[[menu.main]]
#name = "Categories"
#url = "/categories/"
#weight = 1
#[[menu.main]]
#name = "Tags"
#url = "/tags/"
#weight = 2
#[[menu.feed]]
#name = "Subscribe"
#url = "/index.xml"
[params]
custom_css = ["css/theme-override.css"]
description = "A simple, minimal blog for those who love text."
footer = "[Github](https://github.com/pizzapim)"