Update Zola
This commit is contained in:
parent
8633ad5b37
commit
f144554c16
2 changed files with 1 additions and 5 deletions
|
@ -3,15 +3,11 @@ base_url = "https://yinghong-massage.de"
|
||||||
|
|
||||||
title = "Ying Yang Massage"
|
title = "Ying Yang Massage"
|
||||||
author = "Yinghong Yang"
|
author = "Yinghong Yang"
|
||||||
lang = "de"
|
|
||||||
|
|
||||||
# THE ADDRESS
|
# THE ADDRESS
|
||||||
# Make sure to change the latitude and longitude on the map after changing this address.
|
# Make sure to change the latitude and longitude on the map after changing this address.
|
||||||
description = "Mühlenstraße 69, 56859 Alf"
|
description = "Mühlenstraße 69, 56859 Alf"
|
||||||
|
|
||||||
compile_sass = false
|
|
||||||
build_search_index = false
|
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
portrait_path = "images/index/portrait.jpeg"
|
portrait_path = "images/index/portrait.jpeg"
|
||||||
|
|
||||||
|
|
2
justfile
2
justfile
|
@ -1,5 +1,5 @@
|
||||||
zola:
|
zola:
|
||||||
flatpak run org.getzola.zola serve --open --drafts
|
zola serve --open --drafts
|
||||||
|
|
||||||
tailwind:
|
tailwind:
|
||||||
npx tailwindcss -w -i input.css -o static/main.css
|
npx tailwindcss -w -i input.css -o static/main.css
|
||||||
|
|
Loading…
Reference in a new issue