summaryrefslogtreecommitdiff
path: root/_posts/en
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2024-11-10 19:20:32 -0600
committerHombreLaser <buran@silosneeded.com>2024-11-10 19:20:32 -0600
commit8cd2787f6f3cb93e0f48dc855ce97624c7ab9e22 (patch)
tree447e490aa82e5e97d5b72fa50c2ebd9780fd44eb /_posts/en
parent0044c08bb01e773cb212c305ff136bf45dc7c4a7 (diff)
Add and improve tags
Diffstat (limited to '_posts/en')
-rw-r--r--_posts/en/2023-08-31-host_jekyll_apache.md2
-rw-r--r--_posts/en/2023-09-12-kingsfield4.md2
-rw-r--r--_posts/en/2024-04-30-configuring-dape.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/_posts/en/2023-08-31-host_jekyll_apache.md b/_posts/en/2023-08-31-host_jekyll_apache.md
index ef4652a..82f6be7 100644
--- a/_posts/en/2023-08-31-host_jekyll_apache.md
+++ b/_posts/en/2023-08-31-host_jekyll_apache.md
@@ -3,7 +3,7 @@ layout: post
title: "HOWTO: Host your jekyll site using apache web server"
lang: en
date: 2023-08-31 18:27:00 +0000
-tag: Tutorials
+tag: ["Tutorials", "Apache2"]
---
I finally have a personal blog just how I like it. I wouldn't say it took a long time (just a couple of days) or that I'd rather have used
diff --git a/_posts/en/2023-09-12-kingsfield4.md b/_posts/en/2023-09-12-kingsfield4.md
index 5377e2d..f38bb10 100644
--- a/_posts/en/2023-09-12-kingsfield4.md
+++ b/_posts/en/2023-09-12-kingsfield4.md
@@ -3,7 +3,7 @@ layout: post
title: "King's Field IV: Spelunking the ancient city"
lang: en
date: 2023-09-12
-tag: Videogames
+tag: ["Videogames", "Playstation 2"]
---
_King's Field IV_ is a unique game in its console catalog. A first-person dungeon crawler, with slow movement and lacking voice acting.
diff --git a/_posts/en/2024-04-30-configuring-dape.md b/_posts/en/2024-04-30-configuring-dape.md
index dbabf5f..3817489 100644
--- a/_posts/en/2024-04-30-configuring-dape.md
+++ b/_posts/en/2024-04-30-configuring-dape.md
@@ -3,7 +3,7 @@ layout: post
title: "Configuring Dape: Emacs' new DAP client"
lang: en
date: 2024-04-30
-tag: Tutorials
+tag: ["Tutorials", "Emacs"]
---
A while ago [eglot](https://github.com/joaotavora/eglot), an LSP client, was introduced to emacs core,