aboutsummaryrefslogblamecommitdiff
path: root/config.toml
blob: 88f9a3e61a32247b59346d4c8ab5bfc8c3cea60e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                               
 
                

                                                                      
 



                       

                             
 

                     
                           

                        


                                                                                               
base_url = "https://fcuny.net/"

title = "@fcuny"
author = "Franck Cuny"
description = "Franck's website, with articles about computers stuff."

output_dir = "docs"

default_language = "en"

generate_feeds = true
feed_filenames = ["feed.xml"]

[markdown]
highlight_code = true
highlight_theme = "zenburn"
render_emoji = true
smart_punctuation = true

[extra]
license = { name = "CC BY-SA 4.0", href = "https://creativecommons.org/licenses/by-sa/4.0/" }