2024-02-28 04:46:37 +00:00
# Config
baseURL : https://stacks.programming.dev/
languageCode : en-us
title : Stacks
theme : [ "PaperMod" ]
copyright : "© 2024 Programming.Dev"
defaultTheme : auto
2024-02-28 22:52:52 +00:00
contentDir : "content"
2024-02-28 04:46:37 +00:00
outputs :
home :
- HTML
- RSS
- JSON
# Menu
menu :
main :
- identifier : categories
name : Categories
url : /categories
weight : 40
- identifier : tags
name : Tags
url : /tags
weight : 30
- identifier : archive
name : Archive
url : /archive
weight : 10
- identifier : search
name : Search
url : /search
weight : 20
params :
2024-02-28 22:52:52 +00:00
env : "production"
2024-02-28 04:46:37 +00:00
# General
ShowRssButtonInSectionTermList : true
ShowFullTextinRSS : true
2024-02-28 22:52:52 +00:00
2024-02-28 04:46:37 +00:00
# Posts
showReadingTime : true
showToc : true
showBreadCrumbs : true
showCodeCopyButtons : true
showPostNavLinks : true
enableEmoji : true
2024-02-28 22:52:52 +00:00
2024-02-28 04:46:37 +00:00
# Misc
images : [ "logo.png" ]
# Label
label :
text : "Stacks"
icon : "/logo.png"
iconHeight : 35
# Home Page
homeInfoParams :
Title : 📚 Stacks
Content : Welcome to the official blog for Programming.Dev! Here we post things relating to our instances including announcements, release notes, community showcases, and more.
socialIcons :
2024-02-28 22:52:52 +00:00
- name : "Git"
url : "https://git.programming.dev/Programming.Dev"
2024-02-28 04:46:37 +00:00
- name : "Discord"
url : "https://discord.gg/SnUk3bKkNC"
- name : "Matrix"
url : "https://matrix.to/#/#p.d:matrix.org"
- name : "Links"
url : "https://me.programming.dev"
- name : "RSS"
url : "https://stacks.programming.dev/index.xml"
# Search
fuseOpts :
isCaseSensitive : false
shouldSort : true
location : 0
distance : 1000
threshold : 0.4
minMatchCharLength : 0
keys : [ "title" , "permalink" , "summary" , "content" ]