From f144554c16aafed1d7a3b07aeebad3d550fc6da0 Mon Sep 17 00:00:00 2001 From: mo8it Date: Tue, 25 Jun 2024 15:06:36 +0200 Subject: [PATCH] Update Zola --- config.toml | 4 ---- justfile | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config.toml b/config.toml index e029a2e..737868f 100644 --- a/config.toml +++ b/config.toml @@ -3,15 +3,11 @@ base_url = "https://yinghong-massage.de" title = "Ying Yang Massage" author = "Yinghong Yang" -lang = "de" # THE ADDRESS # Make sure to change the latitude and longitude on the map after changing this address. description = "Mühlenstraße 69, 56859 Alf" -compile_sass = false -build_search_index = false - [extra] portrait_path = "images/index/portrait.jpeg" diff --git a/justfile b/justfile index 55a53ff..032daf1 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ zola: - flatpak run org.getzola.zola serve --open --drafts + zola serve --open --drafts tailwind: npx tailwindcss -w -i input.css -o static/main.css