This is a Jekyll site, using standard markdown provided by Kramdown.
- Clone this repository.
- Run
bundle install
in the repository. You may need to use sudo. - Run
bundle exec jekyll build
. - Configure your webserver to serve from
/{repo-dir}/_site/
- Run
bundle exec jekyll serve -w
to build, serve and watch - Visit: http://localhost:4000
To make changes to the site, navigate to the root of the repository and execute bundle exec jekyll serve -w
. This will
spawn a Jekyll process that monitors the file system for changes.
- Uses Susy ruby gem for grid framework generation.
Commit changes to the gh-pages
branch.
Github pages takes care of the build, and publishes to https://pricewaiter.github.io/docs/. The relative paths are a bit messed there, but we publish a AWS Cloudfront domain in front of that, which remaps tho /docs
subfolder to root. #magic and https://docs.pricewaiter.com is served!