blog/config/_default/params.toml
Nicola Belluti 451d848255
All checks were successful
Build and Publish / build (push) Successful in 1m46s
Renamed the backgrounds to include the authors and added the todo articles
2024-08-01 10:07:55 +02:00

67 lines
1.3 KiB
TOML

# Theme
colorScheme = "blowfish"
defaultAppearance = "dark"
autoSwitchAppearance = "false"
enableSearch = true
# Article settings
enableCodeCopy = true
smartTOC = true
[header]
layout = "fixed"
[homepage]
# Show the background
# Credits: https://unsplash.com/photos/macbook-pro-JO_S6ewBqAk
layout = "background"
layoutBackgroundBlur = true
homepageImage = "/img/home-bg.jpg"
# Show recent posts
showRecent = true
cardView = true
showRecentItems = 3
showMoreLink = true
showMoreLinkDest = "/posts"
[article]
# Show the author
showAuthor = true
showAuthorBottom = true
# Show the background
showHero = true
heroStyle = "background"
layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = true
# Show the button to see the source code
showEdit = true
editURL = "https://git.nicolabelluti.me/nicolabelluti/blog/src/branch/main/content"
# Show the sharing links
sharingLinks = [
"linkedin",
"twitter",
"reddit",
"whatsapp",
"telegram",
"pinterest",
"facebook",
"email",
]
# Misc
showHeadingAnchors = true
showPagination = true
showReadingTime = true
showTableOfContents = true
showTaxonomies = true
showWordCount = false
showZenMode = true
[list]
showSummary = true
cardView = true