| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Container handles Ruby and Jekyll dependencies so you don't have to
docker build -t icspark-jekyll .docker run --rm -v "$(pwd):/app" -p 4000:4000 icspark-jekyllThe site will be available at http://localhost:4000
The container will launch the Jekyll server in live reload mode, the -v flag mounts the current directory, so any changes made will be reflected on the server.
Preqs
bundle installbundle exec jekyll serveFor live reloading, run the following instead:
bundle exec jekyll serve --livereloadThe site will be available at http://localhost:4000
| Back | FazBrowse Home | New Git URL |