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.
- Download or fork the master branch of the repo into your GitHub account.
- Rename the repo into something like
username.github.io
. - Edit
_config.yml
file to your preferences. - Edit
about.md
file for your About page. - Inside
_posts
folder, there are sample of blog entries. Learn from it and start yours. - 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.