Minimal Jekyll theme for storytellers
Go to file
Chester How aca53476f5 Create CODE_OF_CONDUCT.md 2017-06-21 22:52:34 +08:00
_includes Add super neat styling to home page 2017-03-24 11:13:52 +08:00
_layouts Update copyright 2017-04-15 14:43:13 +08:00
_posts Fix broken link to Example content post 2017-05-15 12:48:10 +08:00
_sass Write About page and Introducting Tale post 2017-03-29 12:04:00 +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
LICENSE Initial commit 2017-03-10 13:20:17 +08:00
README.md Update readme 2017-03-29 12:55:29 +08:00
_config.yml Write About page and Introducting Tale post 2017-03-29 12:04:00 +08:00
about.md Write About page and Introducting Tale post 2017-03-29 12:04:00 +08:00
index.html Write About page and Introducting Tale post 2017-03-29 12:04:00 +08:00
styles.scss Major style change on home page 2017-03-21 12:49:35 +08:00

README.md

Tale

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

Tale screenshot

Features

  • 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

Usage

1. Fork and Clone

Fork this repository then clone it.

2. Install dependencies

Tale uses Jekyll's built-SCSS compiler to generate CSS. You'll need to install the Jekyll gem:

$ gem install jekyll

3. Create your site

Edit the _config.yml file to suit your site. Also replace posts and content with your own.

4. Running Locally

To test your site locally, run this in your site's root directory

$ jekyll serve --watch

Head to http://localhost:4000 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