etch/exampleSite/config.toml

21 lines
410 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"
2020-05-28 01:22:05 -04:00
dark = "auto"
2020-05-15 16:42:45 -04:00
copyright = "Copyright © 2020 Your Name"
highlight = true
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allow HTML in Markdown
unsafe = true