Overview
Jekyll Theme Console is a theme designed for Jekyll websites that draws inspiration from Linux consoles. It is targeted towards hackers, developers, and script kiddies. The theme features a dark style, a light style, and a hacker style. It offers easy installation and customization options.
Features
- Dark, light, and hacker styles
- Remote theme method for GitHub Pages
- Gem-based method for easier installation and updating
- Customizable header pages and footer
- Google Analytics tracking for production environments
- Ability for users to choose light or dark style based on preference
- Predefined style options for colors
- Support for additional front matter variables
Installation
To install Jekyll Theme Console, follow one of the methods below:
Remote theme method for GitHub Pages
- Set
remote_themein your project’s Jekyll_config.ymlfile. - Use the demo site’s source code as a template for an easy start.
Gem-based method
- Add the line
gem 'jekyll-theme-console'to your Jekyll site’s Gemfile. - Fetch and update bundled gems by running the appropriate Bundler command.
- Set
themein your project’s Jekyll_config.ymlfile. - To update the theme, run
bundle update.
Summary
Jekyll Theme Console is a stylish theme that brings the aesthetic of Linux consoles to Jekyll websites. It offers multiple styles, easy installation methods, and customization options. Whether you’re a hacker, developer, or script kiddie, this theme will give your website a unique and visually appealing look.