/mog-jekyll-port

Mog theme port to Jekyll

Primary LanguageRubyMIT LicenseMIT

Mog Jekyll Port

This is a 'theme' or template for Jekyll. This template is originally a WordPress theme called Mog by hdra. I simply copied almost everything (with permission of hdra, of course) and port it to Jekyll.

Installation

  1. Download this repository either by git clone or by clicking Download Zip.
  2. Copy index.html, everything in _layouts, _includes, _plugins, css and js to your Jekyll folder.

Global variables

There are several global variables that can be set in _config.yml to slightly modify the behavior of this template.

author: Your Name

author is optional, but when set, below the title of each post the value of author will be shown. For example, when author is set to Example Author, the following will be shown:

A screenshot showing how the name of author will be shown

tagline: Site Tagline

tagline is optional, but when set, it will be shown below the name of site. For example, when tagline is set to Jekyll with Mog, the following will be shown:

A screenshot showing how the site tagline will be shown

baseurl: http://www.example.com/blog

baseurl is optional, but is particularly useful when the generated site is served at the root of a domain, for example http://www.example.com/blog. Please take note that baseurl should not end with a forward slash (/). For example, http://www.example.com/blog/ is invalid.