Compare commits
2 commits
8633ad5b37
...
7402d9e9b9
Author | SHA1 | Date | |
---|---|---|---|
7402d9e9b9 | |||
f144554c16 |
3 changed files with 3 additions and 7 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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"leaflet": "^1.9.4",
|
"leaflet": "^1.9.4",
|
||||||
"rustywind": "^0.21.1",
|
"rustywind": "^0.22.0",
|
||||||
"tailwindcss": "^3.4.3"
|
"tailwindcss": "^3.4.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue