thewwwdotcom-blog/config/_default/params.toml
Jason Evans db67aec7bb first
2024-09-21 16:32:21 +02:00

80 lines
2.1 KiB
TOML

title = "Hello, Friend."
author = "Jason Evans"
#copyright = "2020-2021"
description = "It's a blog."
profilePicture = "images/hello.jpg"
keywords = ""
favicon = "favicons/"
# example ["css/custom.css"]
customCss = []
# example ["js/custom.js"]
customJs = []
mainSections = ["post"]
images = ["images/hello.jpg"]
doNotLoadAnimations = false
# Form Spree Contact Form
#contactFormAction = "https://formspree.io/f/your-form-hash-here"
#contactFormReCaptcha = "your-site-key-here"
# Google Fonts
#googleFonts = ["Indie+Flower", "Roboto:ital,wght@0,100;0,400;0,700;1,400"]
# Google Site Verify
#googleSiteVerify = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
singleDateFormat = "2/1/2006"
indexDateFormat = "2/1/2006"
listDateFormat = "2/1/2006"
# Commento Comments
# CommentoURL = "https://commento.example.com/js/commento.js"
# Read More links for truncated summaries
# readMore = true
# postSectionName = "blog"
# relatedPosts = true
# numberOfRelatedPosts = 3
reversepagetitle = true # When set to 'true', the Window Title will be reversed to 'Title | Author' instead of the default 'Author | Title'
# hidesidebar = true
[simpleAnalytics]
# enable = true
# customurl = "https://analytics.example.com"
[plausibleAnalytics]
# domain = "example.com"
# serverURL = "https://analytics.example.com"
[umami]
# serverURL = "example.com"
# id = "94db1cb1-74f4-4a40-ad6c-962362670409"
# trackerScriptName = "mycustomscriptname.js"
## Math settings
[math]
enable = false # options: true, false. Enable math support globally, default: false. You can always enable math on per page.
use = "katex" # options: "katex", "mathjax". default is "katex".
## Social links
# use 'fa-brands' when brand icons, use 'fas' when standard solid icons.
[[socialIcons]]
icon = "fa-brands fa-linkedin"
title = "Linkedin"
url = "https://www.linkedin.com/in/jasonsevans/"
[[socialIcons]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/tgeek77"
[[socialIcons]]
icon = "fa-brands fa-twitter"
title = "X"
url = "https://x.com/usenetnerd"
[[socialIcons]]
icon = "fa-solid fa-envelope"
title = "e-mail"
url = "mailto:at@thewwwdotcom.com"
[mermaid]
enable = false