diff options
Diffstat (limited to 'content/know/category')
-rw-r--r-- | content/know/category/_index.md | 8 | ||||
-rw-r--r-- | content/know/category/mathematics.md | 9 | ||||
-rw-r--r-- | content/know/category/physics.md | 9 | ||||
-rw-r--r-- | content/know/category/quantum-mechanics.md | 9 |
4 files changed, 35 insertions, 0 deletions
diff --git a/content/know/category/_index.md b/content/know/category/_index.md new file mode 100644 index 0000000..b796457 --- /dev/null +++ b/content/know/category/_index.md @@ -0,0 +1,8 @@ +--- +title: "List of categories" +date: 2021-02-22T20:38:58+01:00 +draft: false +layout: "know-list" +--- + +This is an alphabetical list of the categories in this knowledge base. diff --git a/content/know/category/mathematics.md b/content/know/category/mathematics.md new file mode 100644 index 0000000..693252f --- /dev/null +++ b/content/know/category/mathematics.md @@ -0,0 +1,9 @@ +--- +title: "Mathematics" +firstLetter: "M" +date: 2021-02-23T14:44:07+01:00 +draft: false +layout: "category" +--- + +This page will fill itself. diff --git a/content/know/category/physics.md b/content/know/category/physics.md new file mode 100644 index 0000000..7b0eaed --- /dev/null +++ b/content/know/category/physics.md @@ -0,0 +1,9 @@ +--- +title: "Physics" +firstLetter: "P" +date: 2021-02-23T14:44:11+01:00 +draft: false +layout: "category" +--- + +This page will fill itself. diff --git a/content/know/category/quantum-mechanics.md b/content/know/category/quantum-mechanics.md new file mode 100644 index 0000000..bc36a6f --- /dev/null +++ b/content/know/category/quantum-mechanics.md @@ -0,0 +1,9 @@ +--- +title: "Quantum mechanics" +firstLetter: "Q" +date: 2021-02-23T14:38:56+01:00 +draft: false +layout: "category" +--- + +This page will fill itself. |