summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrefetch2021-02-20 10:14:30 +0100
committerPrefetch2021-02-20 10:14:30 +0100
commit53bfc618a0ce4d0211d6ed2eb5e045bdb089adc1 (patch)
tree84986cd47c7de548307c8b026d35ea9050b4a381
parentf04a80d30c6f4bd7a0c17fc5ec26ed7968621edf (diff)
Restructure knowledge base + consistency for blog
-rw-r--r--content/blog/_index.md4
-rw-r--r--content/know/_index.md26
-rw-r--r--content/know/category/_index.md13
-rw-r--r--content/know/category/quantum-mechanics/_index.md10
-rw-r--r--content/know/concept/_index.md10
-rw-r--r--static/know/concept/blochs-theorem/index.html (renamed from static/know/blochs-theorem/index.html)0
6 files changed, 60 insertions, 3 deletions
diff --git a/content/blog/_index.md b/content/blog/_index.md
index ca75248..a021305 100644
--- a/content/blog/_index.md
+++ b/content/blog/_index.md
@@ -2,7 +2,9 @@
title = "Blog"
+++
-Random ramblings.
+## Blog
+
+Just a bunch of random ramblings.
2020:
* [Setting up an email server in 2020 with OpenSMTPD and Dovecot](/blog/2020/email-server/)
diff --git a/content/know/_index.md b/content/know/_index.md
index ff51273..6941f07 100644
--- a/content/know/_index.md
+++ b/content/know/_index.md
@@ -2,5 +2,27 @@
title = "Knowledge base"
+++
-Work in progress...
-* [Bloch's theorem](/know/blochs-theorem/)
+## Knowledge base
+
+Welcome to my knowledge base!
+
+Over the years, I've learned a lot about physics, mathematics, and computing.
+These are vast, difficult subjects, and I've spent many hours of my life
+trying to make sense of obscure, poorly explained concepts.
+To help me remember what I learn, I write notes in LaTeX.
+
+This knowledge base is based on my notes, and
+is freely available to anyone who needs it.
+I hope it helps you in your studies or work.
+Currently there's isn't much here yet,
+but I have over 200 pages of LaTeX waiting to be converted.
+
+Keep in mind that I'm only human,
+so there are probably mistakes in my work.
+I take no responsibility for any injuries incurred as a consequence.
+If you're working on something important,
+you should check things yourself!
+
+The contents of this knowledge base are found here:
+* [List of concepts](/know/concept/)
+* [List of categories](/know/category/)
diff --git a/content/know/category/_index.md b/content/know/category/_index.md
new file mode 100644
index 0000000..b8f0456
--- /dev/null
+++ b/content/know/category/_index.md
@@ -0,0 +1,13 @@
++++
+title = "List of categories"
++++
+
+#
+
+Alphabetical list of categories in this knowledge base.
+
+Note that these categories might overlap,
+i.e. share certain concepts.
+
+## Q
+* [Quantum mechanics](/know/category/quantum-mechanics/)
diff --git a/content/know/category/quantum-mechanics/_index.md b/content/know/category/quantum-mechanics/_index.md
new file mode 100644
index 0000000..cf1d7ba
--- /dev/null
+++ b/content/know/category/quantum-mechanics/_index.md
@@ -0,0 +1,10 @@
++++
+title = "Category: quantum mechanics"
++++
+
+#
+
+Alphabetical list of concepts in this category.
+
+## B
+* [Bloch's theorem](/know/concept/blochs-theorem/)
diff --git a/content/know/concept/_index.md b/content/know/concept/_index.md
new file mode 100644
index 0000000..5db6133
--- /dev/null
+++ b/content/know/concept/_index.md
@@ -0,0 +1,10 @@
++++
+title = "List of concepts"
++++
+
+#
+
+Alphabetical list of concepts in this knowledge base.
+
+## B
+* [Bloch's theorem](/know/concept/blochs-theorem/)
diff --git a/static/know/blochs-theorem/index.html b/static/know/concept/blochs-theorem/index.html
index 26e3480..26e3480 100644
--- a/static/know/blochs-theorem/index.html
+++ b/static/know/concept/blochs-theorem/index.html