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