rdesh-site/README.md

12 lines
284 B
Markdown
Raw Permalink 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:29:57 -08:00
To sync with the server, use
```
rsync -rtuv public/ root@rdesh.xyz:~/public/
```
2025-03-08 17:28:38 -08:00
There's already a Gitea action to do this however, so it shouldn't be necessary.