grannysmith-technical/hugo.toml

14 lines
272 B
TOML
Raw Permalink Normal View History

2023-08-09 17:27:08 +00:00
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'Granny Smith Technical'
2023-08-09 21:36:20 +00:00
[taxonomies]
# category = 'categories'
page_status = 'page_status'
# tag = 'tags'
[markup]
[markup.highlight]
noClasses = false
style = 'github-dark'