Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.56 KB

2015-09-10-the-plain.md

File metadata and controls

25 lines (18 loc) · 1.56 KB
layout title description keywords
post
The Plain
A minimalist Jekyll theme that focuses on writing matters.
minimalist, jekyll theme, personal blog

Introducing The Plain, a minimalist Jekyll theme that focuses on writing matters. A great theme for personal blog use. Built using Sass with automatically compressed the compiled CSS. Plus, the site's HTML code also are compressed automatically on-the-fly using a Jekyll layout made by Anatol Broder. This theme uses Fira Sans font by Mozilla.

Screenshot

Demo / Source Code on GitHub

Install on your GitHub Pages

  1. Download or fork the master branch of the repo into your GitHub account.
  2. Rename the repo into something like username.github.io.
  3. Edit _config.yml file to your preferences.
  4. Edit about.md file for your About page.
  5. Inside _posts folder, there are sample of blog entries. Learn from it and start yours.
  6. Now visit http://<your_username>.github.io and you should see your blog is running.

If you use this theme as a project page, you can skip step (2). But, inside _config.yml file, you need to put your repo name in baseurl, for example baseurl: "/myproject".

Question/Problem? Ask me or report it here.