0.0
The project is in a healthy, maintained state
Shadow-Shell is a dark, retro-coding theme for Jekyll. It’s intended to be used for code documentation, or for just having terminal or command line vibes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

>= 3.9.0
 Project Readme

Shadow-Shell

Shadow-Shell is a dark, retro-coding theme for Jekyll. It’s intended to be used for code documentation, or for just having terminal or command line vibes.

Features

Menu

The menu on the left can be customized to contain any links.

Headers

Headers 1-3 are neon green like above. Headers 4 and smaller headers are white.

Code Blocks:

Code blocks have a light grey bubble around them. They use Rouge for syntax highlighting and look awesome.

Here's some Python:

print("Hello, world!")
for i in range(10):
    print(i)

And here's some HTML:

<h1>Hello, world!</h1>
<p>This is lovely.</p>

Links

Links are also neon green like this:. They turn neon blue when hovered over or clicked.

Lists

Bulleted Lists

  • These are bulleted lists.

  • They look great.

  • You can even nest them.

    • Like this.
    • Or this.

Numbered Lists

  1. These are numbered lists.
  2. They look great.
  3. You can even nest them.
    1. Like this.
    2. Or this.

Blockquotes

"Never throughout history has a man who lived a life of ease left a name worth remembering."
~ Theodore Roosevelt

installation

GitHub Pages

if your site is hosted on GitHub Pages, you can add lifeblood to your site's _config.yml as a remote theme:

remote_theme: luteron6/tonic-template

gem-based theme

alternatively, you can install lifeblood as a gem-based theme.

  1. add the gem to your Gemfile:
gem "shadow-shell"
  1. change the theme parameter in your _config.yml:
theme: shadow-shell
  1. use Bundler's bundle command to update all bundled gems.

Advanced

git clone this repo to have a local installation. Run gem install jekyll, then jekyll serve to see the template in action.

Made with ❤️ by a hackclubber for the YSWS #tonic