Repository is archived
No commit activity in last 3 years
No release in over 3 years
A minimalist wiki template for Jekyll.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
>= 12.3.3

Runtime

~> 3.8
~> 1.7
 Project Readme

Crisp Wiki Theme for Jekyll

A simple responsive wiki theme for Jekyll from Crisp.

I use it on my website https://crispgm.com/wiki/.

Installation

Manual

  1. Clone the project.

    git clone https://github.com/crispgm/wiki.git
    
  2. Modify _data/wiki.yml to add your QAs.

    - q: What is Jekyll?
      a: It is a static site generator.
  3. Run, debug & build with jekyll.

    # Run
    jekyll serve
    # Build
    jekyll build
    

Gem-based theme

  1. To install a theme, first, add the theme to your site's Gemfile:

    gem 'jekyll-theme-crisp-wiki'
    
  2. Save the changes to your Gemfile

  3. Run the command bundle install to install the theme

  4. Finally, activate the theme by adding the following to your site's _config.yml:

    theme: jekyll-theme-crisp-wiki
    

For more information, please read https://jekyllrb.com/docs/themes/.

Configuration

  • title
  • author
  • highlight

Sample

[Sample Site][Screenshot]