diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-19 18:35:55 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-19 18:35:55 +0200 |
| commit | 1887b2e311696d6781815545ec416fb8b6ed60fd (patch) | |
| tree | c7e814d4d3bbf4dcd711dc56b95b2faf23673ce5 | |
| parent | 3d2ca2089cb20bfe0322118445fd859a9a4c331d (diff) | |
| download | mitjafelicijan.com-1887b2e311696d6781815545ec416fb8b6ed60fd.tar.gz | |
Added tags to notes
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 | |||
| 4 | date: 2023-05-05T12:00:00+02:00 | 4 | date: 2023-05-05T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | Run 9front in Qemu. This applies to [Plan9](https://9p.io/plan9/) and | 10 | 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 | |||
| 4 | date: 2023-05-07T12:00:00+02:00 | 4 | date: 2023-05-07T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | - First install libfuse with sudo apt install libfuse-dev. | 10 | - 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 | |||
| 4 | date: 2023-05-10T12:00:00+02:00 | 4 | date: 2023-05-10T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | Take a screenshot in Plan9. This applies to [Plan9](https://9p.io/plan9/) and | 10 | 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 | |||
| 4 | date: 2023-05-11T12:00:00+02:00 | 4 | date: 2023-05-11T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | If the bootloader is not being written to a disk when installing 9front on real | 10 | 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 | |||
| 4 | date: 2023-05-12T12:00:00+02:00 | 4 | date: 2023-05-12T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | Install Plan9port on Linux. This applies to | 10 | 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 | |||
| 4 | date: 2023-05-23T12:00:00+02:00 | 4 | date: 2023-05-23T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [c] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | Here is a boilerplate for extending Lua with custom C functions. This requires | 10 | 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 | |||
| 4 | date: 2023-05-24T12:00:00+02:00 | 4 | date: 2023-05-24T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | I have been experimenting with Plan9/9front for a week now. Noice! This is how | 10 | 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 | |||
| 4 | date: 2023-05-25T22:00:00+02:00 | 4 | date: 2023-05-25T22:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [dcss] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | An amazing game deserves an amazing guide. All this material can be find in some | 10 | 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 | |||
| 4 | date: 2023-05-27T19:35:11+02:00 | 4 | date: 2023-05-27T19:35:11+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [dcss] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | Dungeon Crawl Stone Soup has a a very small font by default. On a 4k display, it | 10 | 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 | |||
| 4 | date: 2023-05-27T17:41:33+02:00 | 4 | date: 2023-05-27T17:41:33+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | I have started exploring Plan9's graphics capabilities. This is a hello world | 10 | 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 | |||
| 4 | date: 2023-09-25T09:04:28+02:00 | 4 | date: 2023-09-25T09:04:28+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | First install two dependencies: | 10 | 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 | |||
| 4 | date: 2023-11-07T01:04:28+02:00 | 4 | date: 2023-11-07T01:04:28+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [vim] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | I have found many "sane" default configs on the net and this is my favorite | 10 | 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 | |||
| 4 | date: 2024-02-21T06:35:11+02:00 | 4 | date: 2024-02-21T06:35:11+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [dcss] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | I mostly play Dungeon Crawl Stone Soup online on Ohio, USA: cbro.berotato.org server and | 10 | 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 | |||
| 4 | date: 2024-06-17T16:12:13+02:00 | 4 | date: 2024-06-17T16:12:13+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [c] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | This is using the portable GNU assembler and TinyCC compiler but GCC or Clang | 10 | 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 | |||
| 4 | date: 2024-06-17T16:13:13+02:00 | 4 | date: 2024-06-17T16:13:13+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [c] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | For simple and easy IPC to the C program we can use signals. | 10 | 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 @@ | |||
| 59 | font-size: xx-large; | 59 | font-size: xx-large; |
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | mark { padding: 0 0.3em; background-color: chartreuse; } | ||
| 62 | cap { text-transform: capitalize; } | 63 | cap { text-transform: capitalize; } |
| 63 | ul li { padding: 0.1em 0; } | 64 | ul li { padding: 0.1em 0; } |
| 64 | 65 | ||
| @@ -171,7 +172,7 @@ | |||
| 171 | <a href="/">Home</a> | 172 | <a href="/">Home</a> |
| 172 | <a href="https://github.com/mitjafelicijan" target="_blank">Code</a> | 173 | <a href="https://github.com/mitjafelicijan" target="_blank">Code</a> |
| 173 | <a href="/assets/mitjafelicijan.pgp.pub.txt">PGP</a> | 174 | <a href="/assets/mitjafelicijan.pgp.pub.txt">PGP</a> |
| 174 | <a href="/assets/urls.txt">Newsboat</a> | 175 | <a href="/assets/urls.txt">Blogroll</a> |
| 175 | <a href="/curriculum-vitae.html">CV</a> | 176 | <a href="/curriculum-vitae.html">CV</a> |
| 176 | <a href="/feed.xml">RSS</a> | 177 | <a href="/feed.xml">RSS</a> |
| 177 | </nav> | 178 | </nav> |
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 @@ | |||
| 29 | <meta itemprop="name" content="Notes?! Maybe useful"> | 29 | <meta itemprop="name" content="Notes?! Maybe useful"> |
| 30 | {{ range .Pages }} | 30 | {{ range .Pages }} |
| 31 | {{ if and (eq .Type "note") (not .Draft) }} | 31 | {{ if and (eq .Type "note") (not .Draft) }} |
| 32 | <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> | 32 | <li> |
| 33 | {{ range .Meta.tags }} | ||
| 34 | <mark>{{ . }}</mark> | ||
| 35 | {{ end }} | ||
| 36 | <a href="{{ .RelPermalink }}">{{ .Title }}</a> | ||
| 37 | </li> | ||
| 33 | {{ end }} | 38 | {{ end }} |
| 34 | {{ end }} | 39 | {{ end }} |
| 35 | </ul> | 40 | </ul> |
