From b4d256f4ff66e5848d0e97f918c20968b4f5f04b Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Thu, 17 Oct 2024 16:00:02 +0100 Subject: [PATCH] Autosave: 2024-10-17 16:00:02 --- .../{templates => }/neuron.dhall | 0 .neuron-generator/templates/head.html | 49 +++++++++++++++++++ .neuron-generator/templates/index.md | 12 +++++ 3 files changed, 61 insertions(+) rename .neuron-generator/{templates => }/neuron.dhall (100%) create mode 100644 .neuron-generator/templates/head.html create mode 100644 .neuron-generator/templates/index.md diff --git a/.neuron-generator/templates/neuron.dhall b/.neuron-generator/neuron.dhall similarity index 100% rename from .neuron-generator/templates/neuron.dhall rename to .neuron-generator/neuron.dhall diff --git a/.neuron-generator/templates/head.html b/.neuron-generator/templates/head.html new file mode 100644 index 0000000..de61f29 --- /dev/null +++ b/.neuron-generator/templates/head.html @@ -0,0 +1,49 @@ + + + + + diff --git a/.neuron-generator/templates/index.md b/.neuron-generator/templates/index.md new file mode 100644 index 0000000..b761824 --- /dev/null +++ b/.neuron-generator/templates/index.md @@ -0,0 +1,12 @@ +--- +tags: [] +unlisted: true +--- + +# Eòlas + +Hi, I'm [Thomas](https://systemsobscure.blog/). This is the frontend of +[Eòlas](https://github.com/thomasabishop/eolas), my personal knowledge base. It +is a [Zettelkasten](https://en.wikipedia.org/wiki/Zettelkasten) work in progess +comprising notes from my self-directed study of software engineering and +computer science.