From: Danilo M. Date: Wed, 22 Apr 2026 16:34:54 +0000 (+0200) Subject: working on the frontmatters for all articles X-Git-Tag: release_24042026-1126 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=0638a25e2c2476ff19d17da1b7a014aae91692c9;p=danix.xyz-2.git working on the frontmatters for all articles --- diff --git a/content/en/articles/about-loneliness/index.md b/content/en/articles/about-loneliness/index.md index a7f5fad..7efff28 100644 --- a/content/en/articles/about-loneliness/index.md +++ b/content/en/articles/about-loneliness/index.md @@ -6,10 +6,10 @@ type = "quote" image = "/uppies/2011/08/loneliness.jpg" author = "Danilo M." excerpt = "again on loneliness, solitude and misantropy" -categories = ["blogging", "quotes"] -tags = ["loneliness", "solitude"] +categories = [ "Self Reflection"] +tags = [ "solitude", "loneliness", "life"] +++ {{< quote source="May Sarton" src="http://en.wikipedia.org/wiki/May_Sarton" >}} Loneliness is the poverty of self, solitude is the richness of self. -{{< /quote >}} +{{< /quote >}} \ No newline at end of file diff --git a/content/en/articles/baking-programs/index.md b/content/en/articles/baking-programs/index.md index 741e616..006c9be 100644 --- a/content/en/articles/baking-programs/index.md +++ b/content/en/articles/baking-programs/index.md @@ -6,9 +6,10 @@ draft = false type = "life" excerpt = "baking a cake and building a program from source have a lot in common, and both will leave you satisfied once they've finished cooking" image = "/uppies/2019/01/bake-a-cake.jpg" -categories = ["diy", "linux", "slackware"] -tags = ["slackbuild"] +categories = [ "DIY"] +tags = [ "linux", "slackbuild"] +++ + Compiling programs always feels like you’re baking a cake, you look for it, check the dependancies and then run the slackbuild, leave your computer to go grab a drink and when you come back you see an error, checking for it you notice you’ve forgotten a dependency, it’s like you put your cake in the oven, starts cooking and after a while you go “_oh shit, I forgot to add sugar to the dough_“. I’ve been compiling a couple programs in the past few days and I’ve ended up patching them a lot, to compile audacity I had to go around and add 6 patches before the script managed to compile correctly, and today with qpdfview it was the same, still dependancy errors but in the end I made it work and let me tell you, when you come back to your PC and the script has ended and it says the program is installed it’s almost like you could smell it, your freshly baked cake waiting for you to enjoy it.. \ No newline at end of file diff --git a/content/en/articles/bash-notes/index.md b/content/en/articles/bash-notes/index.md index fe3faf1..c11c812 100644 --- a/content/en/articles/bash-notes/index.md +++ b/content/en/articles/bash-notes/index.md @@ -5,8 +5,8 @@ draft = true type = "tech" author = "Danilo M." excerpt = "A 'sticky notes' kind of app, written in bash for all shell entusiasts." -categories = ["bash", "notes", "linux", "diy"] -tags = [] +categories = [ "DIY", "Code"] +tags = [ "linux", "bash"] +++ # bash notes diff --git a/content/en/articles/cad-designing-in-gnu-linux/index.md b/content/en/articles/cad-designing-in-gnu-linux/index.md index 2323b34..df7b0cb 100644 --- a/content/en/articles/cad-designing-in-gnu-linux/index.md +++ b/content/en/articles/cad-designing-in-gnu-linux/index.md @@ -3,13 +3,13 @@ title = "CAD designing in GNU/Linux" author = "Danilo M." type = "tech" date = "2021-05-01T17:51:58+00:00" -excerpt = "" +excerpt = "what software options do we have when dealing with a 3D Printer on Linux?" image = "/uppies/2021/05/PXL_20210501_114542849.jpg" -categories = ["3D Printing", "diy"] -tags = ["3D printing", "cad", "cura", "fusion360", "slicer", "solvespace"] +categories = [ "3D Printing", "DIY"] +tags = [ "cad", "cura", "fusion360", "slicer", "solvespace", "linux"] typora-root-url = "../../static" - +++ + {{< quote source="semicit. Eminem" >}} Guess who's back back again @@ -66,4 +66,4 @@ The development is very active, this month was released the latest stable versio Since I've built the package for my use, why not sharing it with the world. I didn't submit it to SBo because I use git to retrieve the sources and that's not compliant with their guidelines. -Thanks for passing by, and I’ll see you on the next one ;) +Thanks for passing by, and I’ll see you on the next one ;) \ No newline at end of file diff --git a/content/en/articles/ceasar-quote/index.md b/content/en/articles/ceasar-quote/index.md index 45402a7..19a2555 100644 --- a/content/en/articles/ceasar-quote/index.md +++ b/content/en/articles/ceasar-quote/index.md @@ -4,10 +4,10 @@ author = "Danilo M." type = "quote" date = "2011-07-28T19:03:39+00:00" excerpt = "A quote from Julius Caesar" -categories = ["blogging"] -tags = ["Caesar", "quote"] - +categories = [ "Blogging"] +tags = [ "quotes", "Caesar"] +++ + {{< quote source="Julius Caesar" >}} What we wish, we readily believe, and what we ourselves think, we imagine others think also. {{< /quote >}} \ No newline at end of file diff --git a/content/en/articles/come-funziona-questo-sito/index.md b/content/en/articles/come-funziona-questo-sito/index.md index edd33ce..0477e83 100644 --- a/content/en/articles/come-funziona-questo-sito/index.md +++ b/content/en/articles/come-funziona-questo-sito/index.md @@ -2,13 +2,12 @@ title = "Come Funziona Questo Sito" date = "2024-11-12T11:12:25+01:00" draft = true -type = "life" +type = "tech" author = "Danilo M." excerpt = "Questo sito è sviluppato con HUGO, ecco come funziona." -categories = ["blogging", "diy", "hugo", "code"] -tags = ["web", "development"] +categories = [ "DIY", "Code", "Blogging"] +tags = [ "Hugo", "development", "web"] typora-root-url = "../../static" +++ -Questo sito è sviluppato con HUGO, un framework per costruire siti "statici". - +Questo sito è sviluppato con HUGO, un framework per costruire siti "statici". \ No newline at end of file diff --git a/content/en/articles/conquista-la-folla/index.md b/content/en/articles/conquista-la-folla/index.md index f5d17dc..11bd6ef 100644 --- a/content/en/articles/conquista-la-folla/index.md +++ b/content/en/articles/conquista-la-folla/index.md @@ -1,12 +1,13 @@ +++ title = "conquista la folla.." author = "Danilo M." -type = "life" +type = "quote" draft = true date = "2013-04-21T08:17:11+00:00" -categories = ["blogging"] -tags = ["gladiator", "massimo decimo meridio"] +categories = [ "Blogging"] +tags = [ "gladiator", "massimo decimo meridio"] +++ + {{< quote source="Massimo X Meridio" >}} conquisterò la folla… gli darò qualcosa che non ha mai visto prima {{< /quote >}} \ No newline at end of file diff --git a/content/en/articles/convertire-file-video-in-mp3/index.md b/content/en/articles/convertire-file-video-in-mp3/index.md index 85404f2..5b2ea61 100644 --- a/content/en/articles/convertire-file-video-in-mp3/index.md +++ b/content/en/articles/convertire-file-video-in-mp3/index.md @@ -4,8 +4,8 @@ author = "Danilo M." type = "tech" date = "2012-05-25T15:42:02+00:00" excerpt = "A simple way to convert from a video file to an MP3." -categories = ["code", "diy", "linux"] -tags = ["audio", "convert", "mp3", "video"] +categories = [ "DIY", "Code"] +tags = [ "linux", "video", "audio", "mp3", "convert"] +++ A quick word on how to convert a video to MP3. Here's how I did it. diff --git a/content/en/articles/gify-back-to-bash-scripting/index.md b/content/en/articles/gify-back-to-bash-scripting/index.md index 647c8ea..24e8834 100644 --- a/content/en/articles/gify-back-to-bash-scripting/index.md +++ b/content/en/articles/gify-back-to-bash-scripting/index.md @@ -4,9 +4,10 @@ author = "Danilo M." type = "tech" date = "2016-01-25T12:41:06+00:00" image = "/uppies/2016/01/G0092546.jpg" -categories = ["code", "diy", "fotografia"] -tags = ["bash", "convert", "gif", "imagemagik", "mogrify", "script"] +categories = [ "Code", "DIY", "Photography"] +tags = [ "bash", "convert", "gif", "imagemagik", "mogrify", "script"] +++ + {{< image class="max-w-lg mx-auto" src="/uppies/2016/01/piscaturi.gif" alt="piccoli pescatori crescono" caption="gif image created using gify.sh" >}}{{< /image >}} Today I'll present you a useful script that will help you create amazing gifs from your still photos using a couple tools from the [IMAGEMAGIK](https://www.imagemagick.org) suite, so without further ado, here it is, straight from github's gists. diff --git a/content/en/articles/git-setup-own-server-part2/index.md b/content/en/articles/git-setup-own-server-part2/index.md index c5b7f49..42c50c4 100644 --- a/content/en/articles/git-setup-own-server-part2/index.md +++ b/content/en/articles/git-setup-own-server-part2/index.md @@ -1,14 +1,15 @@ +++ title = "Git – how to setup your own server pt 2" author = "Danilo M." -type = "life" +type = "tech" date = "2018-12-17T07:39:08+00:00" excerpt = "followup on my previous article regarding GIT and how to automatically deploy python flask scripts to serve a web app with apache." draft = true image = "/uppies/2018/12/gitout.jpg" -categories = ["blogging", "code", "diy", "linux"] -tags = ["automation", "do it yourself", "flask", "git", "howto", "python", "ssh"] +categories = [ "DIY", "Code"] +tags = [ "git", "linux", "python", "howto", "automation", "ssh", "flask", "do it yourself"] +++ + This is a followup on [my previous article about how to setup your server][1] to handle a GIT repository and deploy to a web server like apache. Since I started experimenting with python and web publishing with it I wanted a way to push all the changes to my codebase directly to a web server, in a similar way as to what I already do with php and apache.
diff --git a/content/en/articles/git-setup-own-server/index.md b/content/en/articles/git-setup-own-server/index.md index b3eec1c..783e4fc 100644 --- a/content/en/articles/git-setup-own-server/index.md +++ b/content/en/articles/git-setup-own-server/index.md @@ -1,12 +1,12 @@ +++ title = "Git Setup Your Own Server" date = "2021-06-13T12:07:49+02:00" -type = "life" +type = "tech" author = "Danilo M." excerpt = "I'll show you how to setup your own git server easily" image = "/uppies/2021/06/gitout.jpg" -tags = ["git", "server", "setup", "howto", "do it yourself", "ssh"] -categories = ["code", "diy", "linux"] +tags = [ "git", "linux", "server", "howto", "setup", "ssh", "do it yourself"] +categories = [ "DIY", "Code"] +++ Hello everyone, @@ -442,4 +442,4 @@ That's it for now, I'll add to this post as soon as I decide whether I want my c If you made it this far I hope you'll spend a couple more minutes to let me know what you think about this setup, if you use something similar or if you had any problems setting this up, I'll try and help you as much as I can of course. -[1]: https://joeyh.name/code/moreutils/ +[1]: https://joeyh.name/code/moreutils/ \ No newline at end of file diff --git a/content/en/articles/haiku-2/index.md b/content/en/articles/haiku-2/index.md index 380f96a..e5dc2f7 100644 --- a/content/en/articles/haiku-2/index.md +++ b/content/en/articles/haiku-2/index.md @@ -4,11 +4,12 @@ author = "Danilo M." type = "life" date = "2011-01-09T23:15:01+00:00" excerpt = "an haiku I wrote." -categories = ["blogging"] -tags = ["haiku", "loneliness", "love", "quotes"] +categories = [ "Self Reflection"] +tags = [ "loneliness", "love", "haiku", "quotes"] +++ + {{< quote source="yours truly" >}} il suo profumo.
il piacere dei sensi.
fine di un sogno. -{{< /quote >}} +{{< /quote >}} \ No newline at end of file diff --git a/content/en/articles/haiku/index.md b/content/en/articles/haiku/index.md index 44ec86e..a31e0e3 100644 --- a/content/en/articles/haiku/index.md +++ b/content/en/articles/haiku/index.md @@ -1,11 +1,11 @@ +++ title = "haiku" author = "Danilo M." -type = "life" +type = "quote" date = "2010-12-02T10:33:50+00:00" excerpt = "An haiku by Jack Kerouac." -categories = ["blogging"] -tags = ["haiku", "quotes"] +categories = [ "Self Reflection"] +tags = [ "quotes", "haiku"] +++ {{< quote source="Jack Kerouac" >}} diff --git a/content/en/articles/imagine/index.md b/content/en/articles/imagine/index.md index b6c3f95..0b30eb2 100644 --- a/content/en/articles/imagine/index.md +++ b/content/en/articles/imagine/index.md @@ -1,13 +1,13 @@ +++ title = "Imagine." author = "Danilo M." -type = "life" +type = "photo" date = "2015-01-11T01:38:25+00:00" image = "/uppies/2015/01/imagine_colors.jpg" -categories = ["freedom", "musica"] -tags = ["imagine", "john lennon"] +categories = [ "Blogging", "Self Reflection"] +tags = [ "imagine", "john lennon"] +++ -{{< image src="https://danix.xyz/wp-content/uploads/2020/10/imagine_colors.jpg" alt="Imagine by John Lennon as a comic strip" >}}{{< /image >}} -via [http://www.filmsforaction.org/articles/john-lennons-imagine-made-into-a-comic-strip/](http://www.filmsforaction.org/articles/john-lennons-imagine-made-into-a-comic-strip/) +{{< image src="https://danix.xyz/wp-content/uploads/2020/10/imagine_colors.jpg" alt="Imagine by John Lennon as a comic strip" >}}{{< /image >}} +via [http://www.filmsforaction.org/articles/john-lennons-imagine-made-into-a-comic-strip/](http://www.filmsforaction.org/articles/john-lennons-imagine-made-into-a-comic-strip/) \ No newline at end of file diff --git a/content/en/articles/io-supporto-mario-congiusta/index.md b/content/en/articles/io-supporto-mario-congiusta/index.md index 039f5ae..5437986 100644 --- a/content/en/articles/io-supporto-mario-congiusta/index.md +++ b/content/en/articles/io-supporto-mario-congiusta/index.md @@ -4,9 +4,11 @@ author = "Danilo M." type = "life" date = "2010-03-05T09:17:55+00:00" excerpt = "voglio segnalarvi la candidatura di Mario Congiusta alle prossime Elezioni per il Consiglio Regionale Calabrese." -categories = ["blogging", "freedom", "itaglia"] -tags = ["calabria", "candidato", "congiusta", "consiglio", "elezioni", "incensurato", "libertà di stampa", "mario", "regionale"] +categories = [ "Blogging"] +tags = [ "calabria", "candidato", "congiusta", "consiglio", "elezioni", "incensurato", "libertà di stampa", "mario", "regionale"] +draft = true +++ + Vi voglio segnalare un avvenimento molto importante per me. Premesso che io non mi interesso molto di politica, mi guardo intorno e mi rendo conto che la situazione in Calabria e in Italia sta cadendo vertiginosamente in un baratro senza fondo. La corruzione c'è sempre stata, ma ultimamente la nostra politica sembra diretta sempre più verso un'idea totalitaria, verso un futuro che non voglio nemmeno immaginare. Chi è al potere cerca di accentrare sempre più potere su se stesso, non esistono più schieramenti, tutti le parti politiche collaborano tra loro di nascosto, si scambiano favori in modo da ottenerne altri, e tutto questo uccide la democrazia, tutto questo uccide la voce che il popolo ha in merito alle questioni dello Stato. diff --git a/content/en/articles/katsushika-hokusai/index.md b/content/en/articles/katsushika-hokusai/index.md index 7f1a46b..b5f87d5 100644 --- a/content/en/articles/katsushika-hokusai/index.md +++ b/content/en/articles/katsushika-hokusai/index.md @@ -1,13 +1,14 @@ +++ title = "Katsushika Hokusai" author = "Danilo M." -type = "life" +type = "photo" date = "2011-07-27T20:35:16+00:00" -excerpt = "'A few images by japanese artist Katsushika Hokusai (1760-1849), author of the famous series of 36 pictures portraying Mt. Fuji '" +excerpt = "A few images by japanese artist Katsushika Hokusai (1760-1849), author of the famous series of 36 pictures portraying Mt. Fuji" image = "/uppies/2011/07/The-Great-Wave-Off-Kanagawa-1823-large.jpg" -categories = ["art", "blogging"] -tags = ["great wave", "hokusai", "katsushika", "mt fuji", "paintings"] +categories = [ "Blogging", "Photography"] +tags = [ "great wave", "hokusai", "katsushika", "mt fuji", "paintings"] +++ + I just wanted to share a few images by one of my favourite artists with you. {{< quote source="katsushikahokusai.org" src="http://www.katsushikahokusai.org/" >}} @@ -32,4 +33,4 @@ Enjoy. ![Plum Blossom and the Moon](/uploads/2011/07/Plum-Blossom-and-the-Moon-large.jpg) {{< /gallery >}} -I hope you liked them. I'll see you on the next one. +I hope you liked them. I'll see you on the next one. \ No newline at end of file diff --git a/content/en/articles/la-giornata-del-pi-greco/index.md b/content/en/articles/la-giornata-del-pi-greco/index.md index 26ba65c..52222ff 100644 --- a/content/en/articles/la-giornata-del-pi-greco/index.md +++ b/content/en/articles/la-giornata-del-pi-greco/index.md @@ -4,9 +4,11 @@ author = "Danilo M." type = "life" date = "2010-03-14T11:55:45+00:00" excerpt = "Festeggiamo insieme la giornata del pi greco" -categories = ["Uncategorized"] -tags = ["celebrazione", "festa", "lerry shawn", "pi greco"] +categories = [ "Blogging"] +tags = [ "lerry shawn", "celebrazione", "feste", "pi greco"] +draft = true +++ + Buona giornata del pi Greco a tutti… :D Dal 1988 si festeggia il 14 Marzo la giornata del pi Greco, la data è stata scelta in base alla scrittura anglosassone di questo giorno, 3.14 che ricorda l’approssimazione per 3 cifre del pi Greco. diff --git a/content/en/articles/le-email-queste-sconosciute/index.md b/content/en/articles/le-email-queste-sconosciute/index.md index 8fd5231..c790d42 100644 --- a/content/en/articles/le-email-queste-sconosciute/index.md +++ b/content/en/articles/le-email-queste-sconosciute/index.md @@ -5,9 +5,10 @@ type = "life" date = "2010-11-06T22:28:43+00:00" excerpt = "piccoli comportamenti da seguire quando si invia una email." draft = true -categories = ["blogging"] -tags = ["attachments", "email", "howto", "mistakes", "privacy", "subject"] +categories = [ "Blogging"] +tags = [ "attachments", "email", "howto", "mistakes", "privacy", "subject"] +++ + Prendo spunto da un simpatico quanto tristemente reale [articolo pubblicato][1] sul [blog di barbara sgarzi][2], una giornalista che non conoscevo ma che non mancherò di seguire, per parlarvi di un mezzo di comunicazione variamente utilizzato ma purtroppo spesso sottovalutato come le **email**. diff --git a/content/en/articles/manage-your-passwords-with-password-store/index.md b/content/en/articles/manage-your-passwords-with-password-store/index.md index 2bb997a..275f5bf 100644 --- a/content/en/articles/manage-your-passwords-with-password-store/index.md +++ b/content/en/articles/manage-your-passwords-with-password-store/index.md @@ -5,9 +5,10 @@ type = "life" date = "2021-05-27T15:08:05+00:00" excerpt = "Today I'll guide you on how to safely manage all your passwords with password-store" image = "/uppies/2021/05/vault-door1.jpg" -categories = ["android", "blogging", "diy", "linux"] -tags = ["android", "gnupg", "management", "password", "password-store"] +categories = [ "CyberSecurity", "Blogging", "DIY"] +tags = [ "password-store", "gnupg", "android", "password", "git", "management", "bash"] +++ + Hello everyone, lately I’ve decided not to use the password manager offered by all major browsers nowadays, but instead try to manage all my passwords using some open source software in order to have a better control over my passwords. diff --git a/content/en/articles/new-home-server-ideas/index.md b/content/en/articles/new-home-server-ideas/index.md index e3ddc9f..5b8002a 100644 --- a/content/en/articles/new-home-server-ideas/index.md +++ b/content/en/articles/new-home-server-ideas/index.md @@ -1,13 +1,14 @@ +++ title = "new home server ideas" author = "Danilo M." -type = "life" +type = "tech" date = "2019-10-30T13:22:48+00:00" image = "/uppies/2019/10/server.jpg" excerpt = "Here's a short list of components for what will possibly be my future home server." -categories = ["diy", "linux"] -tags = ["build", "flying dutchman", "server"] +categories = [ "diy"] +tags = [ "build", "flying dutchman", "server", "linux"] +++ + I'm thinking about building a new home server, so I picked some parts I think might work well for what I need to do. Here's the list for future reference: PCPartPicker Part List: [part list on PCPartPicker][1] diff --git a/content/en/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel/index.md b/content/en/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel/index.md index 1013f09..8b40dc8 100644 --- a/content/en/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel/index.md +++ b/content/en/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel/index.md @@ -4,9 +4,11 @@ author = "Danilo M." type = "life" date = "2009-06-29T17:05:13+00:00" excerpt = "'In questo breve articolo vi spiegherò come ottenere un desktop ultra wide che si espande su ben 2 monitor, ingredienti: una scheda video con 2 uscite e un editor di testo...'" -categories = ["diy", "linux"] -tags = ["dual head", "extended desktop", "monitor setup", "slackware", "xorg", "xrandr"] +categories = [ "diy", "code"] +tags = [ "dual head", "extended desktop", "monitor setup", "slackware", "xorg", "xrandr"] +draft = true +++ + Oggi mi è capitato sottomano un monitor 17″ e mi è venuta la curiosità di provare a collegarlo all’uscita vga esterna del mio laptop. Detto fatto ho provato a fare qualche ricerca su internet per vedere se riuscivo a tirare su un sistema dual head in cui i 2 schermi formassero un unico desktop più grande.