diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-24 11:36:53 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-24 11:36:53 +0200 |
| commit | 9aa9c1dfd2484e5ec5b9a9e997acd93b199b86d1 (patch) | |
| tree | 5cf1859a61c77da98d159827a6672fb519a33ab7 /docs/unique_categories.txt | |
| parent | 8c734acfb94cd03c6d3f87679a824ea7a1b012a3 (diff) | |
| download | danixxyz-release_24042026-1136.tar.gz danixxyz-release_24042026-1136.zip | |
Add categories.txt, tags.txt, unique_categories.txt, unique_tags.txt from cats-and-tagsrelease_24042026-1136
Diffstat (limited to 'docs/unique_categories.txt')
| -rw-r--r-- | docs/unique_categories.txt | 37 |
1 files changed, 37 insertions, 0 deletions
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 |
