From b65a06d69bba0059a585b6e85d41cc0989863e07 Mon Sep 17 00:00:00 2001 From: JJ Date: Sun, 29 Sep 2024 22:20:47 -0700 Subject: remove wiki templates & update wiki link --- _templates/algebra.html | 33 --------------------------------- _templates/analysis.html | 33 --------------------------------- _templates/computation.html | 34 ---------------------------------- _templates/ctf.html | 34 ---------------------------------- _templates/foundations.html | 33 --------------------------------- _templates/header.html | 2 +- _templates/linguistics.html | 33 --------------------------------- _templates/mathematics.html | 33 --------------------------------- _templates/plt.html | 34 ---------------------------------- _templates/tech.html | 34 ---------------------------------- _templates/web.html | 34 ---------------------------------- _templates/wiki.html | 14 -------------- stack.yaml | 1 + 13 files changed, 2 insertions(+), 350 deletions(-) delete mode 100644 _templates/algebra.html delete mode 100644 _templates/analysis.html delete mode 100644 _templates/computation.html delete mode 100644 _templates/ctf.html delete mode 100644 _templates/foundations.html delete mode 100644 _templates/linguistics.html delete mode 100644 _templates/mathematics.html delete mode 100644 _templates/plt.html delete mode 100644 _templates/tech.html delete mode 100644 _templates/web.html delete mode 100644 _templates/wiki.html diff --git a/_templates/algebra.html b/_templates/algebra.html deleted file mode 100644 index fc368d6..0000000 --- a/_templates/algebra.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - $title$ - - -
-

- apropos -

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

- apropos -

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

- apropos -

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

- apropos -

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

- apropos -

-
- - -
-
-
-$body$ -
- - diff --git a/_templates/header.html b/_templates/header.html index d6547e7..786d5d4 100644 --- a/_templates/header.html +++ b/_templates/header.html @@ -7,6 +7,6 @@ blog notes writeups - wiki + wiki diff --git a/_templates/linguistics.html b/_templates/linguistics.html deleted file mode 100644 index d333032..0000000 --- a/_templates/linguistics.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - $title$ - - -
-

- apropos -

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

- apropos -

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

- apropos -

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

- apropos -

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

- apropos -

-
- - -
-
-
-$body$ -
- - diff --git a/_templates/wiki.html b/_templates/wiki.html deleted file mode 100644 index 80fd5df..0000000 --- a/_templates/wiki.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - $title$ - - -$body$ - - diff --git a/stack.yaml b/stack.yaml index 36d8e5b..8897f63 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,5 @@ resolver: lts-22.30 system-ghc: true +notify-if-nix-on-path: false packages: - . -- cgit v1.2.3-70-g09d2