From 04ca326bd43c1798d5b1dfad9afa4ed8913bb7f6 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sat, 20 Feb 2021 10:27:46 +0100 Subject: Remember how to use Zola properly --- content/blog/_index.md | 2 +- content/know/_index.md | 2 +- content/know/category/_index.md | 13 ------------- content/know/category/index.md | 13 +++++++++++++ content/know/category/quantum-mechanics.md | 10 ++++++++++ content/know/category/quantum-mechanics/_index.md | 10 ---------- content/know/concept/_index.md | 10 ---------- content/know/concept/index.md | 10 ++++++++++ 8 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 content/know/category/_index.md create mode 100644 content/know/category/index.md create mode 100644 content/know/category/quantum-mechanics.md delete mode 100644 content/know/category/quantum-mechanics/_index.md delete mode 100644 content/know/concept/_index.md create mode 100644 content/know/concept/index.md (limited to 'content') diff --git a/content/blog/_index.md b/content/blog/_index.md index a021305..2ed086d 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -2,7 +2,7 @@ title = "Blog" +++ -## Blog +# Blog Just a bunch of random ramblings. diff --git a/content/know/_index.md b/content/know/_index.md index 6941f07..bf308d9 100644 --- a/content/know/_index.md +++ b/content/know/_index.md @@ -2,7 +2,7 @@ title = "Knowledge base" +++ -## Knowledge base +# Knowledge base Welcome to my knowledge base! diff --git a/content/know/category/_index.md b/content/know/category/_index.md deleted file mode 100644 index b8f0456..0000000 --- a/content/know/category/_index.md +++ /dev/null @@ -1,13 +0,0 @@ -+++ -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/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.md b/content/know/category/quantum-mechanics.md new file mode 100644 index 0000000..cf1d7ba --- /dev/null +++ b/content/know/category/quantum-mechanics.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/category/quantum-mechanics/_index.md b/content/know/category/quantum-mechanics/_index.md deleted file mode 100644 index cf1d7ba..0000000 --- a/content/know/category/quantum-mechanics/_index.md +++ /dev/null @@ -1,10 +0,0 @@ -+++ -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 deleted file mode 100644 index 5db6133..0000000 --- a/content/know/concept/_index.md +++ /dev/null @@ -1,10 +0,0 @@ -+++ -title = "List of concepts" -+++ - -# - -Alphabetical list of concepts in this knowledge base. - -## 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/) -- cgit v1.2.3