diff --git a/xavishobbies/archetypes/default.md b/xavishobbies/archetypes/default.md index 545e574..5388bfe 100644 --- a/xavishobbies/archetypes/default.md +++ b/xavishobbies/archetypes/default.md @@ -1,8 +1,8 @@ --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} -description: -categories: +description: +categories: ["Top_of_the_Stack"] tags: --- diff --git a/xavishobbies/content/web_development/lots_of_changes.md b/xavishobbies/content/web_development/lots_of_changes.md new file mode 100644 index 0000000..cdff759 --- /dev/null +++ b/xavishobbies/content/web_development/lots_of_changes.md @@ -0,0 +1,20 @@ +--- +title: "Lots_of_Changes" +date: 2023-02-19T23:01:50-08:00 +description: Web Development - Medley +categories: ["Top_of_the_Stack"] +tags: +--- + +Lots of new updates to write up and lots of new features! I'll make up some guides on how things were done but here is a quick run down of the pretty significant changes that were made. + +First things first, we finally have a code repository that will host all the code **[regardless of how bad it is]** for the projects I am currently working on. This was implemented using [Gitea](https://gitea.io/en-us/) which was pretty quick to implement, especially considering the features it provides. + +Next, we also have videos! I\'m currently using a [Peertube](https://joinpeertube.org/) instance to host them. I just threw up an old Linux installation guide I made to test it **[Probably riddled with mistakes. Don't... Don't watch it]**. + +And finally, I've switched over to using [Hugo.](https://gohugo.io/) This didn't actually add anything new for you guys **[Sorry :( ]** but it does allow me to really easily add new posts without wrestling with rewriting html multiple times across multiple pages. + +I'll write much more in depth guides for each of these but have a look around my code and checkout the Peertube instance **[although maybe don't watch the video yet]** while you wait. + +What's that? You don't believe me **[I\'ve been gone? What? You\'re crazy!]** +