Minimal Jekyll theme for storytellers
Go to file
Chester How a8ba74a83f Add favicon 2017-12-19 23:04:21 +08:00
_includes Add favicon 2017-12-19 23:04:21 +08:00
_layouts Remove duplicate space 2017-10-09 19:48:57 -04:00
_posts Remove extra text in post 2017-12-17 16:36:35 +08:00
_sass Add support for image captions & center images 2017-11-24 11:44:25 +08:00
assets Add favicon 2017-12-19 23:04:21 +08:00
.gitignore Initial commit 2017-03-10 13:20:17 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-21 22:52:34 +08:00
LICENSE Initial commit 2017-03-10 13:20:17 +08:00
README.md Configure baseurl 2017-10-08 02:50:44 +08:00
_config.yml Add support for image captions & center images 2017-11-24 11:44:25 +08:00
about.md Write About page and Introducting Tale post 2017-03-29 12:04:00 +08:00
favicon.ico Add favicon 2017-12-19 23:04:21 +08:00
index.html Configure baseurl 2017-10-08 02:50:44 +08:00
styles.scss Major style change on home page 2017-03-21 12:49:35 +08:00

README.md

Tale

Tale is a minimal Jekyll theme curated for storytellers. Checkout the demo here.

Tale screenshot

Features

  • Compatible with GitHub Pages
  • Responsive design (looks just as good on mobile)
  • Syntax highlighting, with the help of Pygments
  • Markdown and HTML text formatting
  • Pagination of posts

Usage

1. Fork and Clone

Fork this repository then clone it.

2. Install dependencies

Tale uses Jekyll's built-SCSS compiler to generate CSS. You'll need to install the Jekyll gem:

$ gem install jekyll

3. Create your site

Edit the _config.yml file to suit your site. Also replace posts and content with your own.

4. Running Locally

To test your site locally, run this in your site's root directory

$ jekyll serve --watch

Head to http://localhost:4000/tale/ to see your site in action.

Contributing

Found a bug or have a suggestion? Feel free to create an issue or make a pull request!

License

See LICENSE