blob: 2e875a6f0b73533cde77735681a6cbecfdda674f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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
|