Louis
Louis is a Jekyll theme for Blog. It provides very simple blog theme for Jekyll sites that includes a profile, post and other pages.
Example
The web page can be found here.
Usage
- Add this line to your Jekyll site's
Gemfile
:
gem "jekyll-theme-louis"
- And add this line to your Jekyll site's
_config.yml
:
theme: jekyll-theme-louis
- And then execute:
$ bundle
Customizing
Configuration variables
Louis will respect the following variables, if set in your site's _config.yml
:
title: [The title of your site]
description: [A short description of your site's purpose]
Please enter author information.
author:
name: [Author name]
github: [Author github account (optional)]
twitter: [Author twitter account (optional)]
facebook: [Author facebook account (optional)]
If you want to analyze with Google Analytics, add Google Analytics ID to config.yml.
google_analytics_id: [google analytics id (optional)]
License
The theme is available as open source under the terms of the MIT License.