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 4a0907b4089bd0b81dc4ef0be07fe80388d4d55e
parent 34e215ce5b5c6e967fc6229b15497a6907992b10
Author: FIGBERT <figbert@figbert.com>
Date:   Wed, 26 Aug 2020 20:29:44 -0700

:truck: Replace use of Namal with d3c3nt

Diffstat:
Mconfig.toml | 5+++--
Mtheme.toml | 6+++---
2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/config.toml b/config.toml @@ -1,6 +1,6 @@ # The URL the site will be built for -base_url = "https://namal.figbert.com" -title = "Namal :: FIGBERT" +base_url = "https://d3c3nt.figbert.com" +title = "d3c3nt :: FIGBERT" description = "A simple, clean, and flexible theme for personal sites." # The default language; used in feeds. @@ -27,6 +27,7 @@ nav = [ { name = "POSTS", path = "/posts/" }, { name = "PROJECTS", path = "/projects/"} ] + icon = "/icon.png" 404 = "/404.svg" twitter = "@therealFIGBERT" diff --git a/theme.toml b/theme.toml @@ -1,11 +1,11 @@ -name = "Namal" +name = "d3c3nt" description = "A simple, clean, and flexible theme for personal sites." license = "GPLv3" -homepage = "https://github.com/figbert/namal-zola" +homepage = "https://github.com/figbert/d3c3nt" # The minimum version of Zola required min_version = "0.4.0" # An optional live demo URL -demo = "https://namal.figbert.com" +demo = "https://d3c3nt.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