Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smt/strapon
StrapOn is a Responsive HTML Prototyping framework that uses the Serve gem to generate static websites using any number of tempating languages.
https://github.com/smt/strapon
Last synced: about 2 months ago
JSON representation
StrapOn is a Responsive HTML Prototyping framework that uses the Serve gem to generate static websites using any number of tempating languages.
- Host: GitHub
- URL: https://github.com/smt/strapon
- Owner: smt
- Created: 2012-08-13T17:26:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-23T16:56:10.000Z (about 12 years ago)
- Last Synced: 2024-04-14T04:02:42.419Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
StrapOn (NEW!)
==============StrapOn is a responsive, static, HTML prototyping framework that uses the Serve gem to generate static websites using any number of markup languages.
StrapOn is supported by:
-------------------------
* SASS
* Compass
* Susy (for semantically-friendly responsive grids)
* Serve (local webserver, sass compiler, template assembler, etc..)
* Font-Awesome (for font/svg based icons)
* Ruby (runs all of these wonderful tools)
* ERB, Haml, HTML, Markdown, Textile (Your markup language of choice..)Usage
-----
_Requirements:_1. Ruby
_On first use:_
`$ bundle install`
Downloads all gem dependacies.
`$ rake start`
Starts webserver at http://localhost:4000, auto-compiles all SCSS and SASS (no need to run compass watch).
Ctrl+C Ends the web server process and generates a static version of the site at ./_site/`$ rake export`
Generates a static version of the site at ./_site/ without starting the webserver.
_Structure_
* All layouts and partials are in the views directory
* _layout.html.erb in any directory is the default layout for all other files in that directory unless otherwise specified.Changes
-------
* No longer using Jekyll as templating framework
* No longer useing Foreman to mange multiple processes
* Rake tasks manage server, and static site export