Compare commits

..

No commits in common. "8fa0fb6ca4eee8bfe5278adff3b48f2c4e5bf49c" and "ecf49a5e119a87eba5eb743a638f19515be20767" have entirely different histories.

2 changed files with 0 additions and 16 deletions

7
.gitignore vendored
View file

@ -1,7 +0,0 @@
# generated directories
/public/*
/resources/_gen/*
# ignored files
.directory
.hugo_build.lock

View file

@ -1,9 +0,0 @@
Website of Cozy Town written in HTML and SCSS using hugo.
# Deploy
``` bash
hugo && \
rsync -avz --delete public/ vri@cozy.town:/home/vrifox/upload/town.cozy/ && \
ssh vri@cozy.town "sudo /home/vrifox/deploy-cozy.town.sh"
```