base_url = "https://hauleth.dev/" default_language = "en" title = "Hauleth's blog" description = "Blog about BEAM, Rust, fantasy & stuff" compile_sass = true theme = "zerm" generate_feeds = true minify_html = true taxonomies = [ {name = "tags", feed = true}, ] [markdown] highlight_code = true highlight_theme = "css" # TODO: Write custom theme that will fit the overall colouring better highlight_themes_css = [ { theme = "nord", filename = "syntax-theme.css" }, ] [extra] author = "Hauleth" for_hire = true theme_color = "blue" source = "https://tangled.sh/hauleth.dev/blog" logo_text = "~hauleth" logo_home_link = "/" show_author = false show_categories = true show_tags = true # set theme to full screen width. full_width = false # center theme with default width. center = true # Set a custom preview image for your website when posted as a link. # Must be placed in root of static/ directory... # og_preview_img = "" copyright = "copyright by hauleth" # Menu items to display. You define a url and the name of the menu item. main_menu = [ {url="https://plan.cat/~hauleth", name=".plan", rel="me"}, {url="https://fosstodon.org/@hauleth", name="toots", rel="me"}, {url="https://sr.ht/~hauleth", name="sourcehut", rel="me"}, {url="https://github.com/hauleth", name="github", rel="me"}, {url="https://gitlab.com/hauleth", name="gitlab", rel="me"}, ] # Displayed after teaser text for a blog post. read_more = "read more" # not currently used from previous theme, but leaving here for now in case I # feel like adding it. read_other_posts = "read other posts" favicon = "favicon-32x32.png" og_preview_img = "banner.png" webmention = "https://webmention.io/hauleth.dev/webmention" [extra.twitter] site = "@hauleth" creator = "@hauleth" [[extra.webrings]] name = "Beambloggers" url = "https://beambloggers.com/"