summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorJJ2024-06-16 05:13:29 +0000
committerJJ2024-06-16 05:13:29 +0000
commite2d8a3634092bb3e7df2cea2fcf52e449bd6ea9f (patch)
tree9e9c84d3a898b65d5e50edffcc6b0c1b55875bf1 /_layouts
parent731f2368940d2444fc17b8f7e710e7c810aa31b0 (diff)
meow
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/computation.html1
-rw-r--r--_layouts/ctf.html1
-rw-r--r--_layouts/plt.html1
-rw-r--r--_layouts/tech.html28
-rw-r--r--_layouts/web.html1
5 files changed, 32 insertions, 0 deletions
diff --git a/_layouts/computation.html b/_layouts/computation.html
index 61903e8..3c7be10 100644
--- a/_layouts/computation.html
+++ b/_layouts/computation.html
@@ -14,6 +14,7 @@ layout: default
<nav>
<a href="/ctf">ctf</a>
<a href="/plt">plt</a>
+ <a href="/tech">tech</a>
<a href="/web">web</a>
</nav>
</div>
diff --git a/_layouts/ctf.html b/_layouts/ctf.html
index 0e6d196..8411e77 100644
--- a/_layouts/ctf.html
+++ b/_layouts/ctf.html
@@ -14,6 +14,7 @@ layout: default
<nav>
<b><a href="/ctf">ctf</a></b>
<a href="/plt">plt</a>
+ <a href="/tech">tech</a>
<a href="/web">web</a>
</nav>
</div>
diff --git a/_layouts/plt.html b/_layouts/plt.html
index 1ade4d9..eb5f8d8 100644
--- a/_layouts/plt.html
+++ b/_layouts/plt.html
@@ -14,6 +14,7 @@ layout: default
<nav>
<a href="/ctf">ctf</a>
<b><a href="/plt">plt</a></b>
+ <a href="/tech">tech</a>
<a href="/web">web</a>
</nav>
</div>
diff --git a/_layouts/tech.html b/_layouts/tech.html
new file mode 100644
index 0000000..06745b8
--- /dev/null
+++ b/_layouts/tech.html
@@ -0,0 +1,28 @@
+---
+layout: default
+---
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <a href="/mathematics">mathematics</a>
+ <a href="/linguistics">linguistics</a>
+ <b><a href="/computation">computation</a></b>
+ </nav>
+ <nav>
+ <a href="/ctf">ctf</a>
+ <a href="/plt">plt</a>
+ <b><a href="/tech">tech</a></b>
+ <a href="/web">web</a>
+ </nav>
+ <nav>
+ <a href="/tech/android">android</a>
+ <a href="/tech/transit">transit</a>
+ </nav>
+</div>
+</header>
+<main>
+{{ content }}
+</main>
diff --git a/_layouts/web.html b/_layouts/web.html
index 6a81abc..f0185af 100644
--- a/_layouts/web.html
+++ b/_layouts/web.html
@@ -14,6 +14,7 @@ layout: default
<nav>
<a href="/ctf">ctf</a>
<a href="/plt">plt</a>
+ <a href="/tech">tech</a>
<b><a href="/web">web</a></b>
</nav>
</div>