Skip to content

Commit

Permalink
Pin Jekyll image version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaggioni committed Jun 9, 2023
1 parent b86afeb commit 1999488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
1. Clone the repo and its submodules: `git clone --recurse-submodules [email protected]:born2scan/born2scan.github.io.git`
2. Create a new post or edit an existing one in [_posts](_posts).
+ Check [below](#conventions) and refer to [Jekyll's docs](https://jekyllrb.com/docs/posts/) for more infos.
3. Run `docker run --rm -it -v "$(pwd):/srv/jekyll" -p 4000:4000 jekyll/jekyll -- jekyll serve` to preview your changes locally at [localhost:4000](http://localhost:4000).
3. Run `docker run --rm -it -v "$(pwd):/srv/jekyll" -p 4000:4000 jekyll/jekyll:4.2.0 -- jekyll serve` to preview your changes locally at [localhost:4000](http://localhost:4000).

## Conventions

Expand Down

0 comments on commit 1999488

Please sign in to comment.