From 1887b2e311696d6781815545ec416fb8b6ed60fd Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 19 Jun 2024 18:35:55 +0200 Subject: Added tags to notes --- content/notes/2023-05-05-run-9front-in-qemu.md | 1 + content/notes/2023-05-07-mount-plan9-over-network.md | 1 + content/notes/2023-05-10-plan9-screenshot.md | 1 + content/notes/2023-05-11-fix-plan9-bootloader.md | 1 + content/notes/2023-05-12-install-plan9port-linux.md | 1 + content/notes/2023-05-23-extend-lua-with-custom-c.md | 1 + content/notes/2023-05-24-fresh-9front-desktop.md | 1 + content/notes/2023-05-25-dcss-new-player-guide.md | 1 + content/notes/2023-05-27-dcss-on-4k-displays.md | 1 + content/notes/2023-05-27-drawing-pixels-in-plan9.md | 1 + content/notes/2023-09-25-compile-drawterm-on-fedora-38.md | 1 + content/notes/2023-11-07-personal-sane-vim-defaults.md | 1 + content/notes/2024-02-21-dcss-online-rc-defaults.md | 1 + content/notes/2024-06-17-calling-assembly-functions-from-c.md | 1 + content/notes/2024-06-17-sending-signals-to-c-programs.md | 1 + templates/base.html | 3 ++- templates/index.html | 7 ++++++- 17 files changed, 23 insertions(+), 2 deletions(-) diff --git a/content/notes/2023-05-05-run-9front-in-qemu.md b/content/notes/2023-05-05-run-9front-in-qemu.md index 9dd370a..c3ead01 100644 --- a/content/notes/2023-05-05-run-9front-in-qemu.md +++ b/content/notes/2023-05-05-run-9front-in-qemu.md @@ -4,6 +4,7 @@ url: run-9front-in-qemu.html date: 2023-05-05T12:00:00+02:00 type: note draft: false +tags: [plan9] --- Run 9front in Qemu. This applies to [Plan9](https://9p.io/plan9/) and diff --git a/content/notes/2023-05-07-mount-plan9-over-network.md b/content/notes/2023-05-07-mount-plan9-over-network.md index ec2f5f9..bb83202 100644 --- a/content/notes/2023-05-07-mount-plan9-over-network.md +++ b/content/notes/2023-05-07-mount-plan9-over-network.md @@ -4,6 +4,7 @@ url: mount-plan9-over-network.html date: 2023-05-07T12:00:00+02:00 type: note draft: false +tags: [plan9] --- - First install libfuse with sudo apt install libfuse-dev. diff --git a/content/notes/2023-05-10-plan9-screenshot.md b/content/notes/2023-05-10-plan9-screenshot.md index 457113a..b3ffae3 100644 --- a/content/notes/2023-05-10-plan9-screenshot.md +++ b/content/notes/2023-05-10-plan9-screenshot.md @@ -4,6 +4,7 @@ url: plan9-screenshot.html date: 2023-05-10T12:00:00+02:00 type: note draft: false +tags: [plan9] --- Take a screenshot in Plan9. This applies to [Plan9](https://9p.io/plan9/) and diff --git a/content/notes/2023-05-11-fix-plan9-bootloader.md b/content/notes/2023-05-11-fix-plan9-bootloader.md index 5348806..b70d42d 100644 --- a/content/notes/2023-05-11-fix-plan9-bootloader.md +++ b/content/notes/2023-05-11-fix-plan9-bootloader.md @@ -4,6 +4,7 @@ url: fix-plan9-bootloader.html date: 2023-05-11T12:00:00+02:00 type: note draft: false +tags: [plan9] --- If the bootloader is not being written to a disk when installing 9front on real diff --git a/content/notes/2023-05-12-install-plan9port-linux.md b/content/notes/2023-05-12-install-plan9port-linux.md index e6285e0..49a1e4c 100644 --- a/content/notes/2023-05-12-install-plan9port-linux.md +++ b/content/notes/2023-05-12-install-plan9port-linux.md @@ -4,6 +4,7 @@ url: install-plan9port-linux.html date: 2023-05-12T12:00:00+02:00 type: note draft: false +tags: [plan9] --- Install Plan9port on Linux. This applies to diff --git a/content/notes/2023-05-23-extend-lua-with-custom-c.md b/content/notes/2023-05-23-extend-lua-with-custom-c.md index 7a7769c..588f7d2 100644 --- a/content/notes/2023-05-23-extend-lua-with-custom-c.md +++ b/content/notes/2023-05-23-extend-lua-with-custom-c.md @@ -4,6 +4,7 @@ url: extend-lua-with-custom-c.html date: 2023-05-23T12:00:00+02:00 type: note draft: false +tags: [c] --- Here is a boilerplate for extending Lua with custom C functions. This requires diff --git a/content/notes/2023-05-24-fresh-9front-desktop.md b/content/notes/2023-05-24-fresh-9front-desktop.md index 79dd8db..deb9998 100644 --- a/content/notes/2023-05-24-fresh-9front-desktop.md +++ b/content/notes/2023-05-24-fresh-9front-desktop.md @@ -4,6 +4,7 @@ url: fresh-9front-desktop.html date: 2023-05-24T12:00:00+02:00 type: note draft: false +tags: [plan9] --- I have been experimenting with Plan9/9front for a week now. Noice! This is how diff --git a/content/notes/2023-05-25-dcss-new-player-guide.md b/content/notes/2023-05-25-dcss-new-player-guide.md index 81097c8..bbcb1eb 100644 --- a/content/notes/2023-05-25-dcss-new-player-guide.md +++ b/content/notes/2023-05-25-dcss-new-player-guide.md @@ -4,6 +4,7 @@ url: dcss-new-player-guide.html date: 2023-05-25T22:00:00+02:00 type: note draft: false +tags: [dcss] --- An amazing game deserves an amazing guide. All this material can be find in some diff --git a/content/notes/2023-05-27-dcss-on-4k-displays.md b/content/notes/2023-05-27-dcss-on-4k-displays.md index 3f9d973..8dd7095 100644 --- a/content/notes/2023-05-27-dcss-on-4k-displays.md +++ b/content/notes/2023-05-27-dcss-on-4k-displays.md @@ -4,6 +4,7 @@ url: dcss-on-4k-display.html date: 2023-05-27T19:35:11+02:00 type: note draft: false +tags: [dcss] --- Dungeon Crawl Stone Soup has a a very small font by default. On a 4k display, it diff --git a/content/notes/2023-05-27-drawing-pixels-in-plan9.md b/content/notes/2023-05-27-drawing-pixels-in-plan9.md index 2f7e31b..d081f73 100644 --- a/content/notes/2023-05-27-drawing-pixels-in-plan9.md +++ b/content/notes/2023-05-27-drawing-pixels-in-plan9.md @@ -4,6 +4,7 @@ url: drawing-pixels-in-plan9.html date: 2023-05-27T17:41:33+02:00 type: note draft: false +tags: [plan9] --- I have started exploring Plan9's graphics capabilities. This is a hello world diff --git a/content/notes/2023-09-25-compile-drawterm-on-fedora-38.md b/content/notes/2023-09-25-compile-drawterm-on-fedora-38.md index ec7446b..3fafc2d 100644 --- a/content/notes/2023-09-25-compile-drawterm-on-fedora-38.md +++ b/content/notes/2023-09-25-compile-drawterm-on-fedora-38.md @@ -4,6 +4,7 @@ url: compile-drawterm-on-fedora-38.html date: 2023-09-25T09:04:28+02:00 type: note draft: false +tags: [plan9] --- First install two dependencies: diff --git a/content/notes/2023-11-07-personal-sane-vim-defaults.md b/content/notes/2023-11-07-personal-sane-vim-defaults.md index 52d3946..555fad1 100644 --- a/content/notes/2023-11-07-personal-sane-vim-defaults.md +++ b/content/notes/2023-11-07-personal-sane-vim-defaults.md @@ -4,6 +4,7 @@ url: apersonal-sane-vim-defaults.html date: 2023-11-07T01:04:28+02:00 type: note draft: false +tags: [vim] --- I have found many "sane" default configs on the net and this is my favorite diff --git a/content/notes/2024-02-21-dcss-online-rc-defaults.md b/content/notes/2024-02-21-dcss-online-rc-defaults.md index 5323a21..f50c6af 100644 --- a/content/notes/2024-02-21-dcss-online-rc-defaults.md +++ b/content/notes/2024-02-21-dcss-online-rc-defaults.md @@ -4,6 +4,7 @@ url: dcss-online-rc-defaults.html date: 2024-02-21T06:35:11+02:00 type: note draft: false +tags: [dcss] --- I mostly play Dungeon Crawl Stone Soup online on Ohio, USA: cbro.berotato.org server and diff --git a/content/notes/2024-06-17-calling-assembly-functions-from-c.md b/content/notes/2024-06-17-calling-assembly-functions-from-c.md index 41e50e8..7e8683d 100644 --- a/content/notes/2024-06-17-calling-assembly-functions-from-c.md +++ b/content/notes/2024-06-17-calling-assembly-functions-from-c.md @@ -4,6 +4,7 @@ url: calling-assembly-functions-from-c.html date: 2024-06-17T16:12:13+02:00 type: note draft: false +tags: [c] --- This is using the portable GNU assembler and TinyCC compiler but GCC or Clang diff --git a/content/notes/2024-06-17-sending-signals-to-c-programs.md b/content/notes/2024-06-17-sending-signals-to-c-programs.md index bd4a895..a3e5dc2 100644 --- a/content/notes/2024-06-17-sending-signals-to-c-programs.md +++ b/content/notes/2024-06-17-sending-signals-to-c-programs.md @@ -4,6 +4,7 @@ url: sending-signals-to-c-program.html date: 2024-06-17T16:13:13+02:00 type: note draft: false +tags: [c] --- For simple and easy IPC to the C program we can use signals. diff --git a/templates/base.html b/templates/base.html index db9940b..9101abe 100644 --- a/templates/base.html +++ b/templates/base.html @@ -59,6 +59,7 @@ font-size: xx-large; } + mark { padding: 0 0.3em; background-color: chartreuse; } cap { text-transform: capitalize; } ul li { padding: 0.1em 0; } @@ -171,7 +172,7 @@ Home Code PGP - Newsboat + Blogroll CV RSS diff --git a/templates/index.html b/templates/index.html index 9291987..f5821fc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,7 +29,12 @@ {{ range .Pages }} {{ if and (eq .Type "note") (not .Draft) }} -
  • {{ .Title }}
  • +
  • + {{ range .Meta.tags }} + {{ . }} + {{ end }} + {{ .Title }} +
  • {{ end }} {{ end }} -- cgit v1.2.3