etch/exampleSite/config.toml
2020-05-27 22:22:05 -07:00

21 lines
410 B
TOML

baseURL = "https://example.com"
title = "Website Name"
theme = "etch"
languageCode = "en-US"
enableInlineShortcodes = true
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
description = "Your site description"
dark = "auto"
copyright = "Copyright © 2020 Your Name"
highlight = true
[permalinks]
posts = "/:title/"
[markup.goldmark.renderer]
# Allow HTML in Markdown
unsafe = true