base_url = "https://notes.glargh.fr" title = "Blog-note de Sasha" default_language = "fr" minify_html = true compile_sass = true generate_feed = true build_search_index = true theme = "apollo" taxonomies = [ { name = "themes", feed = true}, { name = "etat", feed = false}, ] [markdown] highlight_code = true render_emoji = true [search] include_title = true include_description = true include_path = false include_content = true [extra] theme = "auto" menu = [ { name = "/réalisations", url = "/realisations", weight = 1 }, { name = "/thèmes", url = "/themes", weight = 1 }, { name = "/résumés", url = "/resumes", weight = 2 }, ] socials = [ { name = "gitlab", url = "https://github.com/nabos/", icon = "gitlab" }, { name = "github", url = "https://github.com/nab-os/", icon = "github" }, { name = "rss", url = "https://notes.glargh.fr/atom.xml", icon = "rss" }, ]