From b01f325896ae7d55322dfe60edd904553957edc3 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Fri, 25 Mar 2022 21:17:47 +0100 Subject: [PATCH] config.toml: adjust to theme and url --- config.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index e4b7418..26e0d2e 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,4 @@ -baseURL = "http://example.org/" -languageCode = "en-us" -title = "My New Hugo Site" +baseURL = "https://recipes.ullmann.space/" +languageCode = "de-de" +title = "Mein kleines Kochbuch" +theme = "simple-cookbook" \ No newline at end of file