From beb62373ad8330e33840ae14d5eb24441d97b543 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 16 Apr 2026 14:52:16 +0200 Subject: feat: import 36 articles with assets and create supporting shortcodes - Migrate all English articles from old site to content/en/articles/ - Organize article assets in static/uppies/year/month/ structure - Create Italian article stubs with draft=true status - Add 7 new shortcodes: strike, em, dropcap, figure, highlight, img, youtube, gal-img - Update article image paths to reference /uppies/ locations - All 36 articles now build successfully without errors Co-Authored-By: Claude Haiku 4.5 --- content/it/articles/about-loneliness/index.md | 12 ++++++++++++ content/it/articles/baking-programs/index.md | 12 ++++++++++++ content/it/articles/bash-notes/index.md | 12 ++++++++++++ content/it/articles/cad-designing-in-gnu-linux/index.md | 12 ++++++++++++ content/it/articles/ceasar-quote/index.md | 12 ++++++++++++ content/it/articles/come-funziona-questo-sito/index.md | 12 ++++++++++++ content/it/articles/conquista-la-folla/index.md | 12 ++++++++++++ content/it/articles/convertire-file-video-in-mp3/index.md | 12 ++++++++++++ content/it/articles/gify-back-to-bash-scripting/index.md | 12 ++++++++++++ content/it/articles/git-setup-own-server-part2/index.md | 12 ++++++++++++ content/it/articles/git-setup-own-server/index.md | 12 ++++++++++++ content/it/articles/haiku-2/index.md | 12 ++++++++++++ content/it/articles/haiku/index.md | 12 ++++++++++++ content/it/articles/imagine/index.md | 12 ++++++++++++ content/it/articles/io-supporto-mario-congiusta/index.md | 12 ++++++++++++ content/it/articles/katsushika-hokusai/index.md | 12 ++++++++++++ content/it/articles/la-giornata-del-pi-greco/index.md | 12 ++++++++++++ content/it/articles/le-email-queste-sconosciute/index.md | 12 ++++++++++++ .../manage-your-passwords-with-password-store/index.md | 12 ++++++++++++ content/it/articles/money-for-indipendence/index.md | 12 ++++++++++++ content/it/articles/myself-as-a-droid/index.md | 12 ++++++++++++ content/it/articles/nerdness/index.md | 12 ++++++++++++ content/it/articles/new-home-server-ideas/index.md | 12 ++++++++++++ content/it/articles/of-being-lonely/index.md | 12 ++++++++++++ content/it/articles/outside-of-the-box/index.md | 12 ++++++++++++ content/it/articles/playing-with-colors/index.md | 12 ++++++++++++ content/it/articles/poker-time/index.md | 12 ++++++++++++ content/it/articles/pure-nerdgasm/index.md | 12 ++++++++++++ content/it/articles/r-i-p-steve-jobs/index.md | 12 ++++++++++++ content/it/articles/responsibility/index.md | 12 ++++++++++++ .../it/articles/sasso-carta-forbice-lucertola-spock/index.md | 12 ++++++++++++ content/it/articles/speak-to-me/index.md | 12 ++++++++++++ content/it/articles/sunset-in-siderno/index.md | 12 ++++++++++++ .../it/articles/vulnerabilities-for-pgp-and-emails/index.md | 12 ++++++++++++ content/it/articles/walt-quote/index.md | 12 ++++++++++++ .../wp_patcher-un-metodo-per-aggiornare-wordpress/index.md | 12 ++++++++++++ .../xrandr-e-dual-head-su-slackware-12-2-e-intel/index.md | 12 ++++++++++++ 37 files changed, 444 insertions(+) create mode 100644 content/it/articles/about-loneliness/index.md create mode 100644 content/it/articles/baking-programs/index.md create mode 100644 content/it/articles/bash-notes/index.md create mode 100644 content/it/articles/cad-designing-in-gnu-linux/index.md create mode 100644 content/it/articles/ceasar-quote/index.md create mode 100644 content/it/articles/come-funziona-questo-sito/index.md create mode 100644 content/it/articles/conquista-la-folla/index.md create mode 100644 content/it/articles/convertire-file-video-in-mp3/index.md create mode 100644 content/it/articles/gify-back-to-bash-scripting/index.md create mode 100644 content/it/articles/git-setup-own-server-part2/index.md create mode 100644 content/it/articles/git-setup-own-server/index.md create mode 100644 content/it/articles/haiku-2/index.md create mode 100644 content/it/articles/haiku/index.md create mode 100644 content/it/articles/imagine/index.md create mode 100644 content/it/articles/io-supporto-mario-congiusta/index.md create mode 100644 content/it/articles/katsushika-hokusai/index.md create mode 100644 content/it/articles/la-giornata-del-pi-greco/index.md create mode 100644 content/it/articles/le-email-queste-sconosciute/index.md create mode 100644 content/it/articles/manage-your-passwords-with-password-store/index.md create mode 100644 content/it/articles/money-for-indipendence/index.md create mode 100644 content/it/articles/myself-as-a-droid/index.md create mode 100644 content/it/articles/nerdness/index.md create mode 100644 content/it/articles/new-home-server-ideas/index.md create mode 100644 content/it/articles/of-being-lonely/index.md create mode 100644 content/it/articles/outside-of-the-box/index.md create mode 100644 content/it/articles/playing-with-colors/index.md create mode 100644 content/it/articles/poker-time/index.md create mode 100644 content/it/articles/pure-nerdgasm/index.md create mode 100644 content/it/articles/r-i-p-steve-jobs/index.md create mode 100644 content/it/articles/responsibility/index.md create mode 100644 content/it/articles/sasso-carta-forbice-lucertola-spock/index.md create mode 100644 content/it/articles/speak-to-me/index.md create mode 100644 content/it/articles/sunset-in-siderno/index.md create mode 100644 content/it/articles/vulnerabilities-for-pgp-and-emails/index.md create mode 100644 content/it/articles/walt-quote/index.md create mode 100644 content/it/articles/wp_patcher-un-metodo-per-aggiornare-wordpress/index.md create mode 100644 content/it/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel/index.md (limited to 'content/it') diff --git a/content/it/articles/about-loneliness/index.md b/content/it/articles/about-loneliness/index.md new file mode 100644 index 0000000..8e9ee73 --- /dev/null +++ b/content/it/articles/about-loneliness/index.md @@ -0,0 +1,12 @@ ++++ +title = "About Loneliness" +date = "2011-08-11T18:09:41+00:00" +draft = true +type = "quote" +tags = ["loneliness", "solitude"] +image = "/uppies/2011/08/loneliness.jpg" +author = "Danilo 'danix' M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/baking-programs/index.md b/content/it/articles/baking-programs/index.md new file mode 100644 index 0000000..d2aa92f --- /dev/null +++ b/content/it/articles/baking-programs/index.md @@ -0,0 +1,12 @@ ++++ +title = "baking programs" +date = "2019-01-02T15:36:49+00:00" +draft = false +type = "life" +tags = ["slackbuild"] +image = "/uppies/2019/01/bake-a-cake.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/bash-notes/index.md b/content/it/articles/bash-notes/index.md new file mode 100644 index 0000000..e44af5b --- /dev/null +++ b/content/it/articles/bash-notes/index.md @@ -0,0 +1,12 @@ ++++ +title = "Bash Notes" +date = "2023-04-07T11:20:20+02:00" +draft = true +type = "life" +tags = [] +image = "/img/default_article.jpg" +author = "danilo 'danix' m." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/cad-designing-in-gnu-linux/index.md b/content/it/articles/cad-designing-in-gnu-linux/index.md new file mode 100644 index 0000000..3ebf071 --- /dev/null +++ b/content/it/articles/cad-designing-in-gnu-linux/index.md @@ -0,0 +1,12 @@ ++++ +title = "CAD designing in GNU/Linux" +date = "2021-05-01T17:51:58+00:00" + +type = "tech" +tags = ["3D printing", "cad", "cura", "fusion360", "slicer", "solvespace"] +image = "/uppies/2021/05/PXL_20210501_114542849.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/ceasar-quote/index.md b/content/it/articles/ceasar-quote/index.md new file mode 100644 index 0000000..ccf5e7f --- /dev/null +++ b/content/it/articles/ceasar-quote/index.md @@ -0,0 +1,12 @@ ++++ +title = "Ceasar quote" +date = "2011-07-28T19:03:39+00:00" + +type = "life" +tags = ["Caesar", "quote"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/come-funziona-questo-sito/index.md b/content/it/articles/come-funziona-questo-sito/index.md new file mode 100644 index 0000000..6505c8e --- /dev/null +++ b/content/it/articles/come-funziona-questo-sito/index.md @@ -0,0 +1,12 @@ ++++ +title = "Come Funziona Questo Sito" +date = "2024-11-12T11:12:25+01:00" +draft = true +type = "life" +tags = ["web", "development"] + +author = "danilo 'danix' m." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/conquista-la-folla/index.md b/content/it/articles/conquista-la-folla/index.md new file mode 100644 index 0000000..f157c35 --- /dev/null +++ b/content/it/articles/conquista-la-folla/index.md @@ -0,0 +1,12 @@ ++++ +title = "conquista la folla.." +date = "2013-04-21T08:17:11+00:00" +draft = true +type = "life" +tags = ["gladiator", "massimo decimo meridio"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/convertire-file-video-in-mp3/index.md b/content/it/articles/convertire-file-video-in-mp3/index.md new file mode 100644 index 0000000..3d33b8f --- /dev/null +++ b/content/it/articles/convertire-file-video-in-mp3/index.md @@ -0,0 +1,12 @@ ++++ +title = "convertire file video in mp3" +date = "2012-05-25T15:42:02+00:00" + +type = "life" +tags = ["audio", "convert", "mp3", "video"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/gify-back-to-bash-scripting/index.md b/content/it/articles/gify-back-to-bash-scripting/index.md new file mode 100644 index 0000000..a0ed9a6 --- /dev/null +++ b/content/it/articles/gify-back-to-bash-scripting/index.md @@ -0,0 +1,12 @@ ++++ +title = "gify.sh – back to bash scripting" +date = "2016-01-25T12:41:06+00:00" + +type = "tech" +tags = ["bash", "convert", "gif", "imagemagik", "mogrify", "script"] +image = "/uppies/2016/01/G0092546.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/git-setup-own-server-part2/index.md b/content/it/articles/git-setup-own-server-part2/index.md new file mode 100644 index 0000000..4931e34 --- /dev/null +++ b/content/it/articles/git-setup-own-server-part2/index.md @@ -0,0 +1,12 @@ ++++ +title = "Git – how to setup your own server pt 2" +date = "2018-12-17T07:39:08+00:00" +draft = true +type = "life" +tags = ["automation", "do it yourself", "flask", "git", "howto", "python", "ssh"] +image = "/uppies/2018/12/gitout.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/git-setup-own-server/index.md b/content/it/articles/git-setup-own-server/index.md new file mode 100644 index 0000000..63ae1ca --- /dev/null +++ b/content/it/articles/git-setup-own-server/index.md @@ -0,0 +1,12 @@ ++++ +title = "Git Setup Your Own Server" +date = "2021-06-13T12:07:49+02:00" + +type = "life" +tags = ["git", "server", "setup", "howto", "do it yourself", "ssh"] +image = "/uppies/2021/06/gitout.jpg" +author = "danix" + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/haiku-2/index.md b/content/it/articles/haiku-2/index.md new file mode 100644 index 0000000..37e1ea4 --- /dev/null +++ b/content/it/articles/haiku-2/index.md @@ -0,0 +1,12 @@ ++++ +title = "haiku" +date = "2011-01-09T23:15:01+00:00" + +type = "life" +tags = ["haiku", "loneliness", "love", "quotes"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/haiku/index.md b/content/it/articles/haiku/index.md new file mode 100644 index 0000000..0e3b071 --- /dev/null +++ b/content/it/articles/haiku/index.md @@ -0,0 +1,12 @@ ++++ +title = "haiku" +date = "2010-12-02T10:33:50+00:00" + +type = "life" +tags = ["haiku", "quotes"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/imagine/index.md b/content/it/articles/imagine/index.md new file mode 100644 index 0000000..2b7bf11 --- /dev/null +++ b/content/it/articles/imagine/index.md @@ -0,0 +1,12 @@ ++++ +title = "Imagine." +date = "2015-01-11T01:38:25+00:00" + +type = "life" +tags = ["imagine", "john lennon"] +image = "/uppies/2015/01/imagine_colors.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/io-supporto-mario-congiusta/index.md b/content/it/articles/io-supporto-mario-congiusta/index.md new file mode 100644 index 0000000..d0914be --- /dev/null +++ b/content/it/articles/io-supporto-mario-congiusta/index.md @@ -0,0 +1,12 @@ ++++ +title = "Mario Congiusta candidato al Consiglio Regionale calabrese" +date = "2010-03-05T09:17:55+00:00" + +type = "life" +tags = ["calabria", "candidato", "congiusta", "consiglio", "elezioni", "incensurato", "libertà di stampa", "mario", "regionale"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/katsushika-hokusai/index.md b/content/it/articles/katsushika-hokusai/index.md new file mode 100644 index 0000000..10d309f --- /dev/null +++ b/content/it/articles/katsushika-hokusai/index.md @@ -0,0 +1,12 @@ ++++ +title = "Katsushika Hokusai" +date = "2011-07-27T20:35:16+00:00" + +type = "life" +tags = ["great wave", "hokusai", "katsushika", "mt fuji", "paintings"] +image = "/uppies/2011/07/The-Great-Wave-Off-Kanagawa-1823-large.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/la-giornata-del-pi-greco/index.md b/content/it/articles/la-giornata-del-pi-greco/index.md new file mode 100644 index 0000000..bda2642 --- /dev/null +++ b/content/it/articles/la-giornata-del-pi-greco/index.md @@ -0,0 +1,12 @@ ++++ +title = "La giornata del pi Greco" +date = "2010-03-14T11:55:45+00:00" + +type = "life" +tags = ["celebrazione", "festa", "lerry shawn", "pi greco"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/le-email-queste-sconosciute/index.md b/content/it/articles/le-email-queste-sconosciute/index.md new file mode 100644 index 0000000..586b3c2 --- /dev/null +++ b/content/it/articles/le-email-queste-sconosciute/index.md @@ -0,0 +1,12 @@ ++++ +title = "le email queste sconosciute :)" +date = "2010-11-06T22:28:43+00:00" +draft = true +type = "life" +tags = ["attachments", "email", "howto", "mistakes", "privacy", "subject"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/manage-your-passwords-with-password-store/index.md b/content/it/articles/manage-your-passwords-with-password-store/index.md new file mode 100644 index 0000000..ac1bc86 --- /dev/null +++ b/content/it/articles/manage-your-passwords-with-password-store/index.md @@ -0,0 +1,12 @@ ++++ +title = "Manage your passwords with password-store" +date = "2021-05-27T15:08:05+00:00" + +type = "life" +tags = ["android", "gnupg", "management", "password", "password-store"] +image = "/uppies/2021/05/vault-door1.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/money-for-indipendence/index.md b/content/it/articles/money-for-indipendence/index.md new file mode 100644 index 0000000..7b9ff8f --- /dev/null +++ b/content/it/articles/money-for-indipendence/index.md @@ -0,0 +1,12 @@ ++++ +title = "Money for indipendence" +date = "2013-04-30T08:58:25+00:00" + +type = "life" +tags = ["hope", "indipendence", "money", "quotes"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/myself-as-a-droid/index.md b/content/it/articles/myself-as-a-droid/index.md new file mode 100644 index 0000000..6556e81 --- /dev/null +++ b/content/it/articles/myself-as-a-droid/index.md @@ -0,0 +1,12 @@ ++++ +title = "myself as a droid.." +date = "2011-02-14T13:31:08+00:00" +draft = true +type = "life" +tags = ["android", "droidify", "market"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/nerdness/index.md b/content/it/articles/nerdness/index.md new file mode 100644 index 0000000..637da36 --- /dev/null +++ b/content/it/articles/nerdness/index.md @@ -0,0 +1,12 @@ ++++ +title = "nerdness" +date = "2011-08-31T09:57:22+00:00" + +type = "life" +tags = ["john green", "nerds"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/new-home-server-ideas/index.md b/content/it/articles/new-home-server-ideas/index.md new file mode 100644 index 0000000..9c9c9ff --- /dev/null +++ b/content/it/articles/new-home-server-ideas/index.md @@ -0,0 +1,12 @@ ++++ +title = "new home server ideas" +date = "2019-10-30T13:22:48+00:00" + +type = "life" +tags = ["build", "flying dutchman", "server"] +image = "/uppies/2019/10/server.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/of-being-lonely/index.md b/content/it/articles/of-being-lonely/index.md new file mode 100644 index 0000000..aafe875 --- /dev/null +++ b/content/it/articles/of-being-lonely/index.md @@ -0,0 +1,12 @@ ++++ +title = "Of Being Lonely" +date = "2025-10-04T12:50:17+02:00" +draft = true +type = "life" +tags = ["life", "responsibility", "loneliness", "introspection"] +image = "/uppies/2025/10/loneliness.jpg" +author = "danilo 'danix' m." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/outside-of-the-box/index.md b/content/it/articles/outside-of-the-box/index.md new file mode 100644 index 0000000..ff736db --- /dev/null +++ b/content/it/articles/outside-of-the-box/index.md @@ -0,0 +1,12 @@ ++++ +title = "outside of the box" +date = "2011-08-31T08:05:35+00:00" + +type = "life" +tags = ["quotes", "think outside of the box"] +image = "/img/default_article.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/playing-with-colors/index.md b/content/it/articles/playing-with-colors/index.md new file mode 100644 index 0000000..bd66499 --- /dev/null +++ b/content/it/articles/playing-with-colors/index.md @@ -0,0 +1,12 @@ ++++ +title = "playing with colors" +date = "2016-02-14T17:52:21+00:00" + +type = "life" +tags = ["colors", "github", "html5", "palette", "php", "viewer"] +image = "/uppies/2016/02/palette.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/poker-time/index.md b/content/it/articles/poker-time/index.md new file mode 100644 index 0000000..9b53a2b --- /dev/null +++ b/content/it/articles/poker-time/index.md @@ -0,0 +1,12 @@ ++++ +title = "poker time.." +date = "2010-12-19T21:07:04+00:00" +draft = true +type = "life" +tags = ["feste", "gioco", "natale", "poker"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/pure-nerdgasm/index.md b/content/it/articles/pure-nerdgasm/index.md new file mode 100644 index 0000000..11ea326 --- /dev/null +++ b/content/it/articles/pure-nerdgasm/index.md @@ -0,0 +1,12 @@ ++++ +title = "pure nerdgasm" +date = "2011-10-01T07:28:14+00:00" + +type = "life" +tags = ["floppy disks", "imperial march", "nerdgasm", "nerds", "star wars", "youtube"] +image = "/uppies/2011/10/vader.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/r-i-p-steve-jobs/index.md b/content/it/articles/r-i-p-steve-jobs/index.md new file mode 100644 index 0000000..d8e6ab7 --- /dev/null +++ b/content/it/articles/r-i-p-steve-jobs/index.md @@ -0,0 +1,12 @@ ++++ +title = "R.I.P. Steve Jobs" +date = "2011-10-06T10:51:17+00:00" + +type = "life" +tags = ["Steve Jobs"] +image = "/uppies/2011/10/jobs.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/responsibility/index.md b/content/it/articles/responsibility/index.md new file mode 100644 index 0000000..1dfd1c9 --- /dev/null +++ b/content/it/articles/responsibility/index.md @@ -0,0 +1,12 @@ ++++ +title = "responsibility" +date = "2011-09-26T14:24:45+00:00" + +type = "life" +tags = ["life", "responsibility"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/sasso-carta-forbice-lucertola-spock/index.md b/content/it/articles/sasso-carta-forbice-lucertola-spock/index.md new file mode 100644 index 0000000..7ea55d7 --- /dev/null +++ b/content/it/articles/sasso-carta-forbice-lucertola-spock/index.md @@ -0,0 +1,12 @@ ++++ +title = "sasso, carta, forbice, lucertola, spock!" +date = "2010-11-10T14:08:19+00:00" + +type = "life" +tags = ["game", "lizard", "paper", "rock", "scissors", "spock"] +image = "/uppies/2010/11/nimoy-spock.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/speak-to-me/index.md b/content/it/articles/speak-to-me/index.md new file mode 100644 index 0000000..df5416e --- /dev/null +++ b/content/it/articles/speak-to-me/index.md @@ -0,0 +1,12 @@ ++++ +title = "Speak to Me" +date = "2013-03-19T20:29:57+00:00" + +type = "life" +tags = ["mad", "pink floyd"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/sunset-in-siderno/index.md b/content/it/articles/sunset-in-siderno/index.md new file mode 100644 index 0000000..32917a6 --- /dev/null +++ b/content/it/articles/sunset-in-siderno/index.md @@ -0,0 +1,12 @@ ++++ +title = "sunset in Siderno" +date = "2016-01-25T17:31:56+00:00" + +type = "life" +tags = ["gopro", "kdenlive", "siderno", "sunset", "timelapse", "youtube"] +image = "/uppies/2016/01/dx_0013.jpg" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/vulnerabilities-for-pgp-and-emails/index.md b/content/it/articles/vulnerabilities-for-pgp-and-emails/index.md new file mode 100644 index 0000000..fb72471 --- /dev/null +++ b/content/it/articles/vulnerabilities-for-pgp-and-emails/index.md @@ -0,0 +1,12 @@ ++++ +title = "Vulnerabilities for PGP and emails" +date = "2018-05-15T10:04:06+00:00" + +type = "life" +tags = ["efail", "eff", "electronic frontier foundation", "gnupg", "pgp", "security", "vulnerability"] +image = "/uppies/2018/05/og-efail-resized_3.png" +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/walt-quote/index.md b/content/it/articles/walt-quote/index.md new file mode 100644 index 0000000..3a47c3f --- /dev/null +++ b/content/it/articles/walt-quote/index.md @@ -0,0 +1,12 @@ ++++ +title = "Walt quote" +date = "2015-06-10T02:41:58+00:00" + +type = "life" +tags = ["inspiring", "quote", "Walt Disney"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/wp_patcher-un-metodo-per-aggiornare-wordpress/index.md b/content/it/articles/wp_patcher-un-metodo-per-aggiornare-wordpress/index.md new file mode 100644 index 0000000..edb9134 --- /dev/null +++ b/content/it/articles/wp_patcher-un-metodo-per-aggiornare-wordpress/index.md @@ -0,0 +1,12 @@ ++++ +title = "wp_patcher – un metodo per aggiornare WordPress" +date = "2009-07-22T13:37:40+00:00" + +type = "life" +tags = ["bash", "svn", "update", "WordPress"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. diff --git a/content/it/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel/index.md b/content/it/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel/index.md new file mode 100644 index 0000000..9cc5c1d --- /dev/null +++ b/content/it/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel/index.md @@ -0,0 +1,12 @@ ++++ +title = "xrandr e dual head su slackware 12.2 e intel" +date = "2009-06-29T17:05:13+00:00" + +type = "life" +tags = ["dual head", "extended desktop", "monitor setup", "slackware", "xorg", "xrandr"] + +author = "Danilo M." + ++++ + +TODO: Tradurre questo articolo dall'inglese all'italiano. -- cgit v1.2.3