eolas/.neuron-generator/neuron.dhall

8 lines
298 B
Text
Raw Normal View History

2024-10-15 18:00:02 +01:00
-- 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"
}