diff options
-rw-r--r-- | 404.html | 2 | ||||
-rw-r--r-- | _layouts/algebra.html | 2 | ||||
-rw-r--r-- | _layouts/analysis.html | 2 | ||||
-rw-r--r-- | _layouts/computation.html | 2 | ||||
-rw-r--r-- | _layouts/ctf.html | 2 | ||||
-rw-r--r-- | _layouts/default.html | 12 | ||||
-rw-r--r-- | _layouts/foundations.html | 2 | ||||
-rw-r--r-- | _layouts/linguistics.html | 2 | ||||
-rw-r--r-- | _layouts/mathematics.html | 2 | ||||
-rw-r--r-- | _layouts/plt.html | 2 | ||||
-rw-r--r-- | _layouts/web.html | 2 | ||||
-rw-r--r-- | index.html | 12 | ||||
-rw-r--r-- | web/css.md | 2 | ||||
-rw-r--r-- | web/html.md | 2 |
14 files changed, 24 insertions, 24 deletions
@@ -4,7 +4,7 @@ title: 404 --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/algebra.html b/_layouts/algebra.html index 171d8b6..3fed6ee 100644 --- a/_layouts/algebra.html +++ b/_layouts/algebra.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/analysis.html b/_layouts/analysis.html index c049ee7..87346d4 100644 --- a/_layouts/analysis.html +++ b/_layouts/analysis.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/computation.html b/_layouts/computation.html index 094ef31..61903e8 100644 --- a/_layouts/computation.html +++ b/_layouts/computation.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/ctf.html b/_layouts/ctf.html index 1688d3e..0e6d196 100644 --- a/_layouts/ctf.html +++ b/_layouts/ctf.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/default.html b/_layouts/default.html index 9b0b57c..02b4c6b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,12 +4,12 @@ <title>{{ page.title }}</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width"/> - <link rel="icon" type="image/jpg" href="https://apropos.codes/assets/light.png"/> - <link rel="stylesheet" href="https://apropos.codes/css/style.css"/> - <link rel="stylesheet" href="https://apropos.codes/writeups/css/style.css"/> - <link rel="stylesheet" href="https://apropos.codes/css/katex.css" crossorigin="anonymous"> - <script defer src="https://apropos.codes/js/katex.js" crossorigin="anonymous"></script> - <script defer src="https://apropos.codes/js/auto-render.js" crossorigin="anonymous" + <link rel="icon" type="image/jpg" href="https://toki.la/assets/light.png"/> + <link rel="stylesheet" href="https://toki.la/css/style.css"/> + <link rel="stylesheet" href="https://toki.la/writeups/css/style.css"/> + <link rel="stylesheet" href="https://toki.la/css/katex.css" crossorigin="anonymous"> + <script defer src="https://toki.la/js/katex.js" crossorigin="anonymous"></script> + <script defer src="https://toki.la/js/auto-render.js" crossorigin="anonymous" onload='renderMathInElement(document.body, {delimiters: [ {left: "$$", right: "$$", display: true}, {left: "\\(", right: "\\)", display: false}, diff --git a/_layouts/foundations.html b/_layouts/foundations.html index a1ae590..6aa6de0 100644 --- a/_layouts/foundations.html +++ b/_layouts/foundations.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/linguistics.html b/_layouts/linguistics.html index 15b2ffc..0ea51d8 100644 --- a/_layouts/linguistics.html +++ b/_layouts/linguistics.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/mathematics.html b/_layouts/mathematics.html index 50c8bc1..fd57275 100644 --- a/_layouts/mathematics.html +++ b/_layouts/mathematics.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/plt.html b/_layouts/plt.html index 2a8ae15..1ade4d9 100644 --- a/_layouts/plt.html +++ b/_layouts/plt.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/web.html b/_layouts/web.html index 8799d8a..6a81abc 100644 --- a/_layouts/web.html +++ b/_layouts/web.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> @@ -4,11 +4,11 @@ <title>scattered thoughts</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="icon" type="image/jpg" href="https://apropos.codes/assets/light.png" /> - <link rel="stylesheet" href="https://apropos.codes/css/style.css"> + <link rel="icon" type="image/jpg" href="https://toki.la/assets/light.png" /> + <link rel="stylesheet" href="https://toki.la/css/style.css"> <style> - main { - background: white; + main { + background: white; width: fit-content; padding: 10px; text-align: center; @@ -25,8 +25,8 @@ margin: 20em auto; } } - - body { + + body { background-image: url("Hildegard_von_Bingen.jpg"); background-repeat: no-repeat; background-size: cover; @@ -5,7 +5,7 @@ title: A Brief Reference for Modern CSS # A Brief Reference for Modern CSS -I like CSS. I really, really like CSS. I greatly enjoy just... fucking about with it, producing [pretty websites](https://apropos.codes) and [ugly websites](https://cursedc.tf/2023) and [weird-ass websites](https://cursedc.tf). +I like CSS. I really, really like CSS. I greatly enjoy just... fucking about with it, producing [pretty websites](https://toki.la) and [ugly websites](https://cursedc.tf/2023) and [weird-ass websites](https://cursedc.tf). But I don't like *everything* about CSS, and one of those things I don't like is how much I have to rely on references. Property names are remarkably unintuitive. And CSS is complicated! There's a lot to keep in your head, and it's ever changing - ever improving, I would say, but ever changing nonetheless. So I figured writing my *own* reference might help. diff --git a/web/html.md b/web/html.md index 43757b5..f385919 100644 --- a/web/html.md +++ b/web/html.md @@ -5,7 +5,7 @@ title: A Quick Guide to Modern HTML # A Quick Guide to Modern HTML -This guide is a work in progress! +> This guide is a work in progress! Modern HTML is a remarkably simple and coherent standard. |