diff --git a/content/blog/2022-03-12-Random-rant.md b/content/blog/2022-03-12-Random-rant.md index aac3630..80f3014 100644 --- a/content/blog/2022-03-12-Random-rant.md +++ b/content/blog/2022-03-12-Random-rant.md @@ -1,8 +1,9 @@ ---- -title: Random rant -date: 2022-03-12 -slug: random-rant ---- ++++ +title = "Random rant" +date = "2022-03-12" +slug = "random-rant" +tags = ["pers"] ++++ ## The lurking problem @@ -21,7 +22,6 @@ to be lazy. ## Imperfection - It's easier to find excuses as for why my next project will suck, not be used by others and so on compared to simply working on it. I think my main problem is losing motivation over time, I need to figure out how to get motivation out of diff --git a/content/blog/2022-03-13_todo_explore_meson.md b/content/blog/2022-03-13_todo_explore_meson.md index 0d1c094..64f7775 100644 --- a/content/blog/2022-03-13_todo_explore_meson.md +++ b/content/blog/2022-03-13_todo_explore_meson.md @@ -1,8 +1,9 @@ ---- -title: 'TODO: Explore meson' -date: 2022-03-13 -slug: todo-explore-meson ---- ++++ +title = "TODO: Explore meson" +date = "2022-03-13" +slug = "todo-explore-meson" +tags = ["prog", "todo", "c/c++"] ++++ I should definitely play around with meson one day, maybe add template/c support for it. I think working on template/c is a good entry to understanding how build @@ -10,3 +11,10 @@ systems work and how to configure a real-world project using meson. I will start publishing such TODOs publicly, maybe that helps with actually working on them. + +--- + +Update: 2024-08-17 01:01 + +I forgot to mention that I ended up fiddling around with it a bit for +[kvps](https://gitlab.com/renken/kvps) a while ago. diff --git a/content/blog/2022-04-02_frustration_with_web_developers.md b/content/blog/2022-04-02_frustration_with_web_developers.md index 11ec2cf..cc0859f 100644 --- a/content/blog/2022-04-02_frustration_with_web_developers.md +++ b/content/blog/2022-04-02_frustration_with_web_developers.md @@ -1,8 +1,9 @@ ---- -title: Frustration with web developers -date: 2022-04-02 -slug: frustration-with-web-devs ---- ++++ +title = "Frustration with web developers" +date = "2022-04-02" +slug = "frustration-with-web-devs" +tags = ["web", "sysadm"] ++++ Past few days, at least 5 websites rejected my email address `mail@renken.systems` because it doesn't match their regular expression. I diff --git a/content/blog/2022-06-01_my_manga_collection_is_growing.md b/content/blog/2022-06-01_my_manga_collection_is_growing.md index f6c563d..c79e0ce 100644 --- a/content/blog/2022-06-01_my_manga_collection_is_growing.md +++ b/content/blog/2022-06-01_my_manga_collection_is_growing.md @@ -1,8 +1,9 @@ ---- -title: My manga collection is growing! -date: 2022-06-01 -slug: my-manga-collection-growing ---- ++++ +title = "My manga collection is growing!" +date = "2022-06-01" +slug = "my-manga-collection-growing" +tags = ["manga", "jp", "pers"] ++++ I visited [fnac](https://www.fnac.com) around a month ago or so and noticed that they sell manga. I wasn't aware that the French are huge weebs, they have @@ -19,4 +20,4 @@ Yesterday I ended up buying YKK's first three volumes because I figured gazing at the landscapes on paper would make me appreciate it even more and I was right! They're also helping me improve my French too which is nice. -![My manga collection 11/06/2022](/blog/2022-06-11_manga_collection.jpg) +![My manga collection 11/06/2022](./2022-06-11_manga_collection.jpg) diff --git a/content/blog/2022-07-12_graduation_munic.md b/content/blog/2022-07-12_graduation_munic.md index 5a19b29..2a0b28d 100644 --- a/content/blog/2022-07-12_graduation_munic.md +++ b/content/blog/2022-07-12_graduation_munic.md @@ -1,8 +1,9 @@ ---- -title: Graduation and moving forward with Munic -date: 2022-07-12 -slug: graduation-munic ---- ++++ +title = "Graduation and moving forward with Munic" +date = "2022-07-12" +slug = "graduation-munic" +tags = ["pers", "fr", "work"] ++++ I graduated from my school last Thursday, I am officially a certified (tm) engineer! Consequently, I'm joining Munic as a full-time employee after my diff --git a/content/blog/2022-07-12_switching_to_markdown.md b/content/blog/2022-07-12_switching_to_markdown.md index c325331..0ad7229 100644 --- a/content/blog/2022-07-12_switching_to_markdown.md +++ b/content/blog/2022-07-12_switching_to_markdown.md @@ -1,8 +1,9 @@ ---- -title: Switching to Markdown -date: 2022-07-12T23:59:00+02:00 -slug: switching-to-markdown ---- ++++ +title = "Switching to Markdown" +date = "2022-07-12T23:59:00+02:00" +slug = "switching-to-markdown" +tags = ["sysadm", "shione"] ++++ Sphinx supports Markdown through `myst-parser` as documented [here](https://www.sphinx-doc.org/en/master/usage/markdown.html). This is nice diff --git a/content/blog/2023-04-10_conventional_commits.md b/content/blog/2023-04-10_conventional_commits.md index 15ed2f6..20771f0 100644 --- a/content/blog/2023-04-10_conventional_commits.md +++ b/content/blog/2023-04-10_conventional_commits.md @@ -1,8 +1,9 @@ ---- -title: Conventional commits -date: 2023-04-10T12:47:00+01:00 -slug: conventional-commits ---- ++++ +title = "Conventional commits" +date = "2023-04-10T12:47:00+01:00" +slug = "conventional-commits" +tags = ["prog", "git", "cicd"] ++++ I recently came across [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) and I find the idea diff --git a/content/blog/2023-06-18_siga_desktop.md b/content/blog/2023-06-18_siga_desktop.md index 00fc981..d32a7bd 100644 --- a/content/blog/2023-06-18_siga_desktop.md +++ b/content/blog/2023-06-18_siga_desktop.md @@ -1,8 +1,9 @@ ---- -title: Siga desktop has joined the game. -date: 2023-06-18T18:14:00 -slug: siga-desktop ---- ++++ +title = "Siga desktop has joined the game." +date = "2023-06-18T18:14:00" +slug = "siga-desktop" +tags = ["hw"] ++++ Around the 25th of May, I ended up building siga in its Desktop PC form. It's entirely based on AMD because I wanted the best possible compatibility with diff --git a/content/blog/2023-12-23_self_hosting_shione_net.md b/content/blog/2023-12-23_self_hosting_shione_net.md index e4cd9bf..fce3920 100644 --- a/content/blog/2023-12-23_self_hosting_shione_net.md +++ b/content/blog/2023-12-23_self_hosting_shione_net.md @@ -1,8 +1,9 @@ ---- -title: Self-hosting shione.net -date: 2023-12-23T18:47:00 -slug: self-hosting-shione ---- ++++ +title = "Self-hosting shione.net" +date = "2023-12-23T18:47:00" +slug = "self-hosting-shione" +tags = ["sysadm", "shione"] ++++ I recently managed to get my hands on a mini PC, [Union NiPoGi CK10 - 10810U](https://www.notebookcheck.net/NiPoGi-CK10-with-the-Intel-Core-i7-10810U-reviewed-Small-office-PC-offering-space-for-three-SSDs.671211.0.html) diff --git a/content/misc/_index.md b/content/misc/_index.md index eb95e36..866a9d6 100644 --- a/content/misc/_index.md +++ b/content/misc/_index.md @@ -1,6 +1,7 @@ +++ title = "Miscellaneous links" toc = false +show_tags = false +++ # Multimedia diff --git a/content/services/_index.md b/content/services/_index.md index 46c4ba6..ad3433f 100644 --- a/content/services/_index.md +++ b/content/services/_index.md @@ -1,6 +1,7 @@ +++ title = "Services" datetime = false +show_tags = false +++ Shione offers some services either exclusively for private personal use such as