concise-ee / superagile-web

Superagile docs & website
https://superagile.app/
MIT License
2 stars 4 forks source link

superagile documentation and website

Getting started

Dependencies

Ruby

Bundler

gem install bundler

Building and previewing locally

  1. Change your working directory to the root directory of your site.
  2. Run bundle install.
  3. Run bundle exec jekyll serve to build your site and preview it at localhost:4000.

    The built site is stored in the directory _site.

Advanced

Customizing color scheme

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

Changing the version of the theme and/or Jekyll

Simply edit the relevant line(s) in the Gemfile.

Adding a plugin

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:

Publishing the site on a different platform

Just upload all the files in the directory _site.

Licensing and Attribution

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.

Useful resources