lerch_blog/config.toml

46 lines
1.2 KiB
TOML
Raw Normal View History

2022-12-30 22:09:14 +00:00
#baseurl = "https://blog.lerch.org/"
baseurl = "https://lerchblogtemp.pages.dev/"
2022-12-30 20:32:19 +00:00
languageCode = "en-us"
title = "Lerch Family Blog"
SectionPagesMenu = "main"
pygmentsStyle = "monokai"
pygmentsCodefences = true
pygmentsUseClasses = false
theme = "internet-weblog"
relativeURLs = true
[author]
name = "Lerch Family"
2022-12-30 23:24:15 +00:00
Handle = "Lerch family"
2022-12-30 22:29:53 +00:00
FirstName = "Lerch"
LastName = "Family"
AboutPage = "https://lerch.org/"
Location = "Portland, OR"
#FlickrID = "<Your Flickr ID>"
2022-12-30 20:32:19 +00:00
[permalinks]
posts = "/:slug/"
[params]
Author = "Lerch Family"
Copyright = "<a href='http://creativecommons.org/licenses/by/4.0/' title='Creative Commons Attribution'>Creative Commons Attribution-ShareAlike 4.0 International License</a>. Please attribute properly and link back."
Description = "Lerch Family"
2022-12-30 23:30:12 +00:00
RSSEnabled = true
RSSSections = [ "Posts", "Microposts", "Photos" ]
2022-12-30 20:32:19 +00:00
# GitHubUser = "elerch"
# TwitterUser = "elerch"
# LinkedInUser = "emillerch"
# MastodonUser = "@emil"
# MastodonInstance = "mstdn.io"
# disqusShortname = "emillerch"
[markup]
[markup.highlight]
noclasses = true
[blackfriday]
smartypants = false
angledQuotes = false
smartDashes = false
latexDashes = false