diff options
-rw-r--r-- | _templates/algebra.html | 32 | ||||
-rw-r--r-- | _templates/analysis.html | 32 | ||||
-rw-r--r-- | _templates/computation.html | 33 | ||||
-rw-r--r-- | _templates/ctf.html | 33 | ||||
-rw-r--r-- | _templates/foundations.html | 32 | ||||
-rw-r--r-- | _templates/linguistics.html | 32 | ||||
-rw-r--r-- | _templates/mathematics.html | 32 | ||||
-rw-r--r-- | _templates/plt.html | 33 | ||||
-rw-r--r-- | _templates/tech.html | 33 | ||||
-rw-r--r-- | _templates/web.html | 33 | ||||
-rw-r--r-- | _templates/wiki.html | 13 |
11 files changed, 338 insertions, 0 deletions
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 @@ +<!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="/css/style.css"/> + <title> $title$ </title> +</head> +<body> +<header> +<h1> + <a href="https://toki.la">apropos</a> +</h1> +<div> + <nav> + <b><a href="/wiki/mathematics">mathematics</a></b> + <a href="/wiki/linguistics">linguistics</a> + <a href="/wiki/computation">computation</a> + </nav> + <nav> + <a href="/wiki/mathematics/foundations">foundations</a> + <b><a href="/wiki/mathematics/algebra">algebra</a></b> + <a href="/wiki/mathematics/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..42cb1e6 --- /dev/null +++ b/_templates/analysis.html @@ -0,0 +1,32 @@ +<!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="/css/style.css"/> + <title> $title$ </title> +</head> +<body> +<header> +<h1> + <a href="https://toki.la">apropos</a> +</h1> +<div> + <nav> + <b><a href="/wiki/mathematics">mathematics</a></b> + <a href="/wiki/linguistics">linguistics</a> + <a href="/wiki/computation">computation</a> + </nav> + <nav> + <a href="/wiki/mathematics/foundations">foundations</a> + <a href="/wiki/mathematics/algebra">algebra</a> + <b><a href="/wiki/mathematics/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..9ef3273 --- /dev/null +++ b/_templates/computation.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="/css/style.css"/> + <title> $title$ </title> +</head> +<body> +<header> +<h1> + <a href="https://toki.la">apropos</a> +</h1> +<div> + <nav> + <a href="/wiki/mathematics">mathematics</a> + <a href="/wiki/linguistics">linguistics</a> + <b><a href="/wiki/computation">computation</a></b> + </nav> + <nav> + <a href="/wiki/ctf">ctf</a> + <a href="/wiki/plt">plt</a> + <a href="/wiki/tech">tech</a> + <a href="/wiki/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..9d3e4f1 --- /dev/null +++ b/_templates/ctf.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <link rel="icon" type="image/jpg" href="/assets/light.png"/> + <link rel="stylesheet" href="/css/style.css"/> + <title> $title$ </title> +</head> +<body> +<header> +<h1> + <a href="https://toki.la">apropos</a> +</h1> +<div> + <nav> + <a href="/wiki/mathematics">mathematics</a> + <a href="/wiki/linguistics">linguistics</a> + <b><a href="/wiki/computation">computation</a></b> + </nav> + <nav> + <b><a href="/wiki/ctf">ctf</a></b> + <a href="/wiki/plt">plt</a> + <a href="/wiki/tech">tech</a> + <a href="/wiki/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..17405ca --- /dev/null +++ b/_templates/foundations.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <link rel="icon" type="image/jpg" href="/assets/light.png"/> + <link rel="stylesheet" href="/css/style.css"/> + <title> $title$ </title> +</head> +<body> +<header> +<h1> + <a href="https://toki.la">apropos</a> +</h1> +<div> + <nav> + <b><a href="/wiki/mathematics">mathematics</a></b> + <a href="/wiki/linguistics">linguistics</a> + <a href="/wiki/computation">computation</a> + </nav> + <nav> + <b><a href="/wiki/mathematics/foundations">foundations</a></b> + <a href="/wiki/mathematics/algebra">algebra</a> + <a href="/wiki/mathematics/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..7e5c4d3 --- /dev/null +++ b/_templates/linguistics.html @@ -0,0 +1,32 @@ +<!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="/css/style.css"/> + <title> $title$ </title> +</head> +<body> +<header> +<h1> + <a href="https://toki.la">apropos</a> +</h1> +<div> + <nav> + <a href="/wiki/mathematics">mathematics</a> + <b><a href="/wiki/linguistics">linguistics</a></b> + <a href="/wiki/computation">computation</a> + </nav> + <nav> + <a href="/wiki/linguistics/syntax">syntax</a> + <a href="/wiki/linguistics/semantics">semantics</a> + <a href="/wiki/linguistics/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..c781906 --- /dev/null +++ b/_templates/mathematics.html @@ -0,0 +1,32 @@ +<!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="/css/style.css"/> + <title> $title$ </title> +</head> +<body> +<header> +<h1> + <a href="https://toki.la">apropos</a> +</h1> +<div> + <nav> + <b><a href="/wiki/mathematics">mathematics</a></b> + <a href="/wiki/linguistics">linguistics</a> + <a href="/wiki/computation">computation</a> + </nav> + <nav> + <a href="/wiki/mathematics/foundations">foundations</a> + <a href="/wiki/mathematics/algebra">algebra</a> + <a href="/wiki/mathematics/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..a5ebbb1 --- /dev/null +++ b/_templates/plt.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="/css/style.css"/> + <title> $title$ </title> +</head> +<body> +<header> +<h1> + <a href="https://toki.la">apropos</a> +</h1> +<div> + <nav> + <a href="/wiki/mathematics">mathematics</a> + <a href="/wiki/linguistics">linguistics</a> + <b><a href="/wiki/computation">computation</a></b> + </nav> + <nav> + <a href="/wiki/ctf">ctf</a> + <b><a href="/wiki/plt">plt</a></b> + <a href="/wiki/tech">tech</a> + <a href="/wiki/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..4a84aa3 --- /dev/null +++ b/_templates/tech.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="/css/style.css"/> + <title> $title$ </title> +</head> +<body> +<header> +<h1> + <a href="https://toki.la">apropos</a> +</h1> +<div> + <nav> + <a href="/wiki/mathematics">mathematics</a> + <a href="/wiki/linguistics">linguistics</a> + <b><a href="/wiki/computation">computation</a></b> + </nav> + <nav> + <a href="/wiki/ctf">ctf</a> + <a href="/wiki/plt">plt</a> + <b><a href="/wiki/tech">tech</a></b> + <a href="/wiki/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..2446981 --- /dev/null +++ b/_templates/web.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="/css/style.css"/> + <title> $title$ </title> +</head> +<body> +<header> +<h1> + <a href="https://toki.la">apropos</a> +</h1> +<div> + <nav> + <a href="/wiki/mathematics">mathematics</a> + <a href="/wiki/linguistics">linguistics</a> + <b><a href="/wiki/computation">computation</a></b> + </nav> + <nav> + <a href="/wiki/ctf">ctf</a> + <a href="/wiki/plt">plt</a> + <a href="/wiki/tech">tech</a> + <b><a href="/wiki/web">web</a></b> + </nav> +</div> +</header> +<main> +$body$ +</main> +</body> +</html> 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 @@ +<!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="/css/style.css"/> + <title> $title$ </title> +</head> +<body> +$body$ +</body> +</html> |