Minimal Jekyll theme for storytellers
Go to file
Chester How f4daf4eccf Convert theme to gem 2018-01-08 20:23:56 +08:00
_includes Convert theme to gem 2018-01-08 20:23:56 +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 Convert theme to gem 2018-01-08 20:23:56 +08:00
assets Convert theme to gem 2018-01-08 20:23:56 +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
Gemfile Convert theme to gem 2018-01-08 20:23:56 +08:00
Gemfile.lock Convert theme to gem 2018-01-08 20:23:56 +08:00
LICENSE Convert theme to gem 2018-01-08 20:23:56 +08:00
README.md Convert theme to gem 2018-01-08 20:23:56 +08:00
_config.yml Convert theme to gem 2018-01-08 20:23:56 +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
tale.gemspec Convert theme to gem 2018-01-08 20:23:56 +08:00

README.md

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