Files
willfullyobtuse.com/hugo.toml
2024-10-02 13:34:43 -04:00

75 lines
1.2 KiB
TOML
Executable File

baseURL = 'https://willfullyobtuse.com/'
languageCode = 'en-us'
title = 'circumlocution'
theme = 'typo'
[taxonomies]
tag = 'tags'
# Google analytics code
googleAnalytics = ""
[params]
# Meta description
description = "point free notes"
# Appearance settings
theme = 'light'
colorPalette = 'default'
hideHeader = false
# Intro on main page, content is markdown
homeIntroTitle = 'Hi!'
homeIntroContent = """
Notes, journal, details, rants, clarifications
"""
# Collection to display on home
homeCollectionTitle = 'Posts'
homeCollection = 'posts'
# Lists parameters
paginationSize = 100
listSummaries = true
listDateFormat = '2 Jan 2006'
# Breadcrumbs
breadcrumbs = true
# Social icons
[[params.social]]
name = "Mastodon"
url = "https://hachyderm.io/@eightball"
[[params.social]]
name = "github"
url = "https://github.com/jbrechtel"
# Main menu pages
[[params.menu]]
name = "home"
url = "/"
[[params.menu]]
name = "posts"
url = "/posts"
[[params.menu]]
name = "about"
url = "/about"
# Syntax highligth on code blocks
[markup]
[markup.highlight]
style = 'algol'
# Giscus comments
[params.giscus]
enable = false
repo = "user/repo"
repoid = "repoId"
category = "General"
categoryid = "categoryId"
mapping = "pathname"
theme = "preferred_color_scheme"