https://github.com/godbout/nanoc-compass-lessframework
This is a small package that you can use as a start if you want to develop a website/blog using the awesome nanoc, compass and lessframework
https://github.com/godbout/nanoc-compass-lessframework
Last synced: 3 months ago
JSON representation
This is a small package that you can use as a start if you want to develop a website/blog using the awesome nanoc, compass and lessframework
- Host: GitHub
- URL: https://github.com/godbout/nanoc-compass-lessframework
- Owner: godbout
- Created: 2011-04-25T10:53:56.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-04-25T11:38:52.000Z (about 14 years ago)
- Last Synced: 2025-02-06T02:07:36.653Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nanoc-compass-lessframework
This is just a basic structure/configuration for a start if you want to work with the awesome nanoc, compass and lessframework. It's pretty simple to integrate actually but as I've spent a bit of time making it work, I think it's cool to share. Might save you some minutes ;-)
If I remember well, what you have to do is just:
* Install [nanoc][nanoc_site]
* Install [compass][compass_github]# thanks to
A big thank you to those working on those awesome projects:
* [Denis Defreyne][ddfreyne_github] for nanoc
* [Christopher M. Eppstein][chriseppstein_github] for compass
* [Joni Korpi][jonikorpi_github] for lessframework
* [Justin Hileman][justinhileman_blog] for his awesome blog that made me want to checkout nanoc[nanoc_site]: http://nanoc.stoneship.org/ "nanoc web site compiler"
[compass_github]: https://github.com/chriseppstein/compass "compass framework"
[ddfreyne_github]: https://github.com/ddfreyne/nanoc "ddfreyne-nanoc github"
[chriseppstein_github]: https://github.com/chriseppstein/compass "chriseppstein-compass github"
[jonikorpi_github]: https://github.com/jonikorpi/Less-Framework "jonikorpi-lessframework github"
[justinhileman_blog]: http://justinhileman.info/colophon/ "justin hileman's blog"