Skip to content

Repository files navigation

ICSpark Website

Local Deployment (Docker)

Container handles Ruby and Jekyll dependencies so you don't have to

  1. Build image
docker build -t icspark-jekyll .
  1. Run container
docker run --rm -v "$(pwd):/app" -p 4000:4000 icspark-jekyll

The 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.

Local Deployment

Preqs

  • Ruby 3.x
  • Bundler 4.x
  1. Install dependencies
bundle install
  1. Deploy Site
bundle exec jekyll serve

For live reloading, run the following instead:

bundle exec jekyll serve --livereload

The site will be available at http://localhost:4000

About

Website for ICSpark.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages