From e4dda44b7d6bc9c96442cb88e79911268f22bf54 Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Fri, 1 Dec 2023 12:26:04 +0700 Subject: [PATCH 1/2] breaking: restructure curated hierarchy --- .../bash.md => bash-cheat-sheet/+article.md} | 2 +- .../css.md => css-learning-resources/+article.md} | 0 .../{digest/202008.md => digest-2020.08/+article.md} | 0 .../{digest/202009.md => digest-2020.09/+article.md} | 0 .../{digest/202010.md => digest-2020.10/+article.md} | 0 .../{digest/202011.md => digest-2020.11/+article.md} | 0 .../{digest/202012.md => digest-2020.12/+article.md} | 0 .../{digest/202101.md => digest-2021.01/+article.md} | 0 .../{digest/202102.md => digest-2021.02/+article.md} | 0 .../{digest/202103.md => digest-2021.03/+article.md} | 0 .../{digest/202104.md => digest-2021.04/+article.md} | 0 .../draft.template.md => draft.digest-template.md} | 0 .../regexp.md => regexp-cheat-sheet/+article.md} | 0 sites/dev.mauss/curated/resources/sapper.md | 12 ------------ .../posts/mental-exhaustion-is-no-joke/+article.md | 2 +- 15 files changed, 2 insertions(+), 14 deletions(-) rename sites/dev.mauss/curated/{cheat-sheet/bash.md => bash-cheat-sheet/+article.md} (98%) rename sites/dev.mauss/curated/{resources/css.md => css-learning-resources/+article.md} (100%) rename sites/dev.mauss/curated/{digest/202008.md => digest-2020.08/+article.md} (100%) rename sites/dev.mauss/curated/{digest/202009.md => digest-2020.09/+article.md} (100%) rename sites/dev.mauss/curated/{digest/202010.md => digest-2020.10/+article.md} (100%) rename sites/dev.mauss/curated/{digest/202011.md => digest-2020.11/+article.md} (100%) rename sites/dev.mauss/curated/{digest/202012.md => digest-2020.12/+article.md} (100%) rename sites/dev.mauss/curated/{digest/202101.md => digest-2021.01/+article.md} (100%) rename sites/dev.mauss/curated/{digest/202102.md => digest-2021.02/+article.md} (100%) rename sites/dev.mauss/curated/{digest/202103.md => digest-2021.03/+article.md} (100%) rename sites/dev.mauss/curated/{digest/202104.md => digest-2021.04/+article.md} (100%) rename sites/dev.mauss/curated/{digest/draft.template.md => draft.digest-template.md} (100%) rename sites/dev.mauss/curated/{cheat-sheet/regexp.md => regexp-cheat-sheet/+article.md} (100%) delete mode 100644 sites/dev.mauss/curated/resources/sapper.md diff --git a/sites/dev.mauss/curated/cheat-sheet/bash.md b/sites/dev.mauss/curated/bash-cheat-sheet/+article.md similarity index 98% rename from sites/dev.mauss/curated/cheat-sheet/bash.md rename to sites/dev.mauss/curated/bash-cheat-sheet/+article.md index 4f56c88..4330736 100644 --- a/sites/dev.mauss/curated/cheat-sheet/bash.md +++ b/sites/dev.mauss/curated/bash-cheat-sheet/+article.md @@ -112,5 +112,5 @@ rename 's/\[.*\]/\[replacement\]/' **/* # execute rename rename 's/unwantedName/changedName/' path/to/start/**/* -n # preview changes rename 's/unwantedName/changedName/' path/to/start/**/* # execute rename -# ('s/{}/{}/') is just regex so it's limited to just your knowledge +# ('s/{}/{}/') is a regular expression so it's limited to your knowledge on it ``` diff --git a/sites/dev.mauss/curated/resources/css.md b/sites/dev.mauss/curated/css-learning-resources/+article.md similarity index 100% rename from sites/dev.mauss/curated/resources/css.md rename to sites/dev.mauss/curated/css-learning-resources/+article.md diff --git a/sites/dev.mauss/curated/digest/202008.md b/sites/dev.mauss/curated/digest-2020.08/+article.md similarity index 100% rename from sites/dev.mauss/curated/digest/202008.md rename to sites/dev.mauss/curated/digest-2020.08/+article.md diff --git a/sites/dev.mauss/curated/digest/202009.md b/sites/dev.mauss/curated/digest-2020.09/+article.md similarity index 100% rename from sites/dev.mauss/curated/digest/202009.md rename to sites/dev.mauss/curated/digest-2020.09/+article.md diff --git a/sites/dev.mauss/curated/digest/202010.md b/sites/dev.mauss/curated/digest-2020.10/+article.md similarity index 100% rename from sites/dev.mauss/curated/digest/202010.md rename to sites/dev.mauss/curated/digest-2020.10/+article.md diff --git a/sites/dev.mauss/curated/digest/202011.md b/sites/dev.mauss/curated/digest-2020.11/+article.md similarity index 100% rename from sites/dev.mauss/curated/digest/202011.md rename to sites/dev.mauss/curated/digest-2020.11/+article.md diff --git a/sites/dev.mauss/curated/digest/202012.md b/sites/dev.mauss/curated/digest-2020.12/+article.md similarity index 100% rename from sites/dev.mauss/curated/digest/202012.md rename to sites/dev.mauss/curated/digest-2020.12/+article.md diff --git a/sites/dev.mauss/curated/digest/202101.md b/sites/dev.mauss/curated/digest-2021.01/+article.md similarity index 100% rename from sites/dev.mauss/curated/digest/202101.md rename to sites/dev.mauss/curated/digest-2021.01/+article.md diff --git a/sites/dev.mauss/curated/digest/202102.md b/sites/dev.mauss/curated/digest-2021.02/+article.md similarity index 100% rename from sites/dev.mauss/curated/digest/202102.md rename to sites/dev.mauss/curated/digest-2021.02/+article.md diff --git a/sites/dev.mauss/curated/digest/202103.md b/sites/dev.mauss/curated/digest-2021.03/+article.md similarity index 100% rename from sites/dev.mauss/curated/digest/202103.md rename to sites/dev.mauss/curated/digest-2021.03/+article.md diff --git a/sites/dev.mauss/curated/digest/202104.md b/sites/dev.mauss/curated/digest-2021.04/+article.md similarity index 100% rename from sites/dev.mauss/curated/digest/202104.md rename to sites/dev.mauss/curated/digest-2021.04/+article.md diff --git a/sites/dev.mauss/curated/digest/draft.template.md b/sites/dev.mauss/curated/draft.digest-template.md similarity index 100% rename from sites/dev.mauss/curated/digest/draft.template.md rename to sites/dev.mauss/curated/draft.digest-template.md diff --git a/sites/dev.mauss/curated/cheat-sheet/regexp.md b/sites/dev.mauss/curated/regexp-cheat-sheet/+article.md similarity index 100% rename from sites/dev.mauss/curated/cheat-sheet/regexp.md rename to sites/dev.mauss/curated/regexp-cheat-sheet/+article.md diff --git a/sites/dev.mauss/curated/resources/sapper.md b/sites/dev.mauss/curated/resources/sapper.md deleted file mode 100644 index 9c5aed8..0000000 --- a/sites/dev.mauss/curated/resources/sapper.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -date: "2020-08-30" -title: Sapper Learning Resources ---- - -## General - -- Official documentation at - -## Routing - -- [[StackOverflow](https://stackoverflow.com/questions/56403072/how-do-you-create-routes-with-optional-parameters-in-sapper)] Rest routes `routes/[...parts].svelte` are available but undocumented yet in Sapper diff --git a/sites/dev.mauss/posts/mental-exhaustion-is-no-joke/+article.md b/sites/dev.mauss/posts/mental-exhaustion-is-no-joke/+article.md index 2fd1f2e..d900c39 100644 --- a/sites/dev.mauss/posts/mental-exhaustion-is-no-joke/+article.md +++ b/sites/dev.mauss/posts/mental-exhaustion-is-no-joke/+article.md @@ -37,7 +37,7 @@ I consider myself as a perfectionist, and most of my friends can vouch for this. No really, that was mostly it. On most occasions, that would be more than enough. The human mind is amazing, when you focus and really put your all into it, you can virtually accomplish anything. But, on certain days like this, I needed a little bit more boost, I have to trade off something, and that is my sanity... by not sleeping. So, more like my sleep? Yes, you could say I'm compensating for my mental energy by not sleeping to finish my work one at a time. -One last thing was find something to accompany yourself, preferably something that could make you laugh because a good laugh really is the best cure to recharge your mental energy. Nichijou was the one that helps me brighten up my mood and lets me escape reality for a short time, I highly recommend you to check it out, also take a look at my [October 2020 Monthly Digest](/curated/digest/202010) if you haven't already. +One last thing was find something to accompany yourself, preferably something that could make you laugh because a good laugh really is the best cure to recharge your mental energy. Nichijou was the one that helps me brighten up my mood and lets me escape reality for a short time, I highly recommend you to check it out, also take a look at my [October 2020 Monthly Digest](/curated/digest-2020.10) if you haven't already. Looking back again, this is more or less what life is really all about is it. You live through your days, you suffer through some of it, and you gain experience through it too. All of this is essential for us to grow as a person, as a human. You really need knowledge to fully grow, and some of them requires you to experience it first-hand. From 9ac9995fb805bfd4036427513e2835b16ec3e10f Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Tue, 5 Dec 2023 19:56:16 +0700 Subject: [PATCH 2/2] more tweaks --- .../curated/bash-cheat-sheet/+article.md | 4 +-- .../css-learning-resources/+article.md | 30 ------------------- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 sites/dev.mauss/curated/css-learning-resources/+article.md diff --git a/sites/dev.mauss/curated/bash-cheat-sheet/+article.md b/sites/dev.mauss/curated/bash-cheat-sheet/+article.md index 4330736..35742ce 100644 --- a/sites/dev.mauss/curated/bash-cheat-sheet/+article.md +++ b/sites/dev.mauss/curated/bash-cheat-sheet/+article.md @@ -1,9 +1,9 @@ --- date: "2021-02-21" -title: Complete Bash Utility Cheat Sheet +title: Bash Utility Cheat Sheet --- -These are my goto scripts to manage my home media server. I'll be compiling all that I remember here so I won't forget it and could quickly search for a reference in the future. I hope most of it would be beneficial to you too. +These are my scripts that I use to manage my home media server. I'm not a bash expert so I'm sure there are better ways to do this, but this is what I have so far. ## Using Nano Editor diff --git a/sites/dev.mauss/curated/css-learning-resources/+article.md b/sites/dev.mauss/curated/css-learning-resources/+article.md deleted file mode 100644 index 83d50a7..0000000 --- a/sites/dev.mauss/curated/css-learning-resources/+article.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -date: "2020-10-14" -title: CSS Learning Resources ---- - -## In-depth Articles - -[[Generative Art with CSS](https://generative-art-with-css.commons.host/)] Learn to design and make shapes with pure CSS - -[[Modern CSS](https://moderncss.dev/custom-css-styles-for-form-inputs-and-textareas/)] Style native input and textarea that's consistent with near-identical appearance across the major browsers commonly used - -## Learn the basics - -Look through the sections below to find something about CSS you'd like to learn - -### Selectors - -[[Specifishity](https://specifishity.com/)] A clear infographic for describing specificities in CSS - -[[InternetingIsHard](https://www.internetingishard.com/html-and-css/css-selectors/)] A friendly tutorial for learning CSS selectors - -### Flexbox - -[[CSS-Tricks](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)] Complete guide to Flexbox - -[[InternetingIsHard](https://www.internetingishard.com/html-and-css/flexbox/)] A friendly tutorial for learning CSS Flexbox - -### Transform - -[[css-transform](https://css-transform.moro.es/)] CSS transform visualizers