From fecc33a19afc3721485e9f7017f672698c16b237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlow=20D=2E=20Alfonso=20D=C3=ADaz?= Date: Fri, 17 Oct 2025 02:22:06 -0400 Subject: fix: corrected the font path in `styles.css` --- content/assets/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/assets/styles.css b/content/assets/styles.css index 53e66c7..02ab867 100644 --- a/content/assets/styles.css +++ b/content/assets/styles.css @@ -1,6 +1,6 @@ @font-face { font-family: Fairfax; - src: url('./assets/fonts/Fairfax.ttf'); + src: url('./fonts/Fairfax.ttf'); } * { -- cgit v1.2.3 From fa4471967f795b5cd462995524b9a5fc7c91030a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlow=20D=2E=20Alfonso=20D=C3=ADaz?= Date: Fri, 17 Oct 2025 02:27:42 -0400 Subject: feat: added another doom map --- content/assets/doom/biofac.pk3 | Bin 0 -> 3377791 bytes content/doom.org | 10 +++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 content/assets/doom/biofac.pk3 diff --git a/content/assets/doom/biofac.pk3 b/content/assets/doom/biofac.pk3 new file mode 100644 index 0000000..0d4b8c0 Binary files /dev/null and b/content/assets/doom/biofac.pk3 differ diff --git a/content/doom.org b/content/doom.org index fd0b19a..6031ad9 100644 --- a/content/doom.org +++ b/content/doom.org @@ -17,7 +17,7 @@ making maps! this page will serve as an index for my ·doom mapping projects. these are complete ·wad's and ·pk3's that i've finished, and are considered a final release. -** <2025-09-28 Sun> Temple to Our Father :map:doom2:zdoom:udmf: +** <2025-09-28 Sun> temple to our father :map:doom2:gzdoom:udmf: :PROPERTIES: :CUSTOM_ID: 2025-09-28 :END: @@ -26,3 +26,11 @@ weeks. it's themed around a temple to satan, taken over by demons and military zombie scientists. - [[file:./assets/doom/temple.zip][download]] +** <2025-10-17 Fri> bioweapon research facility :map:doom2:gzdoom:udmf: +:PROPERTIES: +:CUSTOM_ID: 2025-10-17 +:END: +on this map i experimented more with udmf features for fancy environmental +effects. it's located in a waste facility where secret experiments have been +taking place. +- [[file:./assets/doom/biofac.pk3][download]] -- cgit v1.2.3