config/personalize

This commit is contained in:
Matthew Ryan Dillon 2020-10-17 19:38:15 -07:00
parent 79d820ba43
commit d17e98c59d

View file

@ -1,8 +1,8 @@
{ siteTitle = "Neuron Template" { siteTitle = "zettel.thermokar.st"
, author = Some "John Doe" , author = Some "Matthew Ryan Dillon"
, siteBaseUrl = Some "https://srid.github.io/neuron-template" , siteBaseUrl = Some "https://zettel.thermokar.st"
-- List of theme colors: https://neuron.zettel.page/2014601.html -- List of theme colors: https://neuron.zettel.page/2014601.html
, theme = "teal" , theme = "teal"
-- This is used in the "edit" button -- 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/"
} }