My personal website.
Find a file
2024-08-19 14:46:06 +02:00
archetypes Initial commit 2024-05-12 17:45:35 +02:00
content/posts Add info about critical_filesystems_local rc variable 2024-08-19 14:46:06 +02:00
layouts Add <link> tag to verify the blog in my masto bio 2024-08-07 21:15:33 +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/