diff --git a/content/posts/me.md b/content/posts/me.md index fa0b15e..714964f 100644 --- a/content/posts/me.md +++ b/content/posts/me.md @@ -4,6 +4,8 @@ date: 2024-02-13T14:45:20-05:00 author: 'Ategon' categories: - Me +tags: + - Release --- We have a brand new supporting site for the instances! Me.Programming.Dev is a place where you can see relevant links for things we host. Listed are software we are hosting, status pages, alternate frontends, and more. diff --git a/content/posts/welcome-to-stacks.md b/content/posts/welcome-to-stacks.md index 3977e34..e56ad52 100644 --- a/content/posts/welcome-to-stacks.md +++ b/content/posts/welcome-to-stacks.md @@ -4,6 +4,8 @@ date: 2024-02-12T21:15:13-05:00 author: 'Ategon' categories: - Stacks +tags: + - Release --- Stacks is the official blog for Programming.Dev! This is a place where we will share news, announcements, upgrades, etc. relating to any instances we host such as programming.dev (and the new instance coming soon). diff --git a/content/posts/wiki.md b/content/posts/wiki.md new file mode 100644 index 0000000..0be6a5f --- /dev/null +++ b/content/posts/wiki.md @@ -0,0 +1,31 @@ +--- +title: 'Introducing the P.D Community Wiki' +date: 2024-02-15T01:09:36-05:00 +author: 'Ategon' +categories: + - Wiki +tags: + - Release +--- +Introducing the Programming.Dev community wiki. This is a place where communities can set up wiki pages for their communities to allow people to easily get info relating to it. + +You can find the site [here](https://wiki.programming.dev) + +## How does navigation work? +The home page has a list of communities with pages. If you click on a community it will bring you to their list of documents that you can look through. + +Some possible use cases for a community wiki are: a code of conduct page, a frequently asked questions page, information about the community, credits if you need to credit things such as your community icon, a page for related communities, etc. + +![](/wiki.png) + +Ive set up a couple example pages to start. The gamedev section of the site has 6 different pages that you can look through to set some ideas + +## How do I edit a page? +Editing is handled through git. Each page will have an edit this page button that will bring you to a page where you can fork the repository, make changes, and then make a pull request to get it accepted into the site. + +The pages all reside in the content/docs folder while the sidebars are in content/menus. You can see how I set up some of the current pages for how to format things. + +Pages are written in markdown. + +## Are other languages supported? +Yes! Currently theres only english set up as we don't really have communities in other languages but it would be easy to add more language options in the site config. \ No newline at end of file diff --git a/static/wiki.png b/static/wiki.png new file mode 100644 index 0000000..871a2fd Binary files /dev/null and b/static/wiki.png differ