Thales
Local installation: Use the gem-based theme
- Install the Ruby Gem
$ gem install just-the-docs
# .. or add it to your your Jekyll site’s Gemfile
gem "just-the-docs"
- Add Just the Docs to your Jekyll site’s
_config.yml
- Optional: Initialize search data (creates
search-data.json
)$ bundle exec just-the-docs rake search:init
- Run you local Jekyll server
# .. or if you're using a Gemfile (bundler)
$ bundle exec jekyll serve
Local installation: Use the gem-based theme
- Install the Ruby Gem
$ gem install just-the-docs
# .. or add it to your your Jekyll site’s Gemfile
gem "just-the-docs"
- Add Just the Docs to your Jekyll site’s
_config.yml
- Optional: Initialize search data (creates
search-data.json
)$ bundle exec just-the-docs rake search:init
- Run you local Jekyll server
# .. or if you're using a Gemfile (bundler)
$ bundle exec jekyll serve
- Go to Point your web browser to http://localhost:4000
Table of contents