Swap git to new org
This commit is contained in:
parent
61c2b2830b
commit
cf95241a2f
12
config.yaml
12
config.yaml
|
@ -5,7 +5,7 @@ title: Stacks
|
|||
theme: ["PaperMod"]
|
||||
copyright: "© 2024 Programming.Dev"
|
||||
defaultTheme: auto
|
||||
contentDir: 'content'
|
||||
contentDir: "content"
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
|
@ -33,12 +33,12 @@ menu:
|
|||
weight: 20
|
||||
|
||||
params:
|
||||
env: 'production'
|
||||
env: "production"
|
||||
|
||||
# General
|
||||
ShowRssButtonInSectionTermList: true
|
||||
ShowFullTextinRSS: true
|
||||
|
||||
|
||||
# Posts
|
||||
showReadingTime: true
|
||||
showToc: true
|
||||
|
@ -46,7 +46,7 @@ params:
|
|||
showCodeCopyButtons: true
|
||||
showPostNavLinks: true
|
||||
enableEmoji: true
|
||||
|
||||
|
||||
# Misc
|
||||
images: ["logo.png"]
|
||||
|
||||
|
@ -61,8 +61,8 @@ params:
|
|||
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:
|
||||
- name: "GitHub"
|
||||
url: "https://github.com/programming-dot-dev"
|
||||
- name: "Git"
|
||||
url: "https://git.programming.dev/Programming.Dev"
|
||||
- name: "Discord"
|
||||
url: "https://discord.gg/SnUk3bKkNC"
|
||||
- name: "Matrix"
|
||||
|
|
Loading…
Reference in New Issue