11 lines
264 B
TOML
11 lines
264 B
TOML
baseURL = 'https://caalden.github.io/film/'
|
|
languageCode = 'en-us'
|
|
title = 'CaAlden: Films'
|
|
copyright = '© 2025 Campbell Alden, All rights reserved.'
|
|
[taxonomies]
|
|
genre = 'genres'
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|