Skip to content

shimewtr/louis

Repository files navigation

Louis画像

Louis

Gem Version

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

Louis使用例

The web page can be found here.

Usage

  1. Add this line to your Jekyll site's Gemfile:
gem "jekyll-theme-louis"
  1. And add this line to your Jekyll site's _config.yml:
theme: jekyll-theme-louis
  1. 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.