Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hendricius/jekyll-quickstart
A jekyll sample project including slim, sass, I18n and twitter bootstrap. Helps you getting started fast.
https://github.com/hendricius/jekyll-quickstart
Last synced: 8 days ago
JSON representation
A jekyll sample project including slim, sass, I18n and twitter bootstrap. Helps you getting started fast.
- Host: GitHub
- URL: https://github.com/hendricius/jekyll-quickstart
- Owner: hendricius
- License: other
- Created: 2012-09-05T20:31:59.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-21T15:53:25.000Z (over 10 years ago)
- Last Synced: 2024-08-06T03:05:54.904Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 535 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jekyll Quickstart
A sample project to getting started with jekyll with little configuration required.## Comes with plugins:
* [Slim templates](http://slim-lang.com/)
* [Sass](http://sass-lang.com/)
* Twitter Bootstrap
* Font Awesome
* jQuery
* underscore
* I18n your jekyll. See `_config.yml`## Uses includes to seperate the layout:
* `_includes/` contain header/headinclude and footer files.
* `_layouts/` contains a default layout that uses the includes.## Steps to configure:
1. Do `bundle install` to make sure you have all gems installed.
2. Edit file `_config.yml` to suit your interests - i18n and more
3. Start making your website, from `index.slim`.## Todo
Consider forking and enhancing this project:
* Add compass
* Use slim for jekyll `_includes`/`_layouts` as well## License
This project is free to use and replicate.
See file `LICENSE`.