From 8f4bb9ddf5e3e62746f027ff179ca2baeec50b98 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 12 Jan 2022 21:28:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7Fix=20'About'=20collection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _about/index.html | 4 ---- _about/me.html | 26 ++++++++++++++++++++++++++ _config.yml | 23 +++++++++-------------- 3 files changed, 35 insertions(+), 18 deletions(-) delete mode 100644 _about/index.html create mode 100644 _about/me.html diff --git a/_about/index.html b/_about/index.html deleted file mode 100644 index c126279..0000000 --- a/_about/index.html +++ /dev/null @@ -1,4 +0,0 @@ ---- -layout: default -comments: false ---- diff --git a/_about/me.html b/_about/me.html new file mode 100644 index 0000000..09b9e36 --- /dev/null +++ b/_about/me.html @@ -0,0 +1,26 @@ +--- +title: "About Me" +layout: default +comments: false +--- + +{% capture content %}Hey, I’m the guy referred to as “Xaymar” – also known by the real name Michael Fabian Dirks. I’ve been enjoying software development for a long time now, it’s both my hobby and my job, and i love it. I’m probably a great example when it comes to “Love your job and you’ll never work a day in your life”, because so far it has only felt like work once.{% endcapture %}{% include blocks/paragraph.liquid content=content %} + +{% capture content %}I love playing and making games, listening to music, reading comics and books, and obviously also love programming. My favourite music genres include Drum & Bass and Psytrance, while my favourite games (so far) are Stardew Valley, Factorio, Risk of Rain, and Cave Story+.{% endcapture %}{% include blocks/paragraph.liquid content=content %} + +{% capture content %}Anyway, that’s pretty much it. There isn’t much to me – I’m just another human, with different interests and different skills.{% endcapture %}{% include blocks/paragraph.liquid content=content %} +{% include blocks/heading.liquid level=1 content="Contact Me" %} + +{% capture content %}You can contact me at: info (at) xaymar (dot) com . Use the PGP key below for End-To-End Encryption.{% endcapture %}{% include blocks/paragraph.liquid content=content %} + +{% capture content %}-----BEGIN PGP PUBLIC KEY BLOCK----- +xjMEYJJ1RxYJKwYBBAHaRw8BAQdA53AIvujGXIV3x8M4Ns4yXf7/fdpuBjDXL8uybq1lvUTNL01p +Y2hhZWwgRmFiaWFuICdYYXltYXInIERpcmtzIDxpbmZvQHhheW1hci5jb20+wpEEExYIADkWIQR7 +gh48yk5u6aS6TDX9mKsqgjje9AUCYJJ1RwUJBaOagAIbAwULCQgHAgYVCAkKCwIFFgIDAQAACgkQ +/ZirKoI43vSzYQD+OOltB/VAFhKix/35+QuXiCHhw2ysg5grbHdHHmc5wTYBAOXJWnUKBLTB5mTk +ZWz5QidppY3EommiNgH5jGKB6nQBzjgEYJJ1RxIKKwYBBAGXVQEFAQEHQHWxRf2UzBDhhjqgUhq/ +x+mxFhYepi6wcN9DPbdKMpsoAwEIB8J+BBgWCAAmFiEEe4IePMpObumkukw1/ZirKoI43vQFAmCS +dUcFCQWjmoACGwwACgkQ/ZirKoI43vQ9UgEA/rcGHvgIgN3HWowTbSZ1eFbUIjQhcSslq9LTB196 +pT4A+gMR7FyY7U2erlW74dEBzJbGu9otL5YKeLgTygLa7C0E +=KrxB +-----END PGP PUBLIC KEY BLOCK-----{% endcapture %}{% include blocks/code.liquid content=content %} diff --git a/_config.yml b/_config.yml index dad9452..f5e48c6 100644 --- a/_config.yml +++ b/_config.yml @@ -61,6 +61,7 @@ ignore_theme_config: true collections: posts: output: false + label: "Articles" guides: output: true permalink: '/guides/:path/' @@ -68,32 +69,26 @@ collections: sort_by: title about: output: true - permanlink: ':path' + permalink: '/about/:path/' label: "About" sort_by: title defaults: - - scope: + - + scope: path: "" - type: "posts" values: + type: "post" layout: "default" + author: "Michael Fabian 'Xaymar' Dirks " page_excerpt: true comments: true - - scope: + - + scope: path: "" type: "pages" values: - layout: "default" - page_excerpt: true - comments: true - - scope: - path: "_guides" - type: "pages" - values: - layout: "default" - page_excerpt: true - comments: true + type: "page" # Custom Theme Config xaymar: