figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 335e03fde88129c4b2f0a643f38440c9fdaece44
parent 8deb94ce0a262b06e0562390c451ad5af50c93e1
Author: FIGBERT <figbert@figbert.com>
Date:   Sun, 16 Aug 2020 19:35:51 -0700

:wrench: Remove about page and capitalize nav links

Diffstat:
Mconfig.toml | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/config.toml b/config.toml @@ -28,10 +28,9 @@ languages = [ # Put all your custom variables here [extra] nav = [ - { name = "Home", path = "/" }, - { name = "Posts", path = "/posts/" }, - { name = "Projects", path = "/projects/" }, - { name = "About", path = "/about/" }, + { name = "HOME", path = "/" }, + { name = "POSTS", path = "/posts/" }, + { name = "PROJECTS", path = "/projects/" }, ] icon = "404.png"