-
Notifications
You must be signed in to change notification settings - Fork 48
1. Quick start
Ilkka Seppälä edited this page Jul 6, 2020
·
5 revisions
Java Design Patterns web site is built with Jekyll, a static web site generator.
- Install Ruby Linux instructions Windows instructions
- Install Jekyll, see instructions
- Install additional gems
gem install jekyll-sitemap s3_website html-proofer
- Clone the repository
- Clone the additional git repository dependencies, see commands in cibuild.sh
- Edit the
_config.yml
and set canonical url e.g. "http://localhost:4000" - In the repository's main directory run
bundle exec jekyll build
- Test the site locally by running
bundle exec jekyll serve
Excellent Jekyll video tutorials are available at https://jekyllrb.com/tutorials/video-walkthroughs/. These are highly recommended to get up to speed quickly.