You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.9 KiB

baseURL = "https://earnestma.com/"
languageCode = "en-CA"
title = "earnest ma"
enableGitInfo = true
rssLimit = 50
[params]
copyrightYear = "2020 - 2023"
author = "earnest ma"
description = "earnest ma (earne)'s personal website and blog"
favicon = "/favicon.ico"
gitRepoURL = "https://git.earne.link/earnestma/site"
[permalinks]
blog = "/:year/:month/:day/:slug"
[taxonomies]
category = 'categories'
tag = 'tags'
[[languages.en.menu.main]]
identifier = "blog"
name = "Blog"
url = "/blog"
weight = 100
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 200
[[languages.en.menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"
weight = 300
[[languages.en.menu.main]]
identifier = "more_pages"
name = "More"
url = "/more"
weight = 400
[[languages.en.menu.footer]]
identifier = "top"
name = "Back to top"
url = "#"
weight = 100
[[languages.en.menu.footer]]
identifier = "home"
name = "Home"
url = "/"
weight = 200
[markup.goldmark.renderer]
unsafe = true
# https://github.com/kaushalmodi/hugo-atom-feed
[mediaTypes."application/atom+xml"]
suffixes = ["xml"]
[outputFormats.Atom]
# https://validator.w3.org/feed/docs/atom.html#whatIsAtom
name = "Atom"
mediaType = "application/atom+xml"
baseName = "atom" # generated file = <baseName>.<mediaType."application/atom+xml".suffixes[0]> = atom.xml
isPlainText = false
rel = "alternate"
isHTML = false
noUgly = true
permalinkable = false
[outputs]
# <domain>/atom.xml
home = ["HTML", "RSS", "ATOM"] # default = ["HTML", "RSS"]
# <domain>/posts/atom.xml
section = ["HTML", "RSS", "ATOM"] # default = ["HTML", "RSS"]
# <domain>/tags/mytag/atom.xml, <domain>/categories/mycat/atom.xml
term = ["HTML", "RSS", "ATOM"] # default = ["HTML", "RSS"