adjust theme in config.toml

This commit is contained in:
Rico Ullmann 2022-03-30 13:23:29 +02:00
parent 9fd9c0c4d2
commit be4b8b5331
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
baseURL = "https://recipes.ullmann.space/"
languageCode = "de-de"
title = "Mein kleines Kochbuch"
theme = "simple-cookbook"
theme = "terminal-cookbook"
style = "sans_dark"