Files
blog.main/norgolith.toml
2026-03-21 14:53:25 +00:00

31 lines
688 B
TOML

rootUrl = 'https://blog.voidarc.co.uk'
language = 'en-US'
title = 'voidarc'
author = 'user01'
# Code blocks highlighting
[highlighter]
enable = false
# engine = 'prism' # Can be 'prism' or 'hljs'. Defaults to 'prism'
# RSS feed
[rss]
enable = true
description = 'Latest posts'
ttl = 60
image = '/assets/favicon.png'
[extra]
license = "MIT" # Optional
favicon_path = "/assets/norgolith.svg" # Fallback to default favicon
footer_author_link = "https://git.voidarc.co.uk/voidarc" # Optional
enable_mermaid = true # Enable Mermaid.js for diagrams
[extra.nav]
blog = "/posts"
Git = "https://git.voidarc.co.uk"
[extra.footer]
Link_name = "url"
GitHub = "https://git.voidarc.co.uk/voidarc"