7 lines
298 B
Text
7 lines
298 B
Text
-- 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"
|
|
}
|