fonts and pages
Gio e@mail
Sun, 22 Dec 2024 15:01:38 -0500
8 files changed,
77 insertions(+),
2 deletions(-)
M
content/wiki/_index.md
→
content/wiki/_index.md
@@ -11,6 +11,9 @@
## Races * [Orichalcum Giants](giants) +## Ecology +* [Underdark](underdark-ecology) + # GURPS My curation of game mechanics
A
content/wiki/underdark-ecology.md
@@ -0,0 +1,31 @@
++++ +title = "Underdark Ecology" +date = 2024-12-18 ++++ + + +# Biomes +Primary Production +- (p) Chemosynthesis of Petrochemicals +- (i) Chemosynthesis of Metals +- (d) Decomposers +- (r) Photosynthesis of Radioactive Elements +- (m) Photosynthesis of Magically Produced Light + +## The Vast Emptiness (d) + +## Tar Ecosystems (p) + +## Gas Ecosystems (p) + +### Geothermal Underocean + +## Atlas Reefs (r) + +## Glow Aquifers (m) + +## Banded Redlands (i) + +## Sun Cavern (m) + +## \"Whale Fall\" Microecosystems (d)
M
static/style.css
→
static/style.css
@@ -1,5 +1,44 @@
+@font-face { + font-family: "Hurmit"; + format("opentype"); + src: url("fonts/HurmitNerdFontMono-Regular.otf"); +} +@font-face { + font-family: "Hurmit"; + format("opentype"); + src: url("fonts/HurmitNerdFontMono-Bold.otf"); + font-weight: bold; +} +@font-face { + font-family: "Hurmit"; + format("opentype"); + src: url("fonts/HurmitNerdFontMono-Italic.otf"); + font-style: italic; +} +@font-face { + font-family: "Hurmit"; + format("opentype"); + src: url("fonts/HurmitNerdFontMono-Italic.otf"); + font-style: oblique; +} +@font-face { + font-family: "Hurmit"; + format("opentype"); + src: url("fonts/HurmitNerdFontMono-BoldItalic.otf"); + font-weight: bold; + font-style: oblique; +} +@font-face { + font-family: "Hurmit"; + format("opentype"); + src: url("fonts/HurmitNerdFontMono-BoldItalic.otf"); + font-weight: bold; + font-style: italic; +} + + body { - font-family: monospace ; + font-family: Hurmit,monospace ; font-size: 13pt; background: #000007 ; color: #DDDDCE ;@@ -79,6 +118,8 @@ }
ul li::marker { content: '🜁 '; + margin: 0; + padding: 0; } th, td, table {
M
templates/index.html
→
templates/index.html
@@ -3,7 +3,7 @@
{% block outline %} . <br> ├── <a href="https://search.apocryphonofgio.net">Whoogle 🔗</a> <br> - ├── <a href="https://apocryphonofgio.net/wiki">Wiki 🔗</a> <br> + ├── <a href="/wiki">Wiki 🔗</a> <br> └── <a href="https://git.apocryphonofgio.net/">Git 🔗</a> <br> {% endblock outline %}