this repo has no description
1base_url = "/" 2default_language = "en" 3 4title = "Hauleth's blog" 5description = "Blog about BEAM, Rust, fantasy & stuff" 6 7compile_sass = true 8 9theme = "zerm" 10 11generate_feed = true 12 13taxonomies = [ 14 {name = "tags"}, 15 {name = "categories"}, 16] 17 18[markdown] 19highlight_code = true 20highlight_theme = "nord" 21 22[extra] 23author = "Hauleth" 24theme_color = "blue" 25 26logo_text = "~hauleth" 27logo_home_link = "/" 28 29show_author = false 30show_categories = true 31show_tags = true 32 33# set theme to full screen width. 34full_width = false 35 36# center theme with default width. 37center = true 38 39# Set a custom preview image for your website when posted as a link. 40# Must be placed in root of static/ directory... 41# og_preview_img = "" 42 43copyright = "copyright by hauleth" 44 45# Menu items to display. You define a url and the name of the menu item. 46# NOTE: `$BASE_URL/` must be included in the url name. 47main_menu = [ 48 {url="/about/", name="about"}, 49 {url="https://twitter.com/hauleth", name="twitter", rel="me"}, 50 {url="https://github.com/hauleth", name="github", rel="me"}, 51] 52 53# Displayed after teaser text for a blog post. 54read_more = "read more" 55 56# not currently used from previous theme, but leaving here for now in case I 57# feel like adding it. 58read_other_posts = "read other posts" 59 60favicon = "/favicon-32x32.png"