This commit is contained in:
2026-03-21 13:47:17 +00:00
commit bbb2111ce6
28 changed files with 2905 additions and 0 deletions

30
norgolith.toml Normal file
View File

@@ -0,0 +1,30 @@
rootUrl = 'http://localhost:3030'
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"