From 9aa9c1dfd2484e5ec5b9a9e997acd93b199b86d1 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 24 Apr 2026 11:36:53 +0200 Subject: Add categories.txt, tags.txt, unique_categories.txt, unique_tags.txt from cats-and-tags --- docs/unique_categories.txt | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/unique_categories.txt (limited to 'docs/unique_categories.txt') diff --git a/docs/unique_categories.txt b/docs/unique_categories.txt new file mode 100644 index 0000000..2e875a6 --- /dev/null +++ b/docs/unique_categories.txt @@ -0,0 +1,37 @@ +```bash +grep 'categories =' content/en/articles/*/index.md | sed -E 's/.*=\s*\[(.*)\]/\1/' | tr ',' '\n' |sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' |sed 's/^"//; s/"$//' |sort -u +``` + +"3D Printing" +"Uncategorized" - "" +"WordPress" +"android" +"art" +"bash" +"blogging" +"code" +"disney" +"diy" +"fotografia" +"freedom" +"hugo" +"itaglia" +"life" +"linux" +"musica" +"nature" +"notes" +"quotes" +"security" +"slackware" +"web" + + +"Blogging" - generic +"Code" - articles that contain code snippets +"3D Printing" - self explanatory +"Photography" - covers articles where I share pictures, galleries etc. +"Self Reflection" - was "life". covers quotes, generic articles about life +"CyberSecurity" - was "security". Articles about Cyber +"Video" - Articles with videos in them +"DIY" - self explanatory \ No newline at end of file -- cgit v1.2.3