Compare commits
2 commits
ecf49a5e11
...
8fa0fb6ca4
Author | SHA1 | Date | |
---|---|---|---|
8fa0fb6ca4 | |||
7a2558f86b |
2 changed files with 16 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# generated directories
|
||||
/public/*
|
||||
/resources/_gen/*
|
||||
|
||||
# ignored files
|
||||
.directory
|
||||
.hugo_build.lock
|
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
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"
|
||||
```
|
Loading…
Reference in a new issue