Website of Cozy Town written in HTML and SCSS using hugo. https://cozy.town
Find a file
2023-01-07 14:18:51 +01:00
archetypes adapt website for hugo 2022-11-24 11:00:36 +01:00
content/posts adapt website for hugo 2022-11-24 11:00:36 +01:00
static adapt website for hugo 2022-11-24 11:00:36 +01:00
themes/cozy-hugo add service and rewrite descriptions 2023-01-07 14:18:51 +01:00
.gitignore add gitignore 2022-11-24 11:26:36 +01:00
config.toml adapt website for hugo 2022-11-24 11:00:36 +01:00
README.md add README 2022-11-24 11:26:53 +01:00

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"