https://github.com/chris-pearce/scally-website
A website for the Scally CSS framework 😎
https://github.com/chris-pearce/scally-website
Last synced: about 1 month ago
JSON representation
A website for the Scally CSS framework 😎
- Host: GitHub
- URL: https://github.com/chris-pearce/scally-website
- Owner: chris-pearce
- License: mit
- Created: 2015-01-14T18:57:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T21:31:16.000Z (over 9 years ago)
- Last Synced: 2024-09-13T23:10:53.260Z (9 months ago)
- Language: CSS
- Homepage: http://scally.chris-pearce.me
- Size: 2.41 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scally CSS framework website
A website for the [Scally CSS framework](https://github.com/chris-pearce/scally).
Built on [Jekyll](http://jekyllrb.com/) and [Grunt](http://gruntjs.com/) and
hosted with GitHub Pages via the `gh-pages` branch.The `master` branch is the source code for the site i.e. the uncompiled
Jekyll site. The `gh-pages` branch is the compiled source code and can be
reached on this domain: .To use the site locally `cd` to where you want to install the website and do
a `git clone`. Then `cd` into the `scally-website` dir, then in the Terminal
type `grunt` which will run the default Grunt tasks including launching the
website in your browser on `localhost:9000`.If you find any problems with the site or would like to offer any suggestions
for improvements please submit [an issue](https://github.com/chris-pearce/scally-website/issues).