this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

:memo: fix README.md

authored by

Gwenn Le Bihan and committed by
GitHub
f3850f06 5e9116b1

+3 -3
+3 -3
README.md
··· 1 1 2 - # ewen.works 2 + # gwen.works 3 3 My personal website, built with [ortfo/db](https://ortfo.org/db) and [go-templ](https://templ.guide) 4 4 ## Setup 5 5 Run this before any command ··· 48 48 ## Deploy 49 49 50 50 ```sh 51 - rsync -av media/* YOUR_SSH:~/www/media.ewen.works/ 52 - rsync -avz public/* YOUR_SSH:~/www/assets.ewen.works/ 51 + rsync -av media/* YOUR_SSH:~/www/media.gwenn°.works/ 52 + rsync -avz public/* YOUR_SSH:~/www/assets.gwenn°.works/ 53 53 rsync -av database.json YOUR_SSH:~/portfolio/ 54 54 ssh YOUR_SSH "tmux send-keys -t 0:0.0 C-c 'git pull --autostash --rebase' Enter 'just start' Enter" 55 55 ```