lavender.software landing page site
 
 
 
 
Go to file
Charlotte Som 8548f6b3a9 Add a README 2021-07-12 21:51:58 +01:00
build_src Initial commit 2021-07-12 21:48:57 +01:00
src/assets Initial commit 2021-07-12 21:48:57 +01:00
templates Initial commit 2021-07-12 21:48:57 +01:00
.editorconfig Initial commit 2021-07-12 21:48:57 +01:00
.gitignore Initial commit 2021-07-12 21:48:57 +01:00
Cargo.lock Initial commit 2021-07-12 21:48:57 +01:00
Cargo.toml Initial commit 2021-07-12 21:48:57 +01:00
LICENSE.md Initial commit 2021-07-12 21:48:57 +01:00
README.md Add a README 2021-07-12 21:51:58 +01:00
build.rs Initial commit 2021-07-12 21:48:57 +01:00

README.md

lavender.software

Static site generated using siru and hosted at lavender.software.

Deploying

$ # To set up, ensure that the 'dist' folder reflects the VPS
$ git clone 'root@lavender.software:/srv/http/lavender.software' dist
$
$ cargo run # Build the site
$ cd dist/
dist/ $ git add -A . && git commit -m "Deploying: $(date)"
dist/ $ git pull --rebase
dist/ $ git push
dist/ $ # Your changes should now be live at lavender.software