lavender.software landing page site
 
 
 
 
Go to file
annieversary 3a8078c32e move copy_dir_recursive into main.rs 2022-03-05 14:29:19 +00:00
build_src move copy_dir_recursive into main.rs 2022-03-05 14:29:19 +00:00
src add webring with some websites 2022-03-05 14:26:10 +00:00
templates Professional-ize the site a little 2021-08-05 19:13:51 +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