My personal website.
archetypes | ||
content/posts | ||
layouts/partials | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
config.toml | ||
README.md |
vsis.online
This is my personal website. It's a blog based on hugo
Run local server
hugo server
Build
hugo
Deploy
I should do this automatically. One day I will.
tar czvf public.tar.gz public/
scp public.tar.gz vsis.online:
ssh vsis.online
sudo cp -rv public/* /var/www/vsis.online/