Jekyll Theme Console

screenshot of Jekyll Theme Console
jekyll

A jekyll theme inspired by linux consoles for hackers, developers and script kiddies.

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

Remote theme method for GitHub Pages

  1. Set remote_theme in your project's Jekyll _config.yml file.
  2. Use the demo site's source code as a template for an easy start.

Gem-based method

  1. Add the line gem 'jekyll-theme-console' to your Jekyll site's Gemfile.
  2. Fetch and update bundled gems by running the appropriate Bundler command.
  3. Set theme in your project's Jekyll _config.yml file.
  4. 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.

jekyll
Jekyll

Jekyll is a static site generator written in Ruby that allows you to create simple, fast, and secure websites without the need for a database.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.