summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/projects/mons/index.md20
-rw-r--r--sass/style.scss3
2 files changed, 23 insertions, 0 deletions
diff --git a/content/projects/mons/index.md b/content/projects/mons/index.md
new file mode 100644
index 0000000..2a57777
--- /dev/null
+++ b/content/projects/mons/index.md
@@ -0,0 +1,20 @@
++++
+title = "mons"
+[taxonomies]
+categories = ["misc"]
+languages = ["c"]
+[extra]
+wip = true
+git = ["mons"]
++++
+
+mons is a big repo of c stuff i'm writing "from scratch"
+
+it's an ever-expanding collection of filth, including:
+
+- linear algebra
+- data structures
+- a json de/serializer
+- a qoi image decoder
+- a (non-compliant) gltf parser
+- an opengl-based 3d graphics library
diff --git a/sass/style.scss b/sass/style.scss
index 44eba97..a1e88ba 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -94,6 +94,9 @@ pre table {
&-python {
color: everforest.$yellow;
}
+ &-c {
+ color: everforest.$blue;
+ }
}
.coverimage {