From d17e98c59d4a5af3ae09a1b100a0d918814958a0 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 17 Oct 2020 19:38:15 -0700 Subject: [PATCH] config/personalize --- neuron.dhall | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/neuron.dhall b/neuron.dhall index be7ac4c..79085b8 100644 --- a/neuron.dhall +++ b/neuron.dhall @@ -1,8 +1,8 @@ -{ siteTitle = "Neuron Template" -, author = Some "John Doe" -, siteBaseUrl = Some "https://srid.github.io/neuron-template" +{ siteTitle = "zettel.thermokar.st" +, author = Some "Matthew Ryan Dillon" +, siteBaseUrl = Some "https://zettel.thermokar.st" -- List of theme colors: https://neuron.zettel.page/2014601.html , theme = "teal" -- This is used in the "edit" button -, editUrl = Some "https://github.com/srid/neuron-template/edit/master/" +, editUrl = Some "https://github.com/thermokarst/zettel/edit/main/" }