Crisp Wiki Theme for Jekyll¶ ↑
A simple responsive wiki theme for Jekyll from Crisp.
I use it on my website crispgm.com/wiki/.
Installation¶ ↑
Manual¶ ↑
-
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
Gem-based theme¶ ↑
-
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 jekyllrb.com/docs/themes/.
Configuration¶ ↑
-
title
-
author
-
highlight
Sample¶ ↑
[]