config.toml (524B)
1 base_url = "https://figbert.com" 2 title = "FIGBERT" 3 description = "figbert.com is the website and home of FIGBERT on the clearnet. It's my blog, portfolio, and wiki – my personal stash of information floating on the open web." 4 author = "FIGBERT" 5 6 default_language = "en" 7 generate_feed = false 8 minify_html = true 9 10 [markdown] 11 highlight_code = true 12 highlight_theme = "visual-studio-dark" 13 external_links_target_blank = true 14 external_links_no_follow = true 15 external_links_no_referrer = true 16 smart_punctuation = true