changed type to 'article' for single posts in blog. Updated theme. release_07032023-1702
authordanix <danix@danix.xyz>
Tue, 7 Mar 2023 16:02:53 +0000 (17:02 +0100)
committerdanix <danix@danix.xyz>
Tue, 7 Mar 2023 16:02:53 +0000 (17:02 +0100)
36 files changed:
content/articles/about-loneliness.md
content/articles/baking-programs.md
content/articles/cad-designing-in-gnu-linux.md
content/articles/ceasar-quote.md
content/articles/conquista-la-folla.md
content/articles/convertire-file-video-in-mp3.md
content/articles/gify-back-to-bash-scripting.md
content/articles/git-setup-own-server-part2.md
content/articles/git-setup-own-server.md
content/articles/haiku-2.md
content/articles/haiku.md
content/articles/imagine.md
content/articles/io-supporto-mario-congiusta.md
content/articles/katsushika-hokusai.md
content/articles/la-giornata-del-pi-greco.md
content/articles/le-email-queste-sconosciute.md
content/articles/manage-your-passwords-with-password-store.md
content/articles/money-for-indipendence.md
content/articles/myself-as-a-droid.md
content/articles/nerdness.md
content/articles/new-home-server-ideas.md
content/articles/outside-of-the-box.md
content/articles/playing-with-colors.md
content/articles/poker-time.md
content/articles/pure-nerdgasm.md
content/articles/r-i-p-steve-jobs.md
content/articles/responsibility.md
content/articles/sasso-carta-forbice-lucertola-spock.md
content/articles/speak-to-me.md
content/articles/sunset-in-siderno.md
content/articles/vulnerabilities-for-pgp-and-emails.md
content/articles/walt-quote.md
content/articles/wp_patcher-un-metodo-per-aggiornare-wordpress.md
content/articles/xrandr-e-dual-head-su-slackware-12-2-e-intel.md
hugo.toml
themes/dagreynix

index 650fc99..4d7f474 100644 (file)
@@ -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
index d424f68..185d1e2 100644 (file)
@@ -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:
index 4b99db6..55f8faa 100644 (file)
@@ -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
index df13e37..aae4b5a 100644 (file)
@@ -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:
index 56fb2e5..6dc1f92 100644 (file)
@@ -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
index 5d65cd7..4ce9d31 100644 (file)
@@ -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:
index 6737a63..7c0055e 100644 (file)
@@ -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 &#91;&#91; ! -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 &#91; -z $1 ];then
index de3934d..fe0d944 100644 (file)
@@ -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
index a4b0ca0..4af29d5 100644 (file)
@@ -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"
index d1f5fb0..6dc4a87 100644 (file)
@@ -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:
index 18224cf..467e9b8 100644 (file)
@@ -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:
index f41c34f..6925ee9 100644 (file)
@@ -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:
index 4de1ed8..85706bd 100644 (file)
@@ -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:
index 81ca7f3..8809e44 100644 (file)
@@ -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
index 0fe3594..783c5f0 100644 (file)
@@ -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:
index cbc965b..91d0979 100644 (file)
@@ -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
index ae75138..01f2da5 100644 (file)
@@ -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
index f66a3b0..967a32c 100644 (file)
@@ -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:
index 62ea881..22118fb 100644 (file)
@@ -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:
index 0bbacc2..4ac23b5 100644 (file)
@@ -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:
index 1c0e24c..7aaed16 100644 (file)
@@ -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."
index ae1ff3a..1bb17c1 100644 (file)
@@ -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"
index 4799fc6..ac3ad83 100644 (file)
@@ -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:
index 8c081aa..710b27d 100644 (file)
@@ -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:
index b089670..bcb7f56 100644 (file)
@@ -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
index a9b5013..14d0312 100644 (file)
@@ -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
index 24635e8..5d5f3b8 100644 (file)
@@ -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:
index c66700e..19ae3cd 100644 (file)
@@ -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:
index 28e3b84..333f8c8 100644 (file)
@@ -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
index aafaf6b..d206149 100644 (file)
@@ -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:
index 74e27bd..8490530 100644 (file)
@@ -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
index c8de9bc..beae340 100644 (file)
@@ -1,7 +1,7 @@
 ---
 title: Walt quote
 author: Danilo M.
-type: post
+type: article
 date: 2015-06-10T02:41:58+00:00
 categories:
   - disney
index 57ecda7..e124b3c 100644 (file)
@@ -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:
index cae234b..b89fef5 100644 (file)
@@ -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:
index 185c8c6..fe7591a 100644 (file)
--- 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]
index 494780c..6ea07a0 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 494780c74cd25d3001ce94973534ecfed6cf06e7
+Subproject commit 6ea07a0ed82540bfb100f601422d7449aec96c61