Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axyz/middleman-axyz-skeleton
https://github.com/axyz/middleman-axyz-skeleton
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/axyz/middleman-axyz-skeleton
- Owner: axyz
- Created: 2013-02-20T19:00:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-02-22T01:09:21.000Z (over 11 years ago)
- Last Synced: 2024-04-09T22:08:19.686Z (7 months ago)
- Language: Ruby
- Size: 301 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The axyz Middleman Skeleton
===========================Concepts
--------- HTL5 Boilerplate
- golden ratio based modular scale typography, baseline, responsive grid system(susy)
- color palette based on solarized
- semantic approach:
- susy uses semantic grids
- jquery ui uses a semantic approach(not perfect, but fine)- compatibility:
- erb layouts to preserve compatibility with raw html
- scss styles to preserve raw css compatibility
- markdown content (ideally it could be compatible with raw human writing)- coffeescript for clientside scripts
Installation
------------- make sure to have:
- ruby
- gem install middleman
- git- git clone git://github.com/axyz/middleman-axyz-skeleton.git ~/.middleman/axyz
- middleman init my-new-project --template=axyz
Usage
------ cd my-new-project
- middleman server
- open browser to http://127.0.0.1:4567