base_url = "https://blog.louis-vallat.dev" title = "Louis' thoughts" description = "The very simple blog of a very complex developer." theme = "terminimal" compile_sass = true default_language = "en" generate_feeds = true feed_filenames = ["atom.xml"] taxonomies = [ {name = "tags"}, ] [markdown] highlight_code = true [extra] logo_text = "Louis' thoughts" author = "Louis Vallat" page_titles = "combined" accent_color = "blue" background_color = "blue" enable_post_view_navigation = true post_view_navigation_prompt = "More" menu_items = [ {name = "blog", url = "$BASE_URL"}, {name = "tags", url = "$BASE_URL/tags"}, {name = "archive", url = "$BASE_URL/archive"}, {name = "portfolio", url = "https://louis-vallat.dev"}, {name = "gitlab", url = "https://gitlab.com/lovallat", newtab = true}, ] favicon = "/favicon.png" favicon_mimetype = "image/png"