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.
- Download this repository either by
git clone
or by clickingDownload Zip
. - Copy
index.html
, everything in_layouts
,_includes
,_plugins
,css
andjs
to your Jekyll folder.
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:
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:
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.