This site:
- is created with Jekyll;
- uses the Just the Docs theme;
- can be built and published on GitHub Pages;
- can be built and previewed locally.
Assuming Jekyll and Bundler is available:
-
Change into docs directory
cd docs. -
Run
bundle install. -
Run
bundle exec github-pages buildto generate the built site like on GitHub. -
Run
bundle exec jekyll serveto build the site and preview it atlocalhost:4000.
The built site is stored in the directory _site.