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

Development

~> 2.0
~> 12.0

Runtime

~> 3.5
 Project Readme

The Plain

The Plain is a minimalist Jekyll theme, ideally designed for your personal blog use. This Jekyll theme provides a minimum distraction so you can focus on writing that matters to you and your readers. This theme is originally inspired from Leonard Lamprecht's leo theme.

LICENSE GENERATOR VERSION TRAVIS-CI

The Plain Portfolio

This fork aims to transform the "The Plain" blog theme into a simple portfolio theme. Inspired by Addy Osmani's Portfolio, this single-page portfolio can showcase all of your work with less.

SCREENSHOT

Usage

On an unlimited Jekyll host

NOTE This does NOT work on GitHub, see the next section.

Put this in your Gemfile:

gem 'the-plain'

and run bundle install to install the plugin.

Add this to your sites _config.yml file:

theme: the-plain

Then copy some of the settings from this repo's _config.yml file to your own, and modify them.

On GitHub

GitHub - for your user account pages or repository gh-pages - only supports a limited set of themes.

Therefore, you need to use the 'remote_theme:' setting instead of 'theme:', which is supported by a 3rd party plugin.

Put this in your Gemfile:

gem 'jekyll-remote-theme'

and run bundle install to install the plugin.

Add the following to your site's _config.yml to activate the plugin and to select this theme:

plugins:
  - jekyll-remote-theme

remote_theme: heiswayi/the-plain

This will grab the theme directly from the GitHub repo.

Now copy some of the settings from this repo's _config.yml file to your own, and modify them.

Original Authors

See also the list of contributors who participated in this project.

Acknowledgements

License

MIT LICENSE