readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2022-05-16 11:56:48 +02:00
parent 2720c36997
commit 85c1815e89
No known key found for this signature in database
GPG Key ID: BD711A37FE7DD77E
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
Notas y apuntes, futuro contenido de static pages en sergio.am
```shell
docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -it jekyll/jekyll:3.8 jekyll build
docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" -p 4000:4000 -it jekyll/jekyll:3.8 jekyll serve --watch
docker run -it --rm --volume="$PWD:/srv/jekyll:Z" jekyll/jekyll jekyll build
docker run -it --rm --volume="$PWD:/srv/jekyll:Z" -p 4000:4000 jekyll/jekyll jekyll serve
```
```shell