Leafpub / steam

A fork of the Steam Ghost theme by @epistrephein.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steam

Steam is a minimal and responsive theme for Leafpub, forked from @epistrephein’s Ghost theme.

It features a clean and essential style with single column layout, beautiful typography, two colors, customizable partials and some nice javascript enhancements.

Customization

Choose a theme color

By default Steam uses a flat green theme color. To switch to another theme color, first replace {{> theme-red}} with {{!> theme-red}} in header.hbs, then choose your desired color among those available: i.e. to activate the orange theme replace {{!> theme-orange}} with {{> theme-orange}}.

To use a custom color, replace instead {{!> theme-customcolor}} with {{> theme-customcolor}} and change the three occurrences of #111111 and #000000 in partials/theme-customcolor.hbs with the colors you prefer.

Customize the social icons

Change the given a href addresses in partials/footer-social.hbs or replace the icons with the ones you prefer using the Font Awesome list, e.g. to add a Facebook icon add:

<a href="https://www.facebook.com/username" target="_blank" title="Facebook">
    <i class="fa fa-2x fa-fw fa-facebook"></i>
    <span class="hidden">Facebook</span>
</a>

About

A fork of the Steam Ghost theme by @epistrephein.

License:MIT License


Languages

Language:CSS 55.8%Language:HTML 43.0%Language:JavaScript 1.1%