config.toml (643B)
1 base_url = "https://d3c3nt.figbert.com" 2 title = "d3c3nt :: FIGBERT" 3 description = "A simple, clean, and flexible theme for personal sites." 4 5 default_language = "en" 6 generate_feed = true 7 minify_html = true 8 9 [markdown] 10 highlight_code = true 11 highlight_theme = "visual-studio-dark" 12 external_links_target_blank = true 13 external_links_no_follow = true 14 external_links_no_referrer = true 15 smart_punctuation = true 16 17 [extra] 18 d3_nav = [ 19 { name = "HOME", path = "/" }, 20 { name = "POSTS", path = "/posts/" }, 21 { name = "CONFIG", path = "/config/" }, 22 ] 23 d3_icon = "/icon.png" 24 d3_twitter = "therealFIGBERT" 25 d3_author = "FIGBERT"