tiskifer-theme/theme.toml

21 lines
632 B
TOML
Raw Permalink Normal View History

2023-02-05 22:00:05 +01:00
name = "tiskifer"
2022-10-29 11:56:00 +02:00
description = "Simple blog theme powered by Zola"
license = "MIT"
2023-02-05 22:00:05 +01:00
homepage = "https://git.sr.ht/~koehr/tiskifer-theme"
2022-10-29 11:56:00 +02:00
# The minimum version of Zola required
min_version = "0.4.0"
# An optional live demo URL
2023-02-05 22:00:05 +01:00
demo = "https://tiskifer.dk"
2022-10-29 11:56:00 +02:00
# Any variable there can be overridden in the end user `config.toml`
# You don't need to prefix variables by the theme name but as this will
# be merged with user data, some kind of prefix or nesting is preferable
# Use snake_casing to be consistent with the rest of Zola
[extra]
# The theme author info: you!
[author]
2023-02-05 22:00:05 +01:00
name = "Dan Tiskifer"
homepage = "https://tiskifer.dk"
2022-10-29 11:56:00 +02:00