Files
website/config.toml
2021-04-27 15:50:06 +01:00

78 lines
2.6 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 &copy; 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
[outputs]
home = ["HTML", "RSS", "JSON"]
[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 = false # 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"
[params.layout.home]
hide_blog = true
[[params.layout.home.section]]
type = "post"
limit = 3
[[menu.main]]
name = "Home"
weight = 1
identifier = "home"
url = "/"
[[menu.main]]
name = "Posts"
weight = 2
identifier = "post"
url = "/post/"
[[menu.main]]
name = "Fiction"
url = "/categories/fiction/"
[[menu.main]]
name = "Search"
identifier = "search"
url = "/search/"
post = "<svg aria-hidden=\"true\" class=\"i-search\" viewBox=\"0 0 32 32\" width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentcolor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"3\"><circle cx=\"14\" cy=\"14\" r=\"12\" /><path d=\"M23 23 L30 30\" /></svg>"