From 6689bda6ad50b1f54ad011c3f43cb77d6d2ec28e Mon Sep 17 00:00:00 2001 From: JJ Date: Sun, 29 Sep 2024 21:06:42 -0700 Subject: meow --- _templates/algebra.html | 33 +++++++++++++++++++++++++++++++++ _templates/analysis.html | 33 +++++++++++++++++++++++++++++++++ _templates/computation.html | 34 ++++++++++++++++++++++++++++++++++ _templates/ctf.html | 34 ++++++++++++++++++++++++++++++++++ _templates/foundations.html | 33 +++++++++++++++++++++++++++++++++ _templates/linguistics.html | 33 +++++++++++++++++++++++++++++++++ _templates/mathematics.html | 33 +++++++++++++++++++++++++++++++++ _templates/plt.html | 34 ++++++++++++++++++++++++++++++++++ _templates/tech.html | 34 ++++++++++++++++++++++++++++++++++ _templates/web.html | 34 ++++++++++++++++++++++++++++++++++ 10 files changed, 335 insertions(+) create mode 100644 _templates/algebra.html create mode 100644 _templates/analysis.html create mode 100644 _templates/computation.html create mode 100644 _templates/ctf.html create mode 100644 _templates/foundations.html create mode 100644 _templates/linguistics.html create mode 100644 _templates/mathematics.html create mode 100644 _templates/plt.html create mode 100644 _templates/tech.html create mode 100644 _templates/web.html diff --git a/_templates/algebra.html b/_templates/algebra.html new file mode 100644 index 0000000..8e6744b --- /dev/null +++ b/_templates/algebra.html @@ -0,0 +1,33 @@ + + + + + + + + + $title$ + + +
+

+ apropos +

+
+ + +
+
+
+$body$ +
+ + diff --git a/_templates/analysis.html b/_templates/analysis.html new file mode 100644 index 0000000..d8eb308 --- /dev/null +++ b/_templates/analysis.html @@ -0,0 +1,33 @@ + + + + + + + + + $title$ + + +
+

+ apropos +

+
+ + +
+
+
+$body$ +
+ + diff --git a/_templates/computation.html b/_templates/computation.html new file mode 100644 index 0000000..f9f9491 --- /dev/null +++ b/_templates/computation.html @@ -0,0 +1,34 @@ + + + + + + + + + $title$ + + +
+

+ apropos +

+
+ + +
+
+
+$body$ +
+ + diff --git a/_templates/ctf.html b/_templates/ctf.html new file mode 100644 index 0000000..7465060 --- /dev/null +++ b/_templates/ctf.html @@ -0,0 +1,34 @@ + + + + + + + + + $title$ + + +
+

+ apropos +

+
+ + +
+
+
+$body$ +
+ + diff --git a/_templates/foundations.html b/_templates/foundations.html new file mode 100644 index 0000000..1eb0e8c --- /dev/null +++ b/_templates/foundations.html @@ -0,0 +1,33 @@ + + + + + + + + + $title$ + + +
+

+ apropos +

+
+ + +
+
+
+$body$ +
+ + diff --git a/_templates/linguistics.html b/_templates/linguistics.html new file mode 100644 index 0000000..9355d50 --- /dev/null +++ b/_templates/linguistics.html @@ -0,0 +1,33 @@ + + + + + + + + + $title$ + + +
+

+ apropos +

+
+ + +
+
+
+$body$ +
+ + diff --git a/_templates/mathematics.html b/_templates/mathematics.html new file mode 100644 index 0000000..541a9a2 --- /dev/null +++ b/_templates/mathematics.html @@ -0,0 +1,33 @@ + + + + + + + + + $title$ + + +
+

+ apropos +

+
+ + +
+
+
+$body$ +
+ + diff --git a/_templates/plt.html b/_templates/plt.html new file mode 100644 index 0000000..6163b74 --- /dev/null +++ b/_templates/plt.html @@ -0,0 +1,34 @@ + + + + + + + + + $title$ + + +
+

+ apropos +

+
+ + +
+
+
+$body$ +
+ + diff --git a/_templates/tech.html b/_templates/tech.html new file mode 100644 index 0000000..3261ec6 --- /dev/null +++ b/_templates/tech.html @@ -0,0 +1,34 @@ + + + + + + + + + $title$ + + +
+

+ apropos +

+
+ + +
+
+
+$body$ +
+ + diff --git a/_templates/web.html b/_templates/web.html new file mode 100644 index 0000000..3950e45 --- /dev/null +++ b/_templates/web.html @@ -0,0 +1,34 @@ + + + + + + + + + $title$ + + +
+

+ apropos +

+
+ + +
+
+
+$body$ +
+ + -- cgit v1.2.3-70-g09d2