From 439c5d3ef5fb8b8ebba28d45088d9b91db7418ac Mon Sep 17 00:00:00 2001
From: JJ
Date: Thu, 4 Jan 2024 18:37:28 -0800
Subject: meow
---
_layouts/computation.html | 18 +--
_layouts/ctf.html | 6 +-
_layouts/plt.html | 41 +++++++
_layouts/web.html | 31 ++++++
computation/compilers.md | 15 ---
computation/continuations.md | 19 ----
computation/effects.md | 27 -----
computation/lambda-calculus.md | 6 -
computation/memory-management.md | 21 ----
computation/modules.md | 28 -----
computation/monads.md | 8 --
computation/networking.md | 12 --
computation/paradigms.md | 14 ---
computation/patterns.md | 6 -
computation/semantics.md | 8 --
computation/syntax.md | 29 -----
computation/types.md | 50 ---------
ctf/crypto.md | 5 +-
ctf/pwn.md | 2 +-
ctf/rev.md | 2 +-
ctf/web.md | 2 +-
plt/compilers.md | 15 +++
plt/continuations.md | 19 ++++
plt/effects.md | 27 +++++
plt/lambda-calculus.md | 6 +
plt/memory-management.md | 21 ++++
plt/modules.md | 25 +++++
plt/monads.md | 8 ++
plt/paradigms.md | 14 +++
plt/patterns.md | 6 +
plt/pragmatics.md | 12 ++
plt/semantics.md | 8 ++
plt/syntax.md | 29 +++++
plt/types.md | 50 +++++++++
web/css.md | 234 +++++++++++++++++++++++++++++++++++++++
web/html.md | 217 ++++++++++++++++++++++++++++++++++++
web/htmx.md | 12 ++
web/index.md | 5 +
web/networking.md | 12 ++
web/tailwind.md | 12 ++
web/wasm.md | 5 +
41 files changed, 822 insertions(+), 265 deletions(-)
create mode 100644 _layouts/plt.html
create mode 100644 _layouts/web.html
delete mode 100644 computation/compilers.md
delete mode 100644 computation/continuations.md
delete mode 100644 computation/effects.md
delete mode 100644 computation/lambda-calculus.md
delete mode 100644 computation/memory-management.md
delete mode 100644 computation/modules.md
delete mode 100644 computation/monads.md
delete mode 100644 computation/networking.md
delete mode 100644 computation/paradigms.md
delete mode 100644 computation/patterns.md
delete mode 100644 computation/semantics.md
delete mode 100644 computation/syntax.md
delete mode 100644 computation/types.md
create mode 100644 plt/compilers.md
create mode 100644 plt/continuations.md
create mode 100644 plt/effects.md
create mode 100644 plt/lambda-calculus.md
create mode 100644 plt/memory-management.md
create mode 100644 plt/modules.md
create mode 100644 plt/monads.md
create mode 100644 plt/paradigms.md
create mode 100644 plt/patterns.md
create mode 100644 plt/pragmatics.md
create mode 100644 plt/semantics.md
create mode 100644 plt/syntax.md
create mode 100644 plt/types.md
create mode 100644 web/css.md
create mode 100644 web/html.md
create mode 100644 web/htmx.md
create mode 100644 web/index.md
create mode 100644 web/networking.md
create mode 100644 web/tailwind.md
create mode 100644 web/wasm.md
diff --git a/_layouts/computation.html b/_layouts/computation.html
index e4b54db..094ef31 100644
--- a/_layouts/computation.html
+++ b/_layouts/computation.html
@@ -10,23 +10,11 @@ layout: default
mathematics
linguistics
computation
- ctf
diff --git a/_layouts/ctf.html b/_layouts/ctf.html
index bd9b2dd..0286880 100644
--- a/_layouts/ctf.html
+++ b/_layouts/ctf.html
@@ -9,8 +9,12 @@ layout: default
+