A simple responsive wiki theme for Jekyll from Crisp.
I use it on my website https://crispgm.com/wiki/.
-
Clone the project.
git clone https://github.com/crispgm/wiki.git
-
Modify
_data/wiki.yml
to add your QAs.- q: What is Jekyll? a: It is a static site generator.
-
Run, debug & build with
jekyll
.# Run jekyll serve # Build jekyll build
-
To install a theme, first, add the theme to your site's
Gemfile
:gem 'jekyll-theme-crisp-wiki'
-
Save the changes to your
Gemfile
-
Run the command
bundle install
to install the theme -
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/.
title
author
highlight