Simple and responsive Jekyll theme for help center.
edit in _config.yml
color_theme: "#0081ff"
color_text: "#fff"
git clone https://github.com/alvinlaz96/syskb
or
gem install syskb
https://rubygems.org/gems/jekyll-help-center-theme
bundle exec jekyll serve --livereload --watch
Server address
localhost:4000/syskb/
---
layout: post
title: 'First category'
description: 'Sample Description'
date: Sun Oct 4 13:59:03 IST 2020
categories: start blog
by: 'SysAdmin'
icon: 'credit-card'
questions:
- question: 'Question 1'
answer: 'Test1'
image: "1.gif"
- question: 'Question 2'
answer: 'Test2'
image: "2.gif"
- question: 'Question 3'
answer: 'Test3'
image: "3.gif"
- question: 'Question 4'
answer: 'Test4'
image: "4.gif"
---
The theme is available as open source under the terms of the MIT License.