From abbe9f4cdb9f08549c96b3188605db683c17fd27 Mon Sep 17 00:00:00 2001 From: JJ Date: Thu, 25 Jul 2024 23:01:06 -0700 Subject: add wiki templates --- _templates/algebra.html | 32 ++++++++++++++++++++++++++++++++ _templates/analysis.html | 32 ++++++++++++++++++++++++++++++++ _templates/computation.html | 33 +++++++++++++++++++++++++++++++++ _templates/ctf.html | 33 +++++++++++++++++++++++++++++++++ _templates/foundations.html | 32 ++++++++++++++++++++++++++++++++ _templates/linguistics.html | 32 ++++++++++++++++++++++++++++++++ _templates/mathematics.html | 32 ++++++++++++++++++++++++++++++++ _templates/plt.html | 33 +++++++++++++++++++++++++++++++++ _templates/tech.html | 33 +++++++++++++++++++++++++++++++++ _templates/web.html | 33 +++++++++++++++++++++++++++++++++ _templates/wiki.html | 13 +++++++++++++ 11 files changed, 338 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 create mode 100644 _templates/wiki.html diff --git a/_templates/algebra.html b/_templates/algebra.html new file mode 100644 index 0000000..97dd50c --- /dev/null +++ b/_templates/algebra.html @@ -0,0 +1,32 @@ + + + + + + + + $title$ + + +
+

+ apropos +

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

+ apropos +

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

+ apropos +

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

+ apropos +

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

+ apropos +

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

+ apropos +

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

+ apropos +

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

+ apropos +

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

+ apropos +

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

+ apropos +

+
+ + +
+
+
+$body$ +
+ + diff --git a/_templates/wiki.html b/_templates/wiki.html new file mode 100644 index 0000000..2e3ede2 --- /dev/null +++ b/_templates/wiki.html @@ -0,0 +1,13 @@ + + + + + + + + $title$ + + +$body$ + + -- cgit v1.2.3-70-g09d2