summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorMarlow D. Alfonso Díaz <wiikifox@unix.dog>2025-09-28 22:59:43 +0000
committerMarlow D. Alfonso Díaz <wiikifox@unix.dog>2025-09-28 22:59:43 +0000
commit9383bcc3211366af005292109ff3afab3c514afb (patch)
tree924e8b0d3de2377bbb86fbec1c9fbfd00cfe26c3 /content
parent2329a07047c50f9618764dacee23a3ae71dbb8c3 (diff)
parenta80d2c271abb668b090bd067d774bac74044317b (diff)
downloadwiikifox-den-9383bcc3211366af005292109ff3afab3c514afb.tar.gz
wiikifox-den-9383bcc3211366af005292109ff3afab3c514afb.tar.bz2
wiikifox-den-9383bcc3211366af005292109ff3afab3c514afb.zip
Merge branch 'main' into build
Diffstat (limited to 'content')
-rw-r--r--content/assets/styles.css15
-rw-r--r--content/doom.org15
2 files changed, 29 insertions, 1 deletions
diff --git a/content/assets/styles.css b/content/assets/styles.css
index 62e5edf..53e66c7 100644
--- a/content/assets/styles.css
+++ b/content/assets/styles.css
@@ -35,6 +35,7 @@ h1 {
}
h1::before {
content: "* ";
+ color: #d79921;
}
h2 {
@@ -42,6 +43,7 @@ h2 {
}
h2::before {
content: "** ";
+ color: #d79921;
}
h3 {
@@ -50,6 +52,7 @@ h3 {
h3::before {
content: "*** ";
+ color: #d79921;
}
li {
@@ -66,6 +69,10 @@ a {
text-decoration: none;
}
+a:hover {
+ color: #fe8019;
+}
+
p::before {
content: "¶ ";
font-weight: bold;
@@ -104,3 +111,11 @@ hr {
height: 98px;
max-width: 100%;
}
+
+.tag {
+ color: #689d6a;
+}
+
+.tag span::before {
+ content: "#"
+}
diff --git a/content/doom.org b/content/doom.org
index a81fdfa..fd0b19a 100644
--- a/content/doom.org
+++ b/content/doom.org
@@ -3,11 +3,24 @@
#+LANGUAGE: en
* i'm now into ·doom mapping!
+:PROPERTIES:
+:CUSTOM_ID: introduction
+:END:
+
turns out, i discovered that mapping for ·doom is really damn fun, so i started
making maps! this page will serve as an index for my ·doom mapping projects.
* finished projects
-** <2025-09-28 Sun> Temple to Our Father
+:PROPERTIES:
+:CUSTOM_ID: finished-projects
+:END:
+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:
+:PROPERTIES:
+:CUSTOM_ID: 2025-09-28
+:END:
this is my first ·doom map, made for ·doom ii in the span of two or three
weeks. it's themed around a temple to satan, taken over by demons and military
zombie scientists.