An open API service indexing awesome lists of open source software.

https://github.com/daddye/sample

A (ex)sample website to clone
https://github.com/daddye/sample

Last synced: about 1 year ago
JSON representation

A (ex)sample website to clone

Awesome Lists containing this project

README

          

## Example website

This is a `sample` website to build in seconds a website with:

* Slim
* Coffee Script
* Sass (with bourbon)

That compiles to **html**.

All thanks to [jekyll](http://jekyllrb.com)

## Instructions

From your bash:

git clone git@github.com/DAddYE/sample.git my-web-site-name
cd my-web-site-name
bundle update

Then you can serve your website like:

jekyll serve --watch

Read more on: http://jekyllrb.com

## Author

Davide D'Agostino (DAddYE)

* Twitter: [@DAddYE](http://twitter.com/DAddYE)
* Github: [@DAddYE](https://github.com/DAddYE)
* Website: [daddye.it](http://daddye.it)

## License

See [Jekyll LICENSE](https://github.com/mojombo/jekyll/blob/master/LICENSE)