🔧Fix 'About' collection

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-12 21:28:58 +01:00
parent 498e636ab6
commit 8f4bb9ddf5
3 changed files with 35 additions and 18 deletions
-4
View File
@@ -1,4 +0,0 @@
---
layout: default
comments: false
---
+26
View File
@@ -0,0 +1,26 @@
---
title: "About Me"
layout: default
comments: false
---
{% capture content %}Hey, Im the guy referred to as “Xaymar” also known by the real name Michael Fabian Dirks. Ive been enjoying software development for a long time now, its both my hobby and my job, and i love it. Im probably a great example when it comes to “Love your job and youll 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, thats pretty much it. There isnt much to me Im 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 %}
+9 -14
View File
@@ -61,6 +61,7 @@ ignore_theme_config: true
collections: collections:
posts: posts:
output: false output: false
label: "Articles"
guides: guides:
output: true output: true
permalink: '/guides/:path/' permalink: '/guides/:path/'
@@ -68,32 +69,26 @@ collections:
sort_by: title sort_by: title
about: about:
output: true output: true
permanlink: ':path' permalink: '/about/:path/'
label: "About" label: "About"
sort_by: title sort_by: title
defaults: defaults:
- scope: -
scope:
path: "" path: ""
type: "posts"
values: values:
type: "post"
layout: "default" layout: "default"
author: "Michael Fabian 'Xaymar' Dirks <info@<xaymar.com>"
page_excerpt: true page_excerpt: true
comments: true comments: true
- scope: -
scope:
path: "" path: ""
type: "pages" type: "pages"
values: values:
layout: "default" type: "page"
page_excerpt: true
comments: true
- scope:
path: "_guides"
type: "pages"
values:
layout: "default"
page_excerpt: true
comments: true
# Custom Theme Config # Custom Theme Config
xaymar: xaymar: