Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Simple and responsive Jekyll theme for help center.
Jekyll Help Center Theme is a responsive Jekyll theme for building a help center or support site with categorized articles and FAQ-style question-and-answer content.
Jekyll Help Center Theme is a static-site theme built on Jekyll that turns Markdown posts into a structured help center. Content is written in YAML front matter and Markdown, and the theme renders it as a responsive web page with a customizable color scheme. The theme is developed by Gustavo Quinalha, distributed on GitHub and RubyGems, and released under the MIT License. The GitHub repository shows 170 stars and includes topics like github-pages, jekyll, and responsive-jekyll-theme.
_config.yml, you can set color_theme (the primary accent color) and color_text (the text color) to match your product's branding.questions list in YAML front matter, where every item has a question, an answer, and an optional image field for screenshots or illustrations.categories (e.g., start blog) to organize related help articles.by author name and an icon identifier (e.g., credit-card) to visually label the article.jekyll-help-center-theme on RubyGems, so it can be installed with gem install jekyll-help-center-theme or referenced in a Gemfile.bundle exec jekyll serve --livereload --watch for a local development server with live reload.questions front matter structure and optional images.color_theme and color_text) in _config.yml to align with your product identity.categories, so users can browse help content by topic.To get started, clone the repository from GitHub or install the RubyGem, then run bundle exec jekyll serve --livereload --watch. The development server serves the site at localhost:4000/jekyll-help-center-theme/. Content is added as Jekyll posts that include YAML front matter with the required title, description, date, categories, by, icon, and a questions list.
Yes, the theme is open source and released under the MIT License, so it is free to use, modify, and distribute.
You can set color_theme and color_text in _config.yml to change the primary color and text color, then rebuild the site.
Yes, because it is a Jekyll theme, you can deploy the static output to GitHub Pages. The repository also lists github-pages as a topic.
