🔧Fix 'About' collection
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
comments: false
|
||||
---
|
||||
@@ -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 %}
|
||||
+9
-14
@@ -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 <info@<xaymar.com>"
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user