diff options
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 |
