Set up permalinks, set up aliases for old blog content
This commit is contained in:
parent
0baf950e51
commit
cb79df9272
15 changed files with 34 additions and 2 deletions
|
@ -3,6 +3,9 @@ languageCode = 'en-us'
|
|||
title = '~redstrate'
|
||||
theme = 'red'
|
||||
|
||||
[permalinks]
|
||||
blog = '/:year/:month/:title/'
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = 'home'
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
title: "Blog"
|
||||
aliases:
|
||||
- /articles
|
||||
- /notes
|
||||
---
|
||||
|
||||
A blog??
|
|
@ -2,6 +2,8 @@
|
|||
title: "Astra 0.4.0 is released!"
|
||||
date: 2022-05-04
|
||||
draft: false
|
||||
aliases:
|
||||
- /notes/astra-0.4.0-release/
|
||||
---
|
||||
|
||||
I'm very sorry about the delay, but a new release of Astra is upon us!
|
||||
|
|
|
@ -5,6 +5,8 @@ draft: false
|
|||
tags:
|
||||
- Figures
|
||||
- Review
|
||||
aliases:
|
||||
- /articles/figure1/
|
||||
---
|
||||
|
||||
Hello again! This is my figure review of the [Mari Figure from Sega](https://myfigurecollection.net/item/945032). <!--more--> She was released around 2020 as a prize
|
||||
|
|
|
@ -5,6 +5,8 @@ draft: false
|
|||
tags:
|
||||
- Figures
|
||||
- Review
|
||||
aliases:
|
||||
- /articles/figure2
|
||||
---
|
||||
|
||||
Today we're reviewing the Flare reissue of the YoRHa No. 2 Type B released by Square Enix, a company that despite being very, very controlling of their merchandise has the absolute worst online store ever. <!--more--> This isn't just a single case, you can read online where people have similiar experiences with Square Enix's online store.
|
||||
|
|
|
@ -5,6 +5,8 @@ draft: false
|
|||
tags:
|
||||
- GitHub
|
||||
- sourcehut
|
||||
aliases:
|
||||
- /notes/move-to-sourcehut/
|
||||
---
|
||||
|
||||
Recently I've moved pretty much all of my repositories over to sourcehut! <!--more--> This is a huge change, as I haven't changed my primary code hosting provider, Github, since 2-3 years ago.
|
||||
|
|
|
@ -5,6 +5,8 @@ tags:
|
|||
- sourcehut
|
||||
draft: false
|
||||
date: 2022-06-23
|
||||
aliases:
|
||||
- /notes/moving-away-from-github/
|
||||
---
|
||||
|
||||
Over the past few hours I did some serious cleaning up on my [GitHub account](https://github.com/redstrate), I basically removed every single original repository I had. <!--more--> I still need GitHub in order to contribute to some projects, so my forks are kept. For people trying to find my missing repositories, I added a profile README to direct people to my sourcehut instead.
|
||||
|
|
|
@ -5,6 +5,8 @@ draft: false
|
|||
tags:
|
||||
- GitHub
|
||||
- sourcehut
|
||||
aliases:
|
||||
- /notes/moving-to-sourcehut-followup/
|
||||
---
|
||||
|
||||
This is a follow-up post to my blog post detailing the changes I've made to how my source code is hosted. <!--more--> Basically, I'm trying to
|
||||
|
|
|
@ -4,6 +4,8 @@ date: 2022-02-01
|
|||
draft: false
|
||||
tags:
|
||||
- KDE
|
||||
aliases:
|
||||
- /articles/opening-kaddressbook-addresses-with-kde-marble/
|
||||
---
|
||||
|
||||
This is probably the most specific use case I'll ever post on this blog :-p I noticed whenever I click an address in [KAddressBook](https://apps.kde.org/kaddressbook/), it opens it in [OpenStreetMap](https://www.openstreetmap.org/) in your web browser by default. Huh? <!--more-->
|
||||
|
|
|
@ -4,6 +4,8 @@ date: 2021-04-04
|
|||
draft: false
|
||||
tags:
|
||||
- Prism
|
||||
aliases:
|
||||
- /articles/prism-changes-feb-april-2021/
|
||||
---
|
||||
|
||||
These two months contain some pretty big changes I made to Prism, following a short hiatus from the project. These include some pretty important changes to the project moving forward and I hope to keep documenting these in this nice and concise, visual way in the future! <!--more--> Also before you ask, this is Feburary _and_ April, I only made one small commit in March which is why it's not Feburary _to_ April.
|
||||
|
|
|
@ -4,6 +4,8 @@ date: 2022-03-08
|
|||
draft: false
|
||||
tags:
|
||||
- Prism
|
||||
aliases:
|
||||
- /articles/prism-changes-may-march-2022/
|
||||
---
|
||||
|
||||
It's uh, been a while since the last Prism changelog :-) Haha, well there's as always a ton of interesting changes to go over!
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Purging Twitter"
|
||||
date: 2022-06-28
|
||||
draft: false
|
||||
aliases:
|
||||
- /notes/purging-twitter/
|
||||
---
|
||||
|
||||
In my series of purging my content on propietary platforms I don't align with anymore, the next on the chopping block is Twitter. Just like GitHub, I have several personal reasons why I'm not supporting Twitter any longer. <!--more-->
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Silica Viewer is now available on the App Store!"
|
||||
date: 2021-09-15
|
||||
draft: false
|
||||
aliases:
|
||||
- /notes/silica-release/
|
||||
---
|
||||
|
||||
"Silica Viewer" just landed on the macOS App Store today! You can check out more information
|
||||
|
|
|
@ -6,6 +6,8 @@ tags:
|
|||
- Prism
|
||||
- Vulkan
|
||||
- Metal
|
||||
aliases:
|
||||
- /articles/the-death-of-gfx/
|
||||
---
|
||||
|
||||
In under an hour, I was able to port my already existing Vulkan code from [Prism](/projects/prism)
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
title: "Trinity Re-release"
|
||||
date: 2021-07-21
|
||||
draft: false
|
||||
aliases:
|
||||
- /notes/trinity-rerelease/
|
||||
---
|
||||
|
||||
So around 2018 I was busy writing my own Matrix client, as anyone does. It was called Trinity, and it featured a Discord-like interface. <!--more-->
|
||||
|
|
Loading…
Add table
Reference in a new issue