this repo has no description
1name = "zerm"
2description = "A minimalistic and dark theme based on Radek Kozieł's theme for Hugo"
3license = "MIT"
4homepage = "https://github.com/ejmg/zerm"
5# The minimum version of Zola required
6min_version = "0.8.0"
7# An optional live demo URL
8demo = "https://zerm.ejmg.now.sh/"
9
10# Any variable there can be overriden in the end user `config.toml`
11# You don't need to prefix variables by the theme name but as this will
12# be merged with user data, some kind of prefix or nesting is preferable
13# Use snake_casing to be consistent with the rest of Zola
14[extra]
15
16# The theme author info: you!
17[author]
18name = "elias julian marko garcia"
19homepage = "https://github.com/ejmg"
20
21# If this is porting a theme from another static site engine, provide
22# the info of the original author here
23[original]
24author = "Radek Kozieł"
25homepage = "https://radoslawkoziel.pl/"
26repo = "https://github.com/panr/hugo-theme-terminal"