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

config.toml (383B)


      1 base_url = "https://figbert.com"
      2 title = "FIGBERT"
      3 description = "world wide web benji-style"
      4 author = "Benji Welner"
      5 
      6 default_language = "en"
      7 generate_feeds = true
      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