Improved readability and accessibility for CSS-less mode
This commit is contained in:
parent
6dd8a92318
commit
d529b043c6
14 changed files with 166 additions and 94 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue