rdesh-site/README.md

8 lines
281 B
Markdown
Raw Normal View History

2025-02-27 22:58:29 -08:00
# rdesh-site
Personal files for my website.
This website is built using Hugo and another minimalist theme.
2025-03-04 17:45:35 -08:00
## Sync
2025-03-08 17:28:38 -08:00
To sync with the server, use ```rsync -rtuv public/ root@rdesh.xyz:~/public/```.
There's already a Gitea action to do this however, so it shouldn't be necessary.