summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_templates/algebra.html33
-rw-r--r--_templates/analysis.html33
-rw-r--r--_templates/computation.html34
-rw-r--r--_templates/ctf.html34
-rw-r--r--_templates/foundations.html33
-rw-r--r--_templates/linguistics.html33
-rw-r--r--_templates/mathematics.html33
-rw-r--r--_templates/plt.html34
-rw-r--r--_templates/tech.html34
-rw-r--r--_templates/web.html34
10 files changed, 335 insertions, 0 deletions
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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="https://toki.la/css/style.css"/>
+ <link rel="stylesheet" href="https://toki.la/css/wiki.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <b><a href="/math">mathematics</a></b>
+ <a href="/cpsc">linguistics</a>
+ <a href="/cpsc">computation</a>
+ </nav>
+ <nav>
+ <a href="/math/foundations">foundations</a>
+ <b><a href="/math/algebra">algebra</a></b>
+ <a href="/math/analysis">analysis</a>
+ </nav>
+</div>
+</header>
+<main>
+$body$
+</main>
+</body>
+</html>
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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="https://toki.la/css/style.css"/>
+ <link rel="stylesheet" href="https://toki.la/css/wiki.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <b><a href="/math">mathematics</a></b>
+ <a href="/ling">linguistics</a>
+ <a href="/cpsc">computation</a>
+ </nav>
+ <nav>
+ <a href="/math/foundations">foundations</a>
+ <a href="/math/algebra">algebra</a>
+ <b><a href="/math/analysis">analysis</a></b>
+ </nav>
+</div>
+</header>
+<main>
+$body$
+</main>
+</body>
+</html>
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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="https://toki.la/css/style.css"/>
+ <link rel="stylesheet" href="https://toki.la/css/wiki.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <a href="/math">mathematics</a>
+ <a href="/ling">linguistics</a>
+ <b><a href="/cpsc">computation</a></b>
+ </nav>
+ <nav>
+ <a href="/ctf">ctf</a>
+ <a href="/plt">plt</a>
+ <a href="/tech">tech</a>
+ <a href="/web">web</a>
+ </nav>
+</div>
+</header>
+<main>
+$body$
+</main>
+</body>
+</html>
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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="https://toki.la/css/style.css"/>
+ <link rel="stylesheet" href="https://toki.la/css/wiki.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <a href="/math">mathematics</a>
+ <a href="/ling">linguistics</a>
+ <b><a href="/cpsc">computation</a></b>
+ </nav>
+ <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>
+</header>
+<main>
+$body$
+</main>
+</body>
+</html>
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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="https://toki.la/css/style.css"/>
+ <link rel="stylesheet" href="https://toki.la/css/wiki.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <b><a href="/math">mathematics</a></b>
+ <a href="/ling">linguistics</a>
+ <a href="/cpsc">computation</a>
+ </nav>
+ <nav>
+ <b><a href="/math/foundations">foundations</a></b>
+ <a href="/math/algebra">algebra</a>
+ <a href="/math/analysis">analysis</a>
+ </nav>
+</div>
+</header>
+<main>
+$body$
+</main>
+</body>
+</html>
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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="https://toki.la/css/style.css"/>
+ <link rel="stylesheet" href="https://toki.la/css/wiki.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <a href="/math">mathematics</a>
+ <b><a href="/ling">linguistics</a></b>
+ <a href="/cpsc">computation</a>
+ </nav>
+ <nav>
+ <a href="/ling/syntax">syntax</a>
+ <a href="/ling/semantics">semantics</a>
+ <a href="/ling/pragmatics">pragmatics</a>
+ </nav>
+</div>
+</header>
+<main>
+$body$
+</main>
+</body>
+</html>
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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="https://toki.la/css/style.css"/>
+ <link rel="stylesheet" href="https://toki.la/css/wiki.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <b><a href="/math">mathematics</a></b>
+ <a href="/ling">linguistics</a>
+ <a href="/cpsc">computation</a>
+ </nav>
+ <nav>
+ <a href="/math/foundations">foundations</a>
+ <a href="/math/algebra">algebra</a>
+ <a href="/math/analysis">analysis</a>
+ </nav>
+</div>
+</header>
+<main>
+$body$
+</main>
+</body>
+</html>
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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="https://toki.la/css/style.css"/>
+ <link rel="stylesheet" href="https://toki.la/css/wiki.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <a href="/math">mathematics</a>
+ <a href="/ling">linguistics</a>
+ <b><a href="/cpsc">computation</a></b>
+ </nav>
+ <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>
+</header>
+<main>
+$body$
+</main>
+</body>
+</html>
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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="https://toki.la/css/style.css"/>
+ <link rel="stylesheet" href="https://toki.la/css/wiki.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <a href="/math">mathematics</a>
+ <a href="/ling">linguistics</a>
+ <b><a href="/cpsc">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>
+</div>
+</header>
+<main>
+$body$
+</main>
+</body>
+</html>
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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width"/>
+ <link rel="icon" type="image/jpg" href="/assets/light.png"/>
+ <link rel="stylesheet" href="https://toki.la/css/style.css"/>
+ <link rel="stylesheet" href="https://toki.la/css/wiki.css"/>
+ <title> $title$ </title>
+</head>
+<body>
+<header>
+<h1>
+ <a href="https://toki.la">apropos</a>
+</h1>
+<div>
+ <nav>
+ <a href="/math">mathematics</a>
+ <a href="/ling">linguistics</a>
+ <b><a href="/cpsc">computation</a></b>
+ </nav>
+ <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>
+</header>
+<main>
+$body$
+</main>
+</body>
+</html>