31 lines
683 B
TOML
31 lines
683 B
TOML
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"
|