-
Notifications
You must be signed in to change notification settings - Fork 50
1. Quick start
Ilkka Seppälä edited this page Oct 30, 2019
·
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 and switch to
gh-pagesbranch - Init and update the submodule, see commands in update-ghpages.sh
- Edit the
_config.ymland set at least baseurl and url e.g. "" and "http://localhost:4000" - In the repository's main directory run
jekyll build - Test the site locally by running
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.