No release in over 3 years
Low commit activity in last 3 years
Louis is a Jekyll theme for Blog
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 12.0

Runtime

 Project Readme

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.