Story is a one page template with modern look and feel in mind based on the original html5 theme.
https://abhishekbalam.github.io/story-theme/
Inside the folder of your Jekyll site run:
$ cd themes
$ git clone https://github.com/abhishekbalam/story-jekyll-theme.git
After installing the Story Theme successfully it requires a just a few more steps to get your site running.
Take a look inside the _config.yml and change parameters as needed.
In order to see your site in action, run Jekyll's built-in local server.
$ jekyll serve
Now enter localhost:4000 in the address bar of your browser.
Did you find a bug or have an idea for a new feature? Feel free to use the issue tracker to let me know. Or make directly a pull request.
This theme is released under The MIT License (MIT).
Thanks to
- freehtml5.co for creating this theme
- Tom Preston-Werner for creating Jekyll and the awesome community around the project.