From 6ce0bb9a8f9fd7d169cbb414a9537d68c5290aae Mon Sep 17 00:00:00 2001 From: Prefetch Date: Fri, 14 Oct 2022 23:25:28 +0200 Subject: Initial commit after migration from Hugo --- source/know/index.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 source/know/index.md (limited to 'source/know/index.md') diff --git a/source/know/index.md b/source/know/index.md new file mode 100644 index 0000000..f1b2c51 --- /dev/null +++ b/source/know/index.md @@ -0,0 +1,48 @@ +--- +title: "Knowledge base" +date: 2021-02-22 +layout: "default" +--- + +# Knowledge base + +Welcome to my knowledge base! + +Over the years, I've learned a lot of 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. + +Keep in mind that I'm only human, so there are probably mistakes here. +I take no responsibility for any injuries. +If you're doing something important, +you should check things yourself! + +{% assign concepts = site.pages + | where_exp: "item", "item.layout == 'concept'" +%} +{% assign categories = site.pages + | where_exp: "item", "item.layout == 'category'" +%} + +There are currently +{{ concepts.size }} articles +in this knowledge base, in +{{ categories.size }} categories. + +
Most recent articles: +