From 9ac9995fb805bfd4036427513e2835b16ec3e10f Mon Sep 17 00:00:00 2001 From: Ignatius Bagus Date: Tue, 5 Dec 2023 19:56:16 +0700 Subject: [PATCH] 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