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 bc7f393ac72efbbf4a3b7ffd8dc037666c2546c7
parent 7361aeec377af50c421cd5204657c729c3dcf8b3
Author: FIGBERT <figbert@figbert.com>
Date:   Mon,  2 Sep 2024 22:24:18 -0700

Update author

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

diff --git a/config.toml b/config.toml @@ -1,16 +1,16 @@ base_url = "https://figbert.com" title = "FIGBERT" description = "world wide web benji-style" -author = "FIGBERT" +author = "Benji Welner" default_language = "en" generate_feeds = true minify_html = true [markdown] - highlight_code = true - highlight_theme = "visual-studio-dark" - external_links_target_blank = true - external_links_no_follow = true - external_links_no_referrer = true - smart_punctuation = true +highlight_code = true +highlight_theme = "visual-studio-dark" +external_links_target_blank = true +external_links_no_follow = true +external_links_no_referrer = true +smart_punctuation = true