1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
7402d9e9b9 Update npm packages 2024-06-25 15:07:59 +02:00
f144554c16 Update Zola 2024-06-25 15:06:36 +02:00
3 changed files with 3 additions and 7 deletions

View file

@ -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"

View file

@ -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

View file

@ -1,7 +1,7 @@
{
"devDependencies": {
"leaflet": "^1.9.4",
"rustywind": "^0.21.1",
"tailwindcss": "^3.4.3"
"rustywind": "^0.22.0",
"tailwindcss": "^3.4.4"
}
}