• Stars
    star
    525
  • Rank 84,045 (Top 2 %)
  • Language SCSS
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A minimalist Jekyll theme, ideally designed for your personal blog use.

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

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.

Authors

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

License

MIT

More Repositories

1

thinkspace

Just another minimalist Jekyll theme which designed for technical writing blog.
HTML
565
star
2

textlog

Minimalist, lefty-style Jekyll theme designed for documentation based blog.
SCSS
156
star
3

malaysia-postcodes

Just another application development resource for the latest Malaysian postcodes, cities, and states.
Python
125
star
4

web-proxy-script

Private web proxy script
PHP
78
star
5

random-name-picker

Simple HTML tool to randomly pick a name from a list. Useful for indoor/party use.
HTML
62
star
6

pgp

PGP Suite - A simple and easy-to-use client-side PGP tool.
JavaScript
61
star
7

simple-php-shell

Simple PHP shell script, yet powerful enough.
PHP
52
star
8

hfs-templates

A collection of my HttpFileServer (HFS) templates (2010-2013)
Smarty
10
star
9

hellobot

Just another AI chatbot built with Jekyll and rivescript-js
CSS
9
star
10

photography-site

Source code for my minimalist photography site
HTML
7
star
11

wix-msi

WiX source code examples
Batchfile
6
star
12

another-exif-reader

Another EXIF Reader by Heiswayi Nrird
C#
5
star
13

spelling-uk-vs-us

A comprehensive* list of British and American spelling differences.
HTML
4
star
14

markdown-editor

Simple Markdown-HTML Live Preview Editor
JavaScript
4
star
15

ComboBoxMVVMExample

C#
3
star
16

SerialLog

A simple serial data logger console application
C#
3
star
17

website-checklist

Website checklist for web developer
HTML
2
star
18

hnbot

AI chatbot based on RiveScript using Node.js and Socket.IO
CSS
2
star
19

inhousecamguard

Inhouse Camguard - Live Video Motion Detection Analysis & Data Logging
C#
2
star
20

gist

Listing site for my GitHub Gists
HTML
2
star
21

w4y1

SCSS
1
star
22

hnstaticgen

HN Static Site Generator based on NodeJS
HTML
1
star
23

hn-barebone

Heiswayi Nrird's Barebone Jekyll Theme - the plaintext version of Jekyll theme
HTML
1
star