Improved readability and accessibility for CSS-less mode

This commit is contained in:
Bad Manners 2024-08-10 01:17:33 -03:00
parent 6dd8a92318
commit d529b043c6
14 changed files with 166 additions and 94 deletions

View file

@ -40,8 +40,8 @@ npm run export-story -- -o ~/Documents/TO_UPLOAD slug-for-story-to-export
npm run build
```
Then, after configuring the `gallerybm` host (or the name of your choosing) in `~/.ssh/config`:
Then, after configuring the `gallerybm` host (or the name of your choosing) in `~/.ssh/config`, you can use a command like:
```bash
rsync --delete -acP dist/ gallerybm:/home/public
rsync --delete-after -acP dist/ gallerybm:/home/public
```