initial
This commit is contained in:
30
norgolith.toml
Normal file
30
norgolith.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user