2026-03-05 23:56:27 +01:00
mainSections = [ "post" ]
rssFullContent = true
2026-01-27 12:34:15 +01:00
# Accepted values: "default", "lastmod"
# default = see https://gohugo.io/quick-reference/glossary/#default-sort-order
# lastmod = sort by last modified date, in descending order
2026-03-05 23:56:27 +01:00
SortBy = "default"
2026-01-27 12:34:15 +01:00
2026-01-25 19:51:10 +01:00
[ footer ]
since = 2026
customText = ""
[ dateFormat ]
2026-01-25 21:01:32 +01:00
published = ":date_full"
lastUpdated = ":date_full"
2026-01-25 19:51:10 +01:00
[ sidebar ]
compact = false
2026-01-26 23:58:18 +01:00
avatar = ""
2026-01-25 19:51:10 +01:00
[ article ]
headingAnchor = false
math = false
toc = true
readingTime = true
2026-02-19 17:45:09 +01:00
[ article . list ]
# Showing article tags in the list view (e.g. homepage, section pages)
showTags = false
2026-01-25 19:51:10 +01:00
[ article . license ]
enabled = false
default = "Licensed under CC BY-NC-SA 4.0"
2026-02-17 17:55:03 +01:00
# Mermaid diagram configuration
# Diagrams are only loaded when mermaid code blocks are present
# Theme auto-switches based on site light/dark mode
[ article . mermaid ]
# Visual style: classic or handDrawn (sketch style)
2026-02-17 19:20:09 +01:00
look = "classic"
2026-02-17 17:55:03 +01:00
# Theme for light mode: default, neutral, dark, forest, base, null
2026-02-17 19:20:09 +01:00
lightTheme = "default"
2026-02-17 17:55:03 +01:00
# Theme for dark mode: default, neutral, dark, forest, base, null
2026-02-17 19:20:09 +01:00
darkTheme = "dark"
2026-02-17 17:55:03 +01:00
# Custom theme variables for light mode (only works with lightTheme: base)
# lightThemeVariables = { primaryColor = "#ff0000" }
# Custom theme variables for dark mode (only works with darkTheme: base)
# darkThemeVariables = { primaryColor = "#00ff00" }
# Security level: strict (default), loose, antiscript, sandbox
# Set to "loose" to enable HTML labels like <br/>
2026-02-17 19:20:09 +01:00
securityLevel = "strict"
2026-02-17 17:55:03 +01:00
# Enable HTML labels in diagrams (requires securityLevel: loose)
2026-02-17 19:20:09 +01:00
htmlLabels = true
2026-02-17 17:55:03 +01:00
# Make diagram backgrounds transparent (default: false)
# Can also be set per-diagram with %%transparent%% directive
transparentBackground = false
2026-02-19 02:43:34 +08:00
[ article . alertIcon ]
# Alert icons for different alert types (note, tip, important, warning, caution)
note = "📝"
tip = "💡"
important = "📌"
warning = "⚠️"
caution = "🚨"
2026-01-25 19:51:10 +01:00
[ widgets ]
homepage = []
page = []
[ opengraph . twitter ]
site = ""
card = "summary_large_image"
[ colorScheme ]
toggle = true
default = "auto"
2026-03-04 23:32:33 +01:00
[ imageProcessing ]
2026-03-05 17:58:40 +01:00
autoOrient = false
2026-03-08 13:18:21 +01:00
[ imageProcessing . external ]
timeout = "5s"
2026-03-04 23:32:33 +01:00
[ imageProcessing . content ]
widths = [ 800 , 1600 , 2400 ]
enabled = true
2026-01-25 19:51:10 +01:00
2026-03-04 23:32:33 +01:00
[ imageProcessing . thumbnail ]
enabled = true
2026-01-25 19:51:10 +01:00
2026-02-19 17:21:25 +01:00
# GDPR Cookie Consent Configuration
# When enabled, analytics and functional cookies require user consent
[ cookies ]
enabled = false
showSettings = true
[ cookies . categories ]
analytics = true
functional = true
2026-01-25 19:51:10 +01:00
[ comments ]
2026-02-17 19:20:09 +01:00
enabled = true
2026-01-25 19:51:10 +01:00
provider = "disqus"
[ comments . disqusjs ]
2026-02-17 19:20:09 +01:00
shortname = ""
apiUrl = ""
apiKey = ""
admin = ""
2026-01-25 19:51:10 +01:00
adminLabel = ""
[ comments . utterances ]
2026-02-17 19:20:09 +01:00
repo = ""
2026-01-25 19:51:10 +01:00
issueTerm = "pathname"
2026-02-17 19:20:09 +01:00
label = ""
2026-01-25 19:51:10 +01:00
[ comments . beaudar ]
2026-02-17 19:20:09 +01:00
repo = ""
2026-01-25 19:51:10 +01:00
issueTerm = "pathname"
2026-02-17 19:20:09 +01:00
label = ""
theme = ""
2026-01-25 19:51:10 +01:00
[ comments . remark42 ]
2026-02-17 19:20:09 +01:00
host = ""
site = ""
locale = "en"
max_shown_comments = 15
2026-01-26 15:50:18 +01:00
show_email_subscription = true
2026-01-25 19:51:10 +01:00
[ comments . vssue ]
2026-02-17 19:20:09 +01:00
platform = ""
owner = ""
repo = ""
clientId = ""
clientSecret = ""
2026-01-25 19:51:10 +01:00
autoCreateIssue = false
# Waline client configuration see: https://waline.js.org/en/reference/component.html
[ comments . waline ]
2026-02-17 19:20:09 +01:00
serverURL = ""
lang = ""
pageview = ""
emoji = [ "https://unpkg.com/@waline/emojis@1.0.1/weibo" ]
requiredMeta = [ "name" , "email" , "url" ]
2026-01-25 19:51:10 +01:00
[ comments . waline . locale ]
2026-02-17 19:20:09 +01:00
admin = "Admin"
2026-01-25 19:51:10 +01:00
placeholder = ""
[ comments . twikoo ]
2026-02-17 19:20:09 +01:00
envId = ""
2026-01-25 19:51:10 +01:00
region = ""
2026-02-17 19:20:09 +01:00
path = ""
lang = ""
2026-01-25 19:51:10 +01:00
# See https://cactus.chat/docs/reference/web-client/#configuration for description of the various options
[ comments . cactus ]
defaultHomeserverUrl = "https://matrix.cactus.chat:8448"
2026-02-17 19:20:09 +01:00
serverName = "cactus.chat"
siteName = "" # You must insert a unique identifier here matching the one you registered (See https://cactus.chat/docs/getting-started/quick-start/#register-your-site)
2026-01-25 19:51:10 +01:00
[ comments . giscus ]
2026-02-17 19:20:09 +01:00
repo = ""
repoID = ""
category = ""
categoryID = ""
mapping = "title"
lightTheme = "light"
darkTheme = "dark_dimmed"
2026-01-25 19:51:10 +01:00
reactionsEnabled = 1
2026-02-17 19:20:09 +01:00
emitMetadata = 0
inputPosition = "top"
lang = "en"
strict = 0
loading = "lazy"
2026-01-25 19:51:10 +01:00
[ comments . gitalk ]
2026-02-17 19:20:09 +01:00
owner = ""
admin = ""
repo = ""
clientID = ""
2026-01-25 19:51:10 +01:00
clientSecret = ""
2026-02-17 19:20:09 +01:00
proxy = ""
2026-01-25 19:51:10 +01:00
[ comments . cusdis ]
2026-01-26 15:50:18 +01:00
host = "https://cusdis.com"
2026-02-17 19:20:09 +01:00
id = ""
2026-02-18 02:09:18 +08:00
# Comentario client configuration
[ comments . comentario ]
2026-02-17 19:20:09 +01:00
url = ""
autoInit = false
2026-02-18 02:09:18 +08:00
autoNonInteractiveSso = false
2026-02-17 19:20:09 +01:00
cssOverride = ""
lang = ""
liveUpdate = false
maxLevel = 0
noFonts = false
theme = ""