Skip to content

stellaw1/tale-template

Repository files navigation

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

About

Minimal Jekyll theme for storytellers

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 68.4%
  • HTML 25.2%
  • Ruby 6.4%