Change build directory from "site" to "www"

That's so that it can easily be deployed to places like YunoHost
This commit is contained in:
Badri Sunderarajan 2024-02-20 18:26:36 +05:30
parent bac208e5eb
commit 48fdcc56ee
Signed by: badrihippo
GPG key ID: 9F594532AD60DE03
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View file

@ -1 +1 @@
/site/
/www/

View file

@ -163,4 +163,5 @@
index-page
(atom-feed)
(atom-feeds-by-tag)
(static-directory "static")))
(static-directory "static"))
#:build-directory "www")