etch/exampleSite/config.toml

24 lines
457 B
TOML
Raw Normal View History

2020-05-15 16:42:45 -04:00
baseURL = "https://example.com"
title = "Website Name"
theme = "etch"
languageCode = "en-US"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
description = "Your site description"
copyright = "Copyright © 2020 Your Name"
2020-05-30 21:46:06 -04:00
dark = "auto"
2020-05-15 16:42:45 -04:00
highlight = true
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allow HTML in Markdown
unsafe = true
2020-06-07 23:40:45 -04:00
[markup.tableOfContents]
ordered = true