From: danix Date: Thu, 2 Feb 2023 08:06:22 +0000 (+0100) Subject: added about page and reorganized some content X-Git-Tag: release_17022023-1339~26 X-Git-Url: https://git.danix.xyz/?p=danix.xyz.git;a=commitdiff_plain;h=7920c4dfb1856566b1e4529ea269efad7c44f955 added about page and reorganized some content --- diff --git a/_index.md b/_index.md index 36da0a0..fcb5991 100644 --- a/_index.md +++ b/_index.md @@ -9,10 +9,4 @@ draft: false Welcome to danix.xyz, my name is Danilo but you can call me danix. -What is this website? Well, **danix.xyz** is my personal website, in here you can read about everything I find interesting, you'll find the code I write, WordPress plugins or themes, php or bash scripts that I use on my systems, and programs that I find interesting. - -I use this website to keep track of all the snippets of code that I tend to forget, I consider this website like my notepad (in the hope that it can turn useful to somebody else). - -I deeply dislike sharing readers data with other companies so you can be sure that **all** the data I collect from my readers will be kept secure and used only to improve the way my readers enjoy the pages and posts I write. Read more about [my Privacy Policy][legallink]. - -[legallink]: {{< ref "legal.md" >}} +>Here I write about stuff I find interesting. On this site you may read about WordPress, Hugo, bash, Slackware, and lots of other things. Feel free to have a look and take what you like. diff --git a/is/index.md b/is/index.md new file mode 100644 index 0000000..a193e62 --- /dev/null +++ b/is/index.md @@ -0,0 +1,24 @@ +--- +title: about danix.xyz +author: Danilo M. +type: page +menu: "main" +draft: false +date: 2009-06-01T22:04:43+00:00 +Sto ascoltando: + - kickapoo by tenacious d +Mi sento: + - "allegro ma un po' stanco" + +--- +{{< gravatar mail="danixland@gmail.com" class="alignright" size=200 >}} + +Welcome to danix.xyz, my name is Danilo but you can call me danix. + +What is this website? Well, **danix.xyz** is my personal website, in here you can read about everything I find interesting, you'll find the code I write, WordPress plugins or themes, php or bash scripts that I use on my systems, and programs that I find interesting. + +I use this website to keep track of all the snippets of code that I tend to forget, I consider this website like my notepad (in the hope that it can turn useful to somebody else). + +I deeply dislike sharing readers data with other companies so you can be sure that **all** the data I collect from my readers will be kept secure and used only to improve the way my readers enjoy the pages and posts I write. Read more about [my Privacy Policy][legallink]. + +[legallink]: {{< ref "legal.md" >}} diff --git a/legal.md b/is/legal/index.md similarity index 100% rename from legal.md rename to is/legal/index.md