aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-25 21:01:57 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-25 21:01:57 +0100
commit128f921d20e43df96ecb23c68791450f779abdfc (patch)
treee1ace80e1fd6f1b3520a67ce6f03baa51ee27053
parentff668ad0424fc9ce1d924e0b40eeec3264271c39 (diff)
update post metadata
-rw-r--r--_items/avanswifi.md4
-rw-r--r--_items/git.md3
-rw-r--r--_items/homeauto.md5
-rw-r--r--_items/latex.md6
-rw-r--r--_items/redpwn2021.md6
-rw-r--r--_items/software.md9
-rw-r--r--_layouts/default.html3
-rw-r--r--posts/by-date.md2
-rw-r--r--posts/by-title.md2
-rw-r--r--tags.html2
10 files changed, 11 insertions, 31 deletions
diff --git a/_items/avanswifi.md b/_items/avanswifi.md
index 1983810..7576f65 100644
--- a/_items/avanswifi.md
+++ b/_items/avanswifi.md
@@ -1,8 +1,6 @@
---
title: Avans eduroam wifi setup
-tags:
- - software
- - phone
+tags: software phone
---
I wasted 2 hours trying to set up my school's WiFi on my laptop, so here's a
diff --git a/_items/git.md b/_items/git.md
index 0edb4b7..972243e 100644
--- a/_items/git.md
+++ b/_items/git.md
@@ -1,6 +1,5 @@
---
-title: My git setup
-subtitle: How I use git on my server
+title: git server setup
tags: git server software
---
diff --git a/_items/homeauto.md b/_items/homeauto.md
index 46aecf5..2a09970 100644
--- a/_items/homeauto.md
+++ b/_items/homeauto.md
@@ -1,12 +1,9 @@
---
-title: My home automation adventure
-subtitle: How to make your house a shitty utopia
+title: my home automation adventure
tags:
- home automation
- raspberry pi
- esp8266
- - cc2500
- - microcontrollers
- software
- hardware
- hacking
diff --git a/_items/latex.md b/_items/latex.md
index 936bdb9..91ca063 100644
--- a/_items/latex.md
+++ b/_items/latex.md
@@ -1,10 +1,6 @@
---
title: My LaTeX setup
-subtitle: How to set up a simple LaTeX environment with XeTeX and latexmk
-tags:
- - software
- - latex
- - git
+tags: software latex git
---
I started using LaTeX instead of MS Word about two years ago, and I've never
diff --git a/_items/redpwn2021.md b/_items/redpwn2021.md
index 6176040..dab85ee 100644
--- a/_items/redpwn2021.md
+++ b/_items/redpwn2021.md
@@ -1,10 +1,6 @@
---
title: redpwnCTF 2021
-subtitle: A noob's perspective
-tags:
- - hacking
- - CTF
- - writeup
+tags: hacking CTF writeup
---
This is the first 'real' CTF I've participated in. About two weeks ago, a
diff --git a/_items/software.md b/_items/software.md
index c4abf49..6aa1efc 100644
--- a/_items/software.md
+++ b/_items/software.md
@@ -1,11 +1,6 @@
---
-title: Software that I use
-subtitle: Desktop software, server software, phone apps, everything
-tags:
- - software
- - open source
- - server
- - phone
+title: software that I use
+tags: [software, open source, server, phone]
---
## PC software
diff --git a/_layouts/default.html b/_layouts/default.html
index 9a48c60..a86a808 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -4,9 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
- <meta property='og:site_name' content='{{ page.date }}' />
+ <meta property='og:site_name' content='{{ site.title }}' />
<meta property='og:title' content='{{ page.title }}' />
- <meta property='og:description' content='{{ page.subtitle }}' />
{% if page.post %}
<title>{{ page.title }} - {{ site.title }}</title>
{% else %}
diff --git a/posts/by-date.md b/posts/by-date.md
index 4ddc117..2c47d18 100644
--- a/posts/by-date.md
+++ b/posts/by-date.md
@@ -1,5 +1,5 @@
---
-title: Posts
+title: post listing
layout: default
id: posts
toc: false
diff --git a/posts/by-title.md b/posts/by-title.md
index 8b0817f..db49dcd 100644
--- a/posts/by-title.md
+++ b/posts/by-title.md
@@ -1,5 +1,5 @@
---
-title: Posts
+title: post listing
layout: default
id: posts
toc: false
diff --git a/tags.html b/tags.html
index 7892800..88a04f0 100644
--- a/tags.html
+++ b/tags.html
@@ -1,5 +1,5 @@
---
-title: Tags
+title: tags
layout: default
id: tags
toc: false