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
- Host: GitHub
- URL: https://github.com/daddye/sample
- Owner: DAddYE
- Created: 2013-05-06T07:15:39.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-06T07:16:08.000Z (about 13 years ago)
- Last Synced: 2025-02-17T03:35:50.191Z (over 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)