mirror of
https://github.com/tchartron/blow
synced 2024-11-23 12:53:20 +00:00
28 lines
868 B
TOML
28 lines
868 B
TOML
|
name = "Zola Tailwind"
|
||
|
description = "A Zola theme using Tailwindcss"
|
||
|
license = "MIT"
|
||
|
homepage = "https://github.com/tchartron/zola-tailwind"
|
||
|
# The minimum version of Zola required
|
||
|
min_version = "0.9.0"
|
||
|
# An optional live demo URL
|
||
|
demo = ""
|
||
|
|
||
|
# 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]
|
||
|
zt.enable_search = true
|
||
|
|
||
|
# The theme author info: you!
|
||
|
[author]
|
||
|
name = "Thomas Chartron"
|
||
|
homepage = "https://tchartron.com"
|
||
|
|
||
|
# If this is porting a theme from another static site engine, provide
|
||
|
# the info of the original author here
|
||
|
# [original]
|
||
|
# author = "mdo"
|
||
|
# homepage = "https://markdotto.com/"
|
||
|
# repo = "https://www.github.com/mdo/hyde"
|