Tale is a minimal Jekyll theme curated for storytellers. Checkout the demo here.
- 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
Fork this repository then clone it.
Tale uses Jekyll's built-SCSS compiler to generate CSS. You'll need to install the Jekyll gem:
$ gem install jekyll
Edit the _config.yml
file to suit your site. Also replace posts and content with your own.
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.
Found a bug or have a suggestion? Feel free to create an issue or make a pull request!
See LICENSE