My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 75 lines 1.7 kB view raw
1base_url = "https://hauleth.dev/" 2default_language = "en" 3 4title = "Hauleth's blog" 5description = "Blog about BEAM, Rust, fantasy & stuff" 6 7compile_sass = true 8 9theme = "zerm" 10 11generate_feeds = true 12minify_html = true 13 14taxonomies = [ 15 {name = "tags", feed = true}, 16] 17 18[markdown.highlighting] 19style = "class" 20theme = "nord" 21 22[extra] 23author = "Hauleth" 24for_hire = true 25theme_color = "blue" 26 27source = "https://tangled.sh/hauleth.dev/blog" 28 29logo_text = "~hauleth" 30logo_home_link = "/" 31 32show_author = false 33show_categories = true 34show_tags = true 35 36# set theme to full screen width. 37full_width = false 38 39# center theme with default width. 40center = true 41 42# Set a custom preview image for your website when posted as a link. 43# Must be placed in root of static/ directory... 44# og_preview_img = "" 45 46copyright = "copyright by <a href=\"https://hauleth.dev\" rel=me>hauleth</a>" 47 48# Menu items to display. You define a url and the name of the menu item. 49main_menu = [ 50 {url="https://plan.cat/~hauleth", name=".plan", rel="me"}, 51 {url="https://fosstodon.org/@hauleth", name="toots", rel="me"}, 52 {url="https://sr.ht/~hauleth", name="sourcehut", rel="me"}, 53 {url="https://github.com/hauleth", name="github", rel="me"}, 54 {url="https://gitlab.com/hauleth", name="gitlab", rel="me"}, 55] 56 57# Displayed after teaser text for a blog post. 58read_more = "read more" 59 60# not currently used from previous theme, but leaving here for now in case I 61# feel like adding it. 62read_other_posts = "read other posts" 63 64favicon = "favicon-32x32.png" 65og_preview_img = "banner.png" 66 67webmention = "https://webmention.io/hauleth.dev/webmention" 68 69[extra.twitter] 70 site = "@hauleth" 71 creator = "@hauleth" 72 73[[extra.webrings]] 74 name = "Beambloggers" 75 url = "https://beambloggers.com/"