Minimal Jekyll theme for storytellers
_includes | ||
_layouts | ||
_posts | ||
_sass | ||
assets | ||
.gitignore | ||
_config.yml | ||
about.md | ||
CODE_OF_CONDUCT.md | ||
favicon.ico | ||
Gemfile | ||
index.html | ||
LICENSE | ||
README.md | ||
tale.gemspec |
Tale
Tale is a minimal Jekyll theme curated for storytellers. Checkout the demo here.
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
- Add this line to your
Gemfile
:
gem "tale"
- And add this line to your
_config.yml
:
theme: tale
-
Install the theme's gems and dependencies:
$ bundle
-
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