Skip to content

Files

Latest commit

84e4cc8 · Apr 2, 2024

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 12, 2020
Feb 18, 2018
Feb 18, 2018
Apr 16, 2021
Nov 20, 2020
Mar 18, 2018
Feb 11, 2018
Feb 11, 2018
Feb 5, 2019
Feb 11, 2018
May 12, 2020
Feb 11, 2018
Feb 11, 2018
May 12, 2020
May 12, 2020
Feb 11, 2018
Feb 11, 2018
Jan 17, 2019
Apr 2, 2024
May 12, 2020
Feb 18, 2018
Feb 11, 2018
May 29, 2018
May 29, 2018

KISS documentation

This folder contains the documentation website used to generate http://help.kisslauncher.com.

Credits

This website was generated from https://github.com/CloudCannon/base-jekyll-template, who were kind enough to open-source a documentation platform.

Develop

The website is built with Jekyll.

Install the dependencies with Bundler:

$ bundle install

Run jekyll commands through Bundler to ensure you're using the right versions:

$ bundle exec jekyll serve

Editing

Posts

  • Add, update or remove a post in the Posts collection.
  • The tutorials page is organised by categories.
  • Change the defaults when new posts are created in _posts/_defaults.md.

Post Series

To create a new series:

  • Add a new document to the sets collection.
  • Set the title and description.

To add a tutorial/post to a series:

  • Add a set field to the tutorial front matter which points to the file name of the desired set without the .md extention. e.g. If I have a set at _sets/getting-started.md I would use this in my tutorial front matter: set: getting-started.
  • Add a set_order field to the tutorial front matter and specify a number. This is the tutorials order in the set.