38 lines
856 B
TOML
38 lines
856 B
TOML
baseURL = 'https://ataricode.com/'
|
|
languageCode = 'en-us'
|
|
title = 'Atari Code'
|
|
|
|
[author]
|
|
name = "Greg Gauthier"
|
|
email = "gmgauthier@protonmail.com"
|
|
|
|
|
|
enableInlineShortcodes = true
|
|
enableGitInfo = true
|
|
canonifyurls = true
|
|
|
|
[frontmatter]
|
|
date = ["date", "publishDate", "lastmod"]
|
|
lastmod = [":fileModTime", "lastmod", ":git", "publishDate"]
|
|
publishDate = ["publishDate", "date"]
|
|
expiryDate = ["expiryDate"]
|
|
|
|
[markup]
|
|
[markup.goldmark.renderer]
|
|
unsafe= true
|
|
|
|
[permalinks]
|
|
blog = "/:filename/"
|
|
|
|
[taxonomies]
|
|
tag = "tags"
|
|
|
|
[params]
|
|
logo = "img/atari-symbol-only-no-background.png"
|
|
titleLink = "https://ataricode.com/"
|
|
subtitle = "A site devoted to learning to code on Atari 8-Bit computers."
|
|
home = "/"
|
|
blog = "/blog/"
|
|
links = "/links/"
|
|
videos = "https://odysee.com/@ataricode:0?view=content"
|