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