tale/README.md

931 B

Tale

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

Tale screenshot

Features

  • Easy installation
  • 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

Installation

  1. Add this line to your Gemfile:
gem "tale"
  1. And add this line to your _config.yml:
theme: tale
  1. Install the theme's gems and dependencies:

    $ bundle

  2. Finally, build and serve your site

    $ bundle exec jekyll serve

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