d3c3nt

[DORMANT] a fairly decent theme for the zola static site engine
git clone git://git.figbert.com/d3c3nt.git
Log | Files | Refs | README | LICENSE

commit c4f22e7985d2301c9c8517711991e3179866d7e8
parent ba432c4a76e5724cf439482f7b7d2710fad93455
Author: FIGBERT <figbert@figbert.com>
Date:   Wed, 26 Aug 2020 15:27:37 -0700

:wrench: Add theme configuration

Diffstat:
Atheme.toml | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/theme.toml b/theme.toml @@ -0,0 +1,20 @@ +name = "Namal" +description = "A simple, clean, and flexible theme for personal sites." +license = "GPLv3" +homepage = "https://github.com/figbert/namal-zola" +# The minimum version of Zola required +min_version = "0.4.0" +# An optional live demo URL +demo = "https://namal.figbert.com" + +# 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 = "FIGBERT" +homepage = "https://figbert.com" +