From b54e18fc3e8b70359a618d30158de3e5ac607665 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 15 Oct 2024 18:00:02 +0100 Subject: [PATCH] Autosave: 2024-10-15 18:00:02 --- .neuron-generator/templates/neuron.dhall | 7 +++++++ Untitled.canvas | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 .neuron-generator/templates/neuron.dhall delete mode 100644 Untitled.canvas diff --git a/.neuron-generator/templates/neuron.dhall b/.neuron-generator/templates/neuron.dhall new file mode 100644 index 0000000..8b6ab19 --- /dev/null +++ b/.neuron-generator/templates/neuron.dhall @@ -0,0 +1,7 @@ +-- Documentation for neuron.dhall: https://neuron.zettel.page/configuration +{ siteTitle = "Eòlas" +, author = Some "Thomas Bishop" +, siteBaseUrl = Some "https://srid.github.io/neuron-template/" +-- List of color names: https://semantic-ui.com/usage/theming.html#sitewide-defaults +, theme = "blue" +} diff --git a/Untitled.canvas b/Untitled.canvas deleted file mode 100644 index 6929e64..0000000 --- a/Untitled.canvas +++ /dev/null @@ -1,6 +0,0 @@ -{ - "nodes":[ - {"id":"b0831d37c4411c6a","x":-404,"y":-370,"width":250,"height":60,"type":"text","text":""} - ], - "edges":[] -} \ No newline at end of file