My personal website.
Find a file
2024-06-07 13:09:11 +02:00
archetypes Initial commit 2024-05-12 17:45:35 +02:00
content/posts Fix a few typos in the last post 2024-06-07 13:09:11 +02:00
layouts/partials Add a post about NetBSD installation with CGD in UEFI 2024-06-06 22:55:18 +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 Fix some minor typos 2024-06-06 23:07:50 +02:00
README.md Fix some typos in the README 2024-06-06 23:17:17 +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
tar xvf public.tar.gz
sudo cp -rv public/* /var/www/vsis.online/