My personal website.
Find a file
2024-05-12 19:18:14 +02:00
archetypes Initial commit 2024-05-12 17:45:35 +02:00
content/posts Initial commit 2024-05-12 17:45:35 +02:00
layouts/partials Fixed responsivenes of header image 2024-05-12 19:18:14 +02:00
static Fixed responsivenes of header image 2024-05-12 19:18:14 +02:00
themes Initial commit 2024-05-12 17:45:35 +02:00
.gitignore Add RSS link and ingnore every public* file 2024-05-12 17:51:50 +02:00
.gitmodules Initial commit 2024-05-12 17:45:35 +02:00
config.toml Add RSS link and ingnore every public* file 2024-05-12 17:51:50 +02:00
README.md Add README file 2024-05-12 18:22:30 +02:00

vsis.online

This is my personal website. It's a blog based on hugo

https://vsis.online/

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/