nethunters.xyz/theme.toml

26 lines
913 B
TOML

name = "zerm"
description = "A minimalistic and dark theme based on Radek Kozieł's theme for Hugo"
license = "MIT"
homepage = "https://github.com/ejmg/zerm"
# The minimum version of Zola required
min_version = "0.8.0"
# An optional live demo URL
demo = "https://zerm.ejmg.now.sh/"
# Any variable there can be overriden 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]
name = "elias julian marko garcia"
homepage = "https://github.com/ejmg"
# If this is porting a theme from another static site engine, provide
# the info of the original author here
[original]
author = "Radek Kozieł"
homepage = "https://radoslawkoziel.pl/"
repo = "https://github.com/panr/hugo-theme-terminal"