Revise about page, hello world post, and The Compound review. Add book cover support to review template, favicon, typographer config, and cover image enrichment script. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
314 B
TOML
17 lines
314 B
TOML
baseURL = "https://monotrope.au"
|
|
languageCode = "en-au"
|
|
title = "Monotrope"
|
|
|
|
[markup.goldmark.extensions.typographer]
|
|
disable = false
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = false
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS"]
|
|
section = ["HTML", "RSS"]
|
|
|
|
[params]
|
|
description = "writing on technology, books, and ideas."
|