https://github.com/sproutcore/sproutcore-website-old
Code for the Official SproutCore Website
https://github.com/sproutcore/sproutcore-website-old
Last synced: over 1 year ago
JSON representation
Code for the Official SproutCore Website
- Host: GitHub
- URL: https://github.com/sproutcore/sproutcore-website-old
- Owner: sproutcore
- Created: 2010-11-26T22:09:13.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-12T01:29:05.000Z (over 15 years ago)
- Last Synced: 2024-03-25T23:06:47.652Z (over 2 years ago)
- Language: Ruby
- Homepage: www.sproutcore.com
- Size: 12.6 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This website is generated using the nanoc gem. It also uses rainpress to compress the CSS files. To install, type:
gem install nanoc rainpress mime-types
You can then run:
nano compile
to generate the final version. You can also see your changes as they happen
by running:
nanoc autocompile
This will cause nanoc to recompile every time a file in the current directory
changes. Look in the output/ directory for the built product.
You can learn more about nanoc at http://nanoc.stoneship.org/