Loading README.md +2 −1 Original line number Diff line number Diff line Loading @@ -17,10 +17,11 @@ docker run \ -p 35729:35729 \ -it \ jekyll/jekyll:4 \ jekyll serve --profile --livereload jekyll serve --profile --livereload --config _config.yml,_config.dev.yml ``` Note: the port 35729 is used for live reload Note2: it will build only English Or you could use: Loading htdocs/_config.dev.yml 0 → 100644 +10 −0 Original line number Diff line number Diff line languages: ["en"] exclude: - de/ - es/ - fr/ - it/ - nl/ - pt_BR/ - sv/ No newline at end of file Loading
README.md +2 −1 Original line number Diff line number Diff line Loading @@ -17,10 +17,11 @@ docker run \ -p 35729:35729 \ -it \ jekyll/jekyll:4 \ jekyll serve --profile --livereload jekyll serve --profile --livereload --config _config.yml,_config.dev.yml ``` Note: the port 35729 is used for live reload Note2: it will build only English Or you could use: Loading
htdocs/_config.dev.yml 0 → 100644 +10 −0 Original line number Diff line number Diff line languages: ["en"] exclude: - de/ - es/ - fr/ - it/ - nl/ - pt_BR/ - sv/ No newline at end of file