Scribble

A jekyll theme. demo

screenshot

This theme is fork from https://github.com/muan/scribble .


Get started

  1. Fork the repository.
  2. Clone the repository to your computer.
    git clone https://github.com/username/scribble .
  3. bundle install .
  4. Run serve and watch assets change using rake, go to http://localhost:4000 for your site.

Replace theme for exists site

  1. Remove all theme files in your project, and commit.
  2. git remote add scribble https://github.com/username/scribble .
  3. git pull scribble master and fix conflict.

Make it yours

  1. I have extract most user specific information to _config.yml, you should be able to set up almost everything from it.
  2. Change about.md for blog intro.
  3. For domain settings, see the guide from GitHub.

Post options

When writing a post, there are 1 option you can add to the header.

  1. disqus: false
    Close Disqus for this post.

Page options

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

  1. disqus: false
    Close Disqus for this post.
  2. prev_page: /path/to/prev_page
    Set the prev page path for pagination.
  3. next_page: /path/to/next_page
    Set the next page path for pagination.