Website of Cozy Town written in HTML and SCSS using hugo.
https://cozy.town
archetypes | ||
content/posts | ||
static | ||
themes/cozy-hugo | ||
.gitignore | ||
config.toml | ||
README.md |
Website of Cozy Town written in HTML and SCSS using hugo.
Deploy
hugo && \
rsync -avz --delete public/ vri@cozy.town:/home/vrifox/upload/town.cozy/ && \
ssh vri@cozy.town "sudo /home/vrifox/deploy-cozy.town.sh"