gem install bundler
bundle install
.Run bundle exec jekyll serve
to build your site and preview it at localhost:4000
.
The built site is stored in the directory _site
.
Jekyll will use the files in your project first before falling back to the default versions of the theme.
See also: How to define a custom scheme for just the docs
Simply edit the relevant line(s) in the Gemfile
.
The Just the Docs theme automatically includes the jekyll-seo-tag
plugin.
To add an extra plugin, you need to add it in the Gemfile
and in _config.yml
. For example, to add jekyll-default-layout
:
Add the following to your site's Gemfile
:
gem "jekyll-default-layout"
And add the following to your site's _config.yml
:
plugins:
- jekyll-default-layout
Just upload all the files in the directory _site
.
Superagile documentation © Concise Systems OÜ. It is distributed under the Creative Commons Attribution License.
Just the docs theme is licensed under the MIT License. The deployment GitHub Actions workflow is heavily based on GitHub's mixed-party starter workflows. A copy of their MIT License is available in actions/starter-workflows.