A jekyll theme. demo
This theme is fork from https://github.com/muan/scribble .
- Fork the repository.
- Clone the repository to your computer.
git clone https://github.com/username/scribble
. bundle install
.- Run serve and watch assets change using
rake
, go to http://localhost:4000 for your site.
- Remove all theme files in your project, and commit.
git remote add scribble https://github.com/username/scribble
.git pull scribble master
and fix conflict.
- I have extract most user specific information to
_config.yml
, you should be able to set up almost everything from it. - Change about.md for blog intro.
- For domain settings, see the guide from GitHub.
When writing a post, there are 1 option you can add to the header.
disqus: false
Close Disqus for this post.
When writing a page, there are 3 options you can add to the header.
disqus: false
Close Disqus for this post.prev_page: /path/to/prev_page
Set the prev page path for pagination.next_page: /path/to/next_page
Set the next page path for pagination.