https://github.com/thejspr/jekyll-scaffold.thejspr.com
A Jekyll scaffold for static sites with Sass and CoffeeScript
https://github.com/thejspr/jekyll-scaffold.thejspr.com
Last synced: 17 days ago
JSON representation
A Jekyll scaffold for static sites with Sass and CoffeeScript
- Host: GitHub
- URL: https://github.com/thejspr/jekyll-scaffold.thejspr.com
- Owner: thejspr
- Created: 2014-01-12T15:03:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T09:25:54.000Z (over 8 years ago)
- Last Synced: 2025-10-08T19:26:43.933Z (9 months ago)
- Language: Ruby
- Homepage: http://jekyll-scaffold.thejspr.com
- Size: 338 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jekyll with Sass and CoffeeScript
This project contains a light-weight setup I use for building static sites. It is
built upon the wonderful [Jekyll](http://jekyllrb.com/) with support for
[Sass](http://sass-lang.com/) and [CoffeeScript](http://coffeescript.org/).
## Installation
To get started, clone this project, install the dependencies and setup Jekyll:
``` bash
git clone git@github.com:thejspr/jekyll-scaffold.git my-new-site
cd my-new-site
bundle install
./bin/setup
```
## Development and site building
Once all dependencies are installed, start a development server with `jekyll serve --watch`
## Deploying to GitHub Pages
When you want to deploy your site to GitHub Pages, run `./bin/release`
## Contributing
1. Implement your feature/fix or create an issue.
2. Send a Pull-Request.
3. Bathe in the glory of open-source software.