Skip to content

Bretty is a simple and pretty Jekyll theme.

Notifications You must be signed in to change notification settings

annaschultz/bretty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bretty

Bretty is a simple and pretty Jekyll theme. Wanna see a demo? here

screenshot

The theme is mobile optimised but I did not check browser compatibility. It looks great in Chrome, Safari and Firefox though.


Get started

  1. Fork the repository.
  2. Clone the repository to your computer.
    https://github.com/imwithye/Bretty
  3. Using older versions of Jekyll
    Build and run jekyll using jekyll --server --auto.
    Using Jekyll 1.0
    Build Jekyll using jekyll build.
    Then run Jekyll using jekyll serve --watch, go to http://localhost:4000 for your site.

Make it yours

  1. Edit _config.yml, add your own site title, description, email, etc.
  2. Change _includes/UserBio.html, your profile goes there
  3. For domain settings, see the guide from GitHub.

Options

When writing a post, there are 3 options you can add to the header.

  1. 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.

  2. description: post description goes here
    You can add post description with this tag. Long description is not advised.

  3. 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.


The end

Like it? Tell me.
Question? Use GitHub Issues.

About

Bretty is a simple and pretty Jekyll theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 78.2%
  • HTML 11.9%
  • JavaScript 9.9%