46 lines
1.9 KiB
TOML
46 lines
1.9 KiB
TOML
baseURL = "http://www.aronajones.com"
|
|
languageCode = "en-gb"
|
|
title = "Thoughts of Arona Jones, a Hack of All Trades" # Homepage title and page title suffix
|
|
paginate = 11 # Number of posts to show before paginating
|
|
# copyright = "Copyright © Copyright Owner. Licensed under <a target=\"_blank\" rel=\"external noopener license\" href=\"https://creativecommons.org/licenses/by-nd/4.0/\">CC-BY-ND-4.0</a>." # Optional, remove to suppress copyright notices
|
|
|
|
# Controls default theme and theme components
|
|
theme = [
|
|
"fractal-forest", # OBSD
|
|
"after-dark" # AGPL-3.0-or-later
|
|
]
|
|
|
|
disableLiveReload = false # Optional, set true to disable live reload
|
|
enableRobotsTXT = true # Suggested, enable robots.txt file
|
|
sectionPagesMenu = "main" # Enable menu system for lazy bloggers
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true # Optional, allows HTML inside your CommonMark content
|
|
[markup.tableOfContents]
|
|
startLevel = 1 # Suggested, draws TOC using all heading levels
|
|
endLevel = 6 # Suggested, draws TOC using all heading levels
|
|
[markup.highlight]
|
|
noClasses = false # Suggested, used for custom syntax highlighting
|
|
|
|
[params]
|
|
description = "No Description Provided" # Suggested, controls default description meta
|
|
author = "Arona Jones" # Optional, controls author name display on posts
|
|
hide_author = false # Optional, set true to hide author name on posts
|
|
disable_csp = false # Optional, set true to disable content security policy
|
|
images = [
|
|
"https://source.unsplash.com/collection/983219/2000x1322"
|
|
] # Suggested, controls default Open Graph images
|
|
|
|
[params.layout.menu.main]
|
|
hidden = true # Optional, set false or remove to show section menu
|
|
|
|
[params.layout.footer]
|
|
hidden = false # Optional, set true to hide footer
|
|
|
|
[params.modules.fractal_forest]
|
|
enabled = true # Optional, set false to disable module
|
|
decoders = ["bpgdec8a"] # Optional, 8-bit javascript decoder with animation
|
|
|
|
[params.hackcss]
|
|
mode = "standard"
|