Bretty is a simple and pretty Jekyll theme. Wanna see a demo? here
The theme is mobile optimised but I did not check browser compatibility. It looks great in Chrome, Safari and Firefox though.
- Fork the repository.
- Clone the repository to your computer.
https://github.com/imwithye/Bretty
- Using older versions of Jekyll
Build and run jekyll usingjekyll --server --auto
.
Using Jekyll 1.0
Build Jekyll usingjekyll build
.
Then run Jekyll usingjekyll serve --watch
, go to http://localhost:4000 for your site.
- Edit _config.yml, add your own site title, description, email, etc.
- Change _includes/UserBio.html, your profile goes there
- For domain settings, see the guide from GitHub.
When writing a post, there are 3 options you can add to the header.
-
date: 2013-05-06 18:07:17
Date is not a required header since Jekyll reads the file name for date, this was added in only for the signoff time. (as shown at the end of this post) If you don't want the signoff time, go into/_layouts/post.html
remove specific tag. -
description: post description goes here
You can add post description with this tag. Long description is not advised. -
author: Tom
The default author will be set by the user_name in _config.yml file. But you still can reset the post author with author tag.
Like it? Tell me.
Question? Use GitHub Issues.