diff --git a/.gitea/ISSUE_TEMPLATE/BUG_REPORT.yaml b/.gitea/ISSUE_TEMPLATE/BUG_REPORT.yaml
index 9efe79b..e91af37 100644
--- a/.gitea/ISSUE_TEMPLATE/BUG_REPORT.yaml
+++ b/.gitea/ISSUE_TEMPLATE/BUG_REPORT.yaml
@@ -1,28 +1,28 @@
-name: Bug Report
-description: 🐞 File a bug report
-title: "[Bug]: "
-labels: ["Kind/🍊 Bug"]
-body:
- - type: markdown
- attributes:
- value: |
- Thanks for taking the time to fill out this bug report!
- - type: textarea
- id: what-happened
- attributes:
- label: What happened?
- description: Explain the bug and give images if possible
- validations:
- required: true
- - type: textarea
- id: steps
- attributes:
- label: Steps to Reproduce
- description: Walk us through all the steps on how to reproduce your issue
- value: |
- 1.
- 2.
- 3.
- 4.
- validations:
+name: Bug Report
+description: 🐞 File a bug report
+title: "[Bug]: "
+labels: ["Kind/🍊 Bug"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for taking the time to fill out this bug report!
+ - type: textarea
+ id: what-happened
+ attributes:
+ label: What happened?
+ description: Explain the bug and give images if possible
+ validations:
+ required: true
+ - type: textarea
+ id: steps
+ attributes:
+ label: Steps to Reproduce
+ description: Walk us through all the steps on how to reproduce your issue
+ value: |
+ 1.
+ 2.
+ 3.
+ 4.
+ validations:
required: true
\ No newline at end of file
diff --git a/.gitea/ISSUE_TEMPLATE/ENHANCEMENT.yaml b/.gitea/ISSUE_TEMPLATE/ENHANCEMENT.yaml
index f42c701..866c5a3 100644
--- a/.gitea/ISSUE_TEMPLATE/ENHANCEMENT.yaml
+++ b/.gitea/ISSUE_TEMPLATE/ENHANCEMENT.yaml
@@ -1,24 +1,24 @@
-name: Enhancement
-description: 🥪 Create an Enhancement Request (enhance existing features)
-labels: ["Kind/🥪 Enhancement"]
-body:
- - type: markdown
- attributes:
- value: |
- Thanks for taking the time to suggest some new enhancements
- - type: checkboxes
- attributes:
- label: Requirements
- description: Before you create an enhancement request, please check the following -
- options:
- - label: Check to see if this request already exists [here](https://git.programming.dev/Programming.Dev/p.d-wiki/issues?state=open&labels=3)
- required: true
- - label: Make sure It's a single enhancement. Please don't request multiple enhancements in one issue.
- required: true
- - type: textarea
- id: description
- attributes:
- label: Describe the enhancement you want
- description: Give a good description of what you want added. Also explain why its needed
- validations:
+name: Enhancement
+description: 🥪 Create an Enhancement Request (enhance existing features)
+labels: ["Kind/🥪 Enhancement"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for taking the time to suggest some new enhancements
+ - type: checkboxes
+ attributes:
+ label: Requirements
+ description: Before you create an enhancement request, please check the following -
+ options:
+ - label: Check to see if this request already exists [here](https://git.programming.dev/Programming.Dev/p.d-wiki/issues?state=open&labels=3)
+ required: true
+ - label: Make sure It's a single enhancement. Please don't request multiple enhancements in one issue.
+ required: true
+ - type: textarea
+ id: description
+ attributes:
+ label: Describe the enhancement you want
+ description: Give a good description of what you want added. Also explain why its needed
+ validations:
required: true
\ No newline at end of file
diff --git a/.gitea/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml b/.gitea/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml
index 765f9f1..79a4456 100644
--- a/.gitea/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml
+++ b/.gitea/ISSUE_TEMPLATE/FEATURE_REQUEST.yaml
@@ -1,24 +1,24 @@
-name: Feature Request
-description: 🍖 Create a Feature Request
-labels: ["Kind/🍖 Feature"]
-body:
- - type: markdown
- attributes:
- value: |
- Thanks for taking the time to suggest some new features
- - type: checkboxes
- attributes:
- label: Requirements
- description: Before you create a feature request, please check the following -
- options:
- - label: Check to see if this request already exists [here](https://git.programming.dev/Programming.Dev/p.d-wiki/issues?state=open&labels=2)
- required: true
- - label: Make sure It's a single feature. Please don't request multiple features in one issue.
- required: true
- - type: textarea
- id: description
- attributes:
- label: Describe the feature you want
- description: Give a good description of what you want added. Also explain why its needed
- validations:
+name: Feature Request
+description: 🍖 Create a Feature Request
+labels: ["Kind/🍖 Feature"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for taking the time to suggest some new features
+ - type: checkboxes
+ attributes:
+ label: Requirements
+ description: Before you create a feature request, please check the following -
+ options:
+ - label: Check to see if this request already exists [here](https://git.programming.dev/Programming.Dev/p.d-wiki/issues?state=open&labels=2)
+ required: true
+ - label: Make sure It's a single feature. Please don't request multiple features in one issue.
+ required: true
+ - type: textarea
+ id: description
+ attributes:
+ label: Describe the feature you want
+ description: Give a good description of what you want added. Also explain why its needed
+ validations:
required: true
\ No newline at end of file
diff --git a/.gitea/ISSUE_TEMPLATE/POST.yaml b/.gitea/ISSUE_TEMPLATE/POST.yaml
index ed78680..d73b970 100644
--- a/.gitea/ISSUE_TEMPLATE/POST.yaml
+++ b/.gitea/ISSUE_TEMPLATE/POST.yaml
@@ -1,20 +1,20 @@
-name: Post
-description: 🍉 Create a Post Request
-labels: ["Kind/🍉 Documentation"]
-body:
- - type: checkboxes
- attributes:
- label: Requirements
- description: Before you create a post request, please check the following -
- options:
- - label: Check to see if this request already exists [here](https://git.programming.dev/Programming.Dev/p.d-wiki/issues?state=open&labels=7)
- required: true
- - label: Make sure this is a request for a blog post
- required: true
- - type: textarea
- id: description
- attributes:
- label: Describe the post content that is being requested
- description: Give a good description of what would go into the post
- validations:
+name: Post
+description: 🍉 Create a Post Request
+labels: ["Kind/🍉 Documentation"]
+body:
+ - type: checkboxes
+ attributes:
+ label: Requirements
+ description: Before you create a post request, please check the following -
+ options:
+ - label: Check to see if this request already exists [here](https://git.programming.dev/Programming.Dev/p.d-wiki/issues?state=open&labels=7)
+ required: true
+ - label: Make sure this is a request for a blog post
+ required: true
+ - type: textarea
+ id: description
+ attributes:
+ label: Describe the post content that is being requested
+ description: Give a good description of what would go into the post
+ validations:
required: true
\ No newline at end of file
diff --git a/.gitea/ISSUE_TEMPLATE/config.yaml b/.gitea/ISSUE_TEMPLATE/config.yaml
index faba44c..32481a9 100644
--- a/.gitea/ISSUE_TEMPLATE/config.yaml
+++ b/.gitea/ISSUE_TEMPLATE/config.yaml
@@ -1,11 +1,11 @@
-blank_issues_enabled: false
-contact_links:
- - name: Programming.Dev Matrix Space
- url: https://matrix.to/#/#p.d:matrix.org
- about: For general chatting about programming.dev
- - name: Programming.Dev Discord
- url: https://discord.gg/PkdaMKsRQ9
- about: For general chatting about programming.dev
- - name: Email
- url: mailto:info@programming.dev
+blank_issues_enabled: false
+contact_links:
+ - name: Programming.Dev Matrix Space
+ url: https://matrix.to/#/#p.d:matrix.org
+ about: For general chatting about programming.dev
+ - name: Programming.Dev Discord
+ url: https://discord.gg/PkdaMKsRQ9
+ about: For general chatting about programming.dev
+ - name: Email
+ url: mailto:info@programming.dev
about: Email the programming.dev team
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 86c95ef..2137e2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,13 @@
-# Generated files by hugo
-/public/
-/resources/_gen/
-/assets/jsconfig.json
-hugo_stats.json
-
-# Executable may be added to repository
-hugo.exe
-hugo.darwin
-hugo.linux
-
-# Temporary lock file while building
-/.hugo_build.lock
+# Generated files by hugo
+/public/
+/resources/_gen/
+/assets/jsconfig.json
+hugo_stats.json
+
+# Executable may be added to repository
+hugo.exe
+hugo.darwin
+hugo.linux
+
+# Temporary lock file while building
+/.hugo_build.lock
diff --git a/.gitmodules b/.gitmodules
index 89af1b0..3465e3c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "themes/PaperMod"]
- path = themes/PaperMod
- url = https://github.com/adityatelange/hugo-PaperMod.git
+[submodule "themes/PaperMod"]
+ path = themes/PaperMod
+ url = https://github.com/adityatelange/hugo-PaperMod.git
diff --git a/README.md b/README.md
index 5cabea9..41fbf18 100644
--- a/README.md
+++ b/README.md
@@ -1,26 +1,26 @@
-
- Source code for the official Programming.Dev blog.
-
-
-
-## About
-
-The Programming.Dev blog is a place where news relating to programming.dev instances including announcements, release notes, community showcases, and more are posted.
-
-## Links
-- [Site](https://blog.programming.dev)
-- [Main Repo](https://git.programming.dev/Programming.Dev/p.d-blog)
-- [Discord](https://discord.gg/JsGUgmXheC)
-- [Matrix](https://matrix.to/#/#p.d:matrix.org)
-
-## Credits
-
-Icon base by [Lorc](https://lorcblog.blogspot.com/) under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) with modifications to add a gradient
+