From: Danilo M. Date: Fri, 24 Apr 2026 09:36:53 +0000 (+0200) Subject: Add categories.txt, tags.txt, unique_categories.txt, unique_tags.txt from cats-and... X-Git-Tag: release_24042026-1136 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=9aa9c1dfd2484e5ec5b9a9e997acd93b199b86d1;p=danix.xyz-2.git Add categories.txt, tags.txt, unique_categories.txt, unique_tags.txt from cats-and-tags --- diff --git a/docs/categories.txt b/docs/categories.txt new file mode 100644 index 0000000..ddf8c10 --- /dev/null +++ b/docs/categories.txt @@ -0,0 +1,8 @@ +Blogging +Code +3D Printing +Photography +Self Reflection +CyberSecurity +Video +DIY \ No newline at end of file diff --git a/docs/tags.txt b/docs/tags.txt new file mode 100644 index 0000000..3c3421d --- /dev/null +++ b/docs/tags.txt @@ -0,0 +1,123 @@ +3D printing +Caesar +Steve Jobs +Walt Disney +WordPress +android +attachments +audio +automation +bash +build +cad +calabria +candidato +celebrazione +colors +congiusta +consiglio +convert +cura +development +droidify +dual head +efail +electronic frontier foundation +elezioni +email +extended desktop +feste +flask +floppy disks +flying dutchman +fusion360 +game +gif +gioco +git +github +gladiator +gnupg +gopro +great wave +haiku +hokusai +hope +howto +html5 +imagemagik +imagine +imperial march +incensurato +indipendence +inspiring +introspection +john green +john lennon +katsushika +kdenlive +lerry shawn +libertà di stampa +life +lizard +loneliness +love +mad +management +mario +market +massimo decimo meridio +mistakes +mogrify +money +monitor setup +mp3 +mt fuji +natale +nerdgasm +nerds +paintings +palette +paper +password +password-store +pgp +php +pi greco +pink floyd +poker +privacy +python +quotes +regionale +responsibility +rock +scissors +script +security +server +setup +siderno +slackbuild +slackware +slicer +solitude +solvespace +spock +ssh +star wars +subject +sunset +svn +think outside of the box +timelapse +update +video +viewer +vulnerability +web +xorg +xrandr +youtube +linux +Hugo \ No newline at end of file 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 diff --git a/docs/unique_tags.txt b/docs/unique_tags.txt new file mode 100644 index 0000000..a5ac2af --- /dev/null +++ b/docs/unique_tags.txt @@ -0,0 +1,129 @@ +```bash +grep 'tags =' content/en/articles/*/index.md | sed -E 's/.*=\s*\[(.*)\]/\1/' | tr ',' '\n' |sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' |sort -u +``` + +"3D printing" +"Caesar" +"Steve Jobs" +"Walt Disney" +"WordPress" +"android" +"attachments" +"audio" +"automation" +"bash" +"build" +"cad" +"calabria" +"candidato" +"celebrazione" +"colors" +"congiusta" +"consiglio" +"convert" +"cura" +"development" +"do it yourself" +"droidify" +"dual head" +"efail" +"eff" +"electronic frontier foundation" +"elezioni" +"email" +"extended desktop" +"festa" +"feste" +"flask" +"floppy disks" +"flying dutchman" +"fusion360" +"game" +"gif" +"gioco" +"git" +"github" +"gladiator" +"gnupg" +"gopro" +"great wave" +"haiku" +"hokusai" +"hope" +"howto" +"html5" +"imagemagik" +"imagine" +"imperial march" +"incensurato" +"indipendence" +"inspiring" +"introspection" +"john green" +"john lennon" +"katsushika" +"kdenlive" +"lerry shawn" +"libertà di stampa" +"life" +"lizard" +"loneliness" +"love" +"mad" +"management" +"mario" +"market" +"massimo decimo meridio" +"mistakes" +"mogrify" +"money" +"monitor setup" +"mp3" +"mt fuji" +"natale" +"nerdgasm" +"nerds" +"paintings" +"palette" +"paper" +"password" +"password-store" +"pgp" +"php" +"pi greco" +"pink floyd" +"poker" +"privacy" +"python" +"quote" +"quotes" +"regionale" +"responsibility" +"rock" +"scissors" +"script" +"security" +"server" +"setup" +"siderno" +"slackbuild" +"slackware" +"slicer" +"solitude" +"solvespace" +"spock" +"ssh" +"star wars" +"subject" +"sunset" +"svn" +"think outside of the box" +"timelapse" +"update" +"video" +"viewer" +"vulnerability" +"web" +"xorg" +"xrandr" +"youtube" \ No newline at end of file