You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
1. Clone the repo and its submodules: `git clone --recurse-submodules [email protected]:born2scan/born2scan.github.io.git`
8
8
2. Create a new post or edit an existing one in [_posts](_posts).
9
9
+ Check [below](#conventions) and refer to [Jekyll's docs](https://jekyllrb.com/docs/posts/) for more infos.
10
-
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).
10
+
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).
0 commit comments