From: danix Date: Tue, 7 Mar 2023 16:02:53 +0000 (+0100) Subject: changed type to 'article' for single posts in blog. Updated theme. X-Git-Tag: release_07032023-1702 X-Git-Url: https://git.danix.xyz/?p=danix.xyz.git;a=commitdiff_plain;h=4261231fb5d0de39cad5b2dad8fc92e5dc5a249f changed type to 'article' for single posts in blog. Updated theme. --- diff --git a/content/articles/about-loneliness.md b/content/articles/about-loneliness.md index 650fc99..4d7f474 100644 --- a/content/articles/about-loneliness.md +++ b/content/articles/about-loneliness.md @@ -2,6 +2,7 @@ title: About Loneliness date: 2011-08-11T18:09:41+00:00 draft: false +type: article author: "danilo 'danix' m." format: quote excerpt: again on loneliness, solitude and misantropy diff --git a/content/articles/baking-programs.md b/content/articles/baking-programs.md index d424f68..185d1e2 100644 --- a/content/articles/baking-programs.md +++ b/content/articles/baking-programs.md @@ -2,7 +2,8 @@ title: baking programs date: 2019-01-02T15:36:49+00:00 author: Danilo M. -draft: true +draft: false +type: article 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" featured_image: /uploads/2019/01/bake-a-cake-scaled.jpg categories: diff --git a/content/articles/cad-designing-in-gnu-linux.md b/content/articles/cad-designing-in-gnu-linux.md index 4b99db6..55f8faa 100644 --- a/content/articles/cad-designing-in-gnu-linux.md +++ b/content/articles/cad-designing-in-gnu-linux.md @@ -1,7 +1,7 @@ --- title: CAD designing in GNU/Linux author: Danilo M. -type: post +type: article date: 2021-05-01T17:51:58+00:00 excerpt: I've picked up the hobby of 3D printing, and this time I'll show you what software options you have on GNU/Linux if you want to design and prepare your "things" to be printed on a 3D printer diff --git a/content/articles/ceasar-quote.md b/content/articles/ceasar-quote.md index df13e37..aae4b5a 100644 --- a/content/articles/ceasar-quote.md +++ b/content/articles/ceasar-quote.md @@ -1,7 +1,7 @@ --- title: Ceasar quote author: Danilo M. -type: post +type: article date: 2011-07-28T19:03:39+00:00 excerpt: Una citazione di Giulio Cesare. categories: diff --git a/content/articles/conquista-la-folla.md b/content/articles/conquista-la-folla.md index 56fb2e5..6dc1f92 100644 --- a/content/articles/conquista-la-folla.md +++ b/content/articles/conquista-la-folla.md @@ -1,7 +1,7 @@ --- title: conquista la folla.. author: Danilo M. -type: post +type: article date: 2013-04-21T08:17:11+00:00 categories: - blogging diff --git a/content/articles/convertire-file-video-in-mp3.md b/content/articles/convertire-file-video-in-mp3.md index 5d65cd7..4ce9d31 100644 --- a/content/articles/convertire-file-video-in-mp3.md +++ b/content/articles/convertire-file-video-in-mp3.md @@ -1,7 +1,7 @@ --- title: convertire file video in mp3 author: Danilo M. -type: post +type: article date: 2012-05-25T15:42:02+00:00 excerpt: a simple way to convert from a video file to an mp3 categories: diff --git a/content/articles/gify-back-to-bash-scripting.md b/content/articles/gify-back-to-bash-scripting.md index 6737a63..7c0055e 100644 --- a/content/articles/gify-back-to-bash-scripting.md +++ b/content/articles/gify-back-to-bash-scripting.md @@ -1,7 +1,7 @@ --- title: gify.sh – back to bash scripting author: Danilo M. -type: post +type: article date: 2016-01-25T12:41:06+00:00 featured_image: /uploads/2016/01/G0092546.jpg categories: @@ -74,7 +74,7 @@ Enjoy! # # #--------------------------------------------------------------------------------# -# ERROR & EXIT STATUSES +# ERROR & EXIT STATUSES # SHOWHELP=61 USERABORTED=62 @@ -85,19 +85,19 @@ E_FILEXISTS=74 E_NOIMAGES=75 E_UNKNOWNOPT=76 -# TOOLS +# TOOLS # PWD=$(pwd) MOGRIFY=$(which mogrify) CONVERT=$(which convert) -# we need mogrify and convert from the imagemagik toolset for this script to work +# we need mogrify and convert from the imagemagik toolset for this script to work # if [[ ! -x $MOGRIFY || ! -x $CONVERT ]]; then showerror missingdeps exit $E_MISSINGDEPS fi -# showhelp +# showhelp # showhelp () { case $1 in @@ -131,7 +131,7 @@ case $1 in esac } -# showerror +# showerror # showerror () { if [ -z $1 ];then diff --git a/content/articles/git-setup-own-server-part2.md b/content/articles/git-setup-own-server-part2.md index de3934d..fe0d944 100644 --- a/content/articles/git-setup-own-server-part2.md +++ b/content/articles/git-setup-own-server-part2.md @@ -1,7 +1,7 @@ --- title: Git – how to setup your own server pt 2 author: Danilo M. -type: post +type: article 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 diff --git a/content/articles/git-setup-own-server.md b/content/articles/git-setup-own-server.md index a4b0ca0..4af29d5 100644 --- a/content/articles/git-setup-own-server.md +++ b/content/articles/git-setup-own-server.md @@ -1,7 +1,7 @@ --- title: "Git Setup Your Own Server" date: 2021-06-13T12:07:49+02:00 -type: post +type: article author: "danix" excerpt: "I'll show you how to setup your own git server easily" featured_image: "uploads/2018/07/gitout.jpg" diff --git a/content/articles/haiku-2.md b/content/articles/haiku-2.md index d1f5fb0..6dc4a87 100644 --- a/content/articles/haiku-2.md +++ b/content/articles/haiku-2.md @@ -1,7 +1,7 @@ --- title: haiku author: Danilo M. -type: post +type: article date: 2011-01-09T23:15:01+00:00 excerpt: an haiku I wrote. categories: diff --git a/content/articles/haiku.md b/content/articles/haiku.md index 18224cf..467e9b8 100644 --- a/content/articles/haiku.md +++ b/content/articles/haiku.md @@ -1,7 +1,7 @@ --- title: haiku author: Danilo M. -type: post +type: article date: 2010-12-02T10:33:50+00:00 excerpt: An haiku by Jack Kerouac. categories: diff --git a/content/articles/imagine.md b/content/articles/imagine.md index f41c34f..6925ee9 100644 --- a/content/articles/imagine.md +++ b/content/articles/imagine.md @@ -1,7 +1,7 @@ --- title: Imagine. author: Danilo M. -type: post +type: article date: 2015-01-11T01:38:25+00:00 featured_image: /uploads/2020/10/imagine_colors-scaled.jpg categories: diff --git a/content/articles/io-supporto-mario-congiusta.md b/content/articles/io-supporto-mario-congiusta.md index 4de1ed8..85706bd 100644 --- a/content/articles/io-supporto-mario-congiusta.md +++ b/content/articles/io-supporto-mario-congiusta.md @@ -1,7 +1,7 @@ --- title: Mario Congiusta candidato al Consiglio Regionale calabrese author: Danilo M. -type: post +type: article 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: diff --git a/content/articles/katsushika-hokusai.md b/content/articles/katsushika-hokusai.md index 81ca7f3..8809e44 100644 --- a/content/articles/katsushika-hokusai.md +++ b/content/articles/katsushika-hokusai.md @@ -1,7 +1,7 @@ --- title: Katsushika Hokusai author: Danilo M. -type: post +type: article 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 ' featured_image: /uploads/2011/07/The-Great-Wave-Off-Kanagawa-1823-large.jpg diff --git a/content/articles/la-giornata-del-pi-greco.md b/content/articles/la-giornata-del-pi-greco.md index 0fe3594..783c5f0 100644 --- a/content/articles/la-giornata-del-pi-greco.md +++ b/content/articles/la-giornata-del-pi-greco.md @@ -1,7 +1,7 @@ --- title: La giornata del pi Greco author: Danilo M. -type: post +type: article date: 2010-03-14T11:55:45+00:00 excerpt: "Festeggiamo insieme la giornata del pi greco" categories: diff --git a/content/articles/le-email-queste-sconosciute.md b/content/articles/le-email-queste-sconosciute.md index cbc965b..91d0979 100644 --- a/content/articles/le-email-queste-sconosciute.md +++ b/content/articles/le-email-queste-sconosciute.md @@ -1,7 +1,7 @@ --- title: le email queste sconosciute :) author: Danilo M. -type: post +type: article date: 2010-11-06T22:28:43+00:00 excerpt: piccoli comportamenti da seguire quando si invia una email. draft: false diff --git a/content/articles/manage-your-passwords-with-password-store.md b/content/articles/manage-your-passwords-with-password-store.md index ae75138..01f2da5 100644 --- a/content/articles/manage-your-passwords-with-password-store.md +++ b/content/articles/manage-your-passwords-with-password-store.md @@ -1,7 +1,7 @@ --- title: Manage your passwords with password-store author: Danilo M. -type: post +type: article 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" featured_image: /uploads/2021/05/vault-door1.jpg diff --git a/content/articles/money-for-indipendence.md b/content/articles/money-for-indipendence.md index f66a3b0..967a32c 100644 --- a/content/articles/money-for-indipendence.md +++ b/content/articles/money-for-indipendence.md @@ -1,7 +1,7 @@ --- title: Money for indipendence author: Danilo M. -type: post +type: article date: 2013-04-30T08:58:25+00:00 excerpt: Quoting Henry Ford categories: diff --git a/content/articles/myself-as-a-droid.md b/content/articles/myself-as-a-droid.md index 62ea881..22118fb 100644 --- a/content/articles/myself-as-a-droid.md +++ b/content/articles/myself-as-a-droid.md @@ -1,7 +1,7 @@ --- title: myself as a droid.. author: Danilo M. -type: post +type: article date: 2011-02-14T13:31:08+00:00 draft: true categories: diff --git a/content/articles/nerdness.md b/content/articles/nerdness.md index 0bbacc2..4ac23b5 100644 --- a/content/articles/nerdness.md +++ b/content/articles/nerdness.md @@ -1,7 +1,7 @@ --- title: nerdness author: Danilo M. -type: post +type: article date: 2011-08-31T09:57:22+00:00 excerpt: We are nerds, Resistance is futile categories: diff --git a/content/articles/new-home-server-ideas.md b/content/articles/new-home-server-ideas.md index 1c0e24c..7aaed16 100644 --- a/content/articles/new-home-server-ideas.md +++ b/content/articles/new-home-server-ideas.md @@ -1,7 +1,7 @@ --- title: new home server ideas author: Danilo M. -type: post +type: article date: 2019-10-30T13:22:48+00:00 featured_image: /uploads/2019/10/server.jpg excerpt: "Here's a short list of components for what will possibly be my future home server." diff --git a/content/articles/outside-of-the-box.md b/content/articles/outside-of-the-box.md index ae1ff3a..1bb17c1 100644 --- a/content/articles/outside-of-the-box.md +++ b/content/articles/outside-of-the-box.md @@ -1,7 +1,7 @@ --- title: outside of the box author: Danilo M. -type: post +type: article date: 2011-08-31T08:05:35+00:00 excerpt: 'the right thing to do outside of the box.. ' featured_image: "/img/default_article.jpg" diff --git a/content/articles/playing-with-colors.md b/content/articles/playing-with-colors.md index 4799fc6..ac3ad83 100644 --- a/content/articles/playing-with-colors.md +++ b/content/articles/playing-with-colors.md @@ -1,7 +1,7 @@ --- title: playing with colors author: Danilo M. -type: post +type: article date: 2016-02-14T17:52:21+00:00 featured_image: /uploads/2016/02/palette.jpg categories: diff --git a/content/articles/poker-time.md b/content/articles/poker-time.md index 8c081aa..710b27d 100644 --- a/content/articles/poker-time.md +++ b/content/articles/poker-time.md @@ -1,7 +1,7 @@ --- title: poker time.. author: Danilo M. -type: post +type: article date: 2010-12-19T21:07:04+00:00 draft: true categories: diff --git a/content/articles/pure-nerdgasm.md b/content/articles/pure-nerdgasm.md index b089670..bcb7f56 100644 --- a/content/articles/pure-nerdgasm.md +++ b/content/articles/pure-nerdgasm.md @@ -1,7 +1,7 @@ --- title: pure nerdgasm author: Danilo M. -type: post +type: article date: 2011-10-01T07:28:14+00:00 excerpt: An EPIC video of two floppy disks playing the imperial march.. nerdgasm.. featured_image: /uploads/2011/10/vader.jpg diff --git a/content/articles/r-i-p-steve-jobs.md b/content/articles/r-i-p-steve-jobs.md index a9b5013..14d0312 100644 --- a/content/articles/r-i-p-steve-jobs.md +++ b/content/articles/r-i-p-steve-jobs.md @@ -1,7 +1,7 @@ --- title: R.I.P. Steve Jobs author: Danilo M. -type: post +type: article date: 2011-10-06T10:51:17+00:00 excerpt: Goodbye Steve Jobs.. One of the few people I really wanted to meet at least once in my life. featured_image: /uploads/2011/10/jobs.jpg diff --git a/content/articles/responsibility.md b/content/articles/responsibility.md index 24635e8..5d5f3b8 100644 --- a/content/articles/responsibility.md +++ b/content/articles/responsibility.md @@ -1,7 +1,7 @@ --- title: responsibility author: Danilo M. -type: post +type: article date: 2011-09-26T14:24:45+00:00 excerpt: Accept responsibility for your life. Know that it is you who will get you where you want to go, no one else. categories: diff --git a/content/articles/sasso-carta-forbice-lucertola-spock.md b/content/articles/sasso-carta-forbice-lucertola-spock.md index c66700e..19ae3cd 100644 --- a/content/articles/sasso-carta-forbice-lucertola-spock.md +++ b/content/articles/sasso-carta-forbice-lucertola-spock.md @@ -1,7 +1,7 @@ --- title: sasso, carta, forbice, lucertola, spock! author: Danilo M. -type: post +type: article date: 2010-11-10T14:08:19+00:00 featured_image: /uploads/2010/11/nimoy-spock.jpg categories: diff --git a/content/articles/speak-to-me.md b/content/articles/speak-to-me.md index 28e3b84..333f8c8 100644 --- a/content/articles/speak-to-me.md +++ b/content/articles/speak-to-me.md @@ -1,7 +1,7 @@ --- title: Speak to Me author: Danilo M. -type: post +type: article date: 2013-03-19T20:29:57+00:00 categories: - blogging diff --git a/content/articles/sunset-in-siderno.md b/content/articles/sunset-in-siderno.md index aafaf6b..d206149 100644 --- a/content/articles/sunset-in-siderno.md +++ b/content/articles/sunset-in-siderno.md @@ -1,7 +1,7 @@ --- title: sunset in Siderno author: Danilo M. -type: post +type: article date: 2016-01-25T17:31:56+00:00 featured_image: /uploads/2016/01/dx_0013-scaled.jpg categories: diff --git a/content/articles/vulnerabilities-for-pgp-and-emails.md b/content/articles/vulnerabilities-for-pgp-and-emails.md index 74e27bd..8490530 100644 --- a/content/articles/vulnerabilities-for-pgp-and-emails.md +++ b/content/articles/vulnerabilities-for-pgp-and-emails.md @@ -1,7 +1,7 @@ --- title: Vulnerabilities for PGP and emails author: Danilo M. -type: post +type: article date: 2018-05-15T10:04:06+00:00 excerpt: A series of vulnerabilities was discovered which affect emails encrypted with PGP and GnuPG, follow @EFF to understand more about this topic. featured_image: /uploads/2018/05/og-efail-resized_3.png diff --git a/content/articles/walt-quote.md b/content/articles/walt-quote.md index c8de9bc..beae340 100644 --- a/content/articles/walt-quote.md +++ b/content/articles/walt-quote.md @@ -1,7 +1,7 @@ --- title: Walt quote author: Danilo M. -type: post +type: article date: 2015-06-10T02:41:58+00:00 categories: - disney diff --git a/content/articles/wp_patcher-un-metodo-per-aggiornare-wordpress.md b/content/articles/wp_patcher-un-metodo-per-aggiornare-wordpress.md index 57ecda7..e124b3c 100644 --- a/content/articles/wp_patcher-un-metodo-per-aggiornare-wordpress.md +++ b/content/articles/wp_patcher-un-metodo-per-aggiornare-wordpress.md @@ -1,7 +1,7 @@ --- title: wp_patcher – un metodo per aggiornare WordPress author: Danilo M. -type: post +type: article date: 2009-07-22T13:37:40+00:00 excerpt: Ecco un metodo molto semplice per aggiornare la vostra installazione di WordPress, wp_patcher!! Sto ascoltando: diff --git a/content/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel.md b/content/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel.md index cae234b..b89fef5 100644 --- a/content/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel.md +++ b/content/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel.md @@ -1,7 +1,7 @@ --- title: xrandr e dual head su slackware 12.2 e intel author: Danilo M. -type: post +type: article 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...' Sto ascoltando: diff --git a/hugo.toml b/hugo.toml index 185c8c6..fe7591a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -22,7 +22,7 @@ paginate = 10 author_nickname = "danix" description = "here's where I think out loud" dateFormat = "2 January 2006" - mainSections = ["articles"] + mainSections = ["articles", "article"] faviconSizes = [16, 32, 48] [permalinks] diff --git a/themes/dagreynix b/themes/dagreynix index 494780c..6ea07a0 160000 --- a/themes/dagreynix +++ b/themes/dagreynix @@ -1 +1 @@ -Subproject commit 494780c74cd25d3001ce94973534ecfed6cf06e7 +Subproject commit 6ea07a0ed82540bfb100f601422d7449aec96c61