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