From 128f921d20e43df96ecb23c68791450f779abdfc Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 25 Jan 2025 21:01:57 +0100 Subject: update post metadata --- _items/avanswifi.md | 4 +--- _items/git.md | 3 +-- _items/homeauto.md | 5 +---- _items/latex.md | 6 +----- _items/redpwn2021.md | 6 +----- _items/software.md | 9 ++------- _layouts/default.html | 3 +-- posts/by-date.md | 2 +- posts/by-title.md | 2 +- tags.html | 2 +- 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 @@ - + - {% if page.post %} {{ page.title }} - {{ site.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 -- cgit v1.2.3