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
- These are numbered lists.
- They look great.
- You can even nest them.
- Like this.
- 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-templategem-based theme
alternatively, you can install lifeblood as a gem-based theme.
- add the gem to your
Gemfile:
gem "shadow-shell"- change the
themeparameter in your_config.yml:
theme: shadow-shell- use Bundler's
bundlecommand 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
