8000 GitHub - dalawwa/middlemantest
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dalawwa/middlemantest

Repository files navigation

codeless

Static site starter template for Middleman based on slimmer with Ruby on Rails architecture.

Preprocessing
Tools

Getting Started

Install Middleman

gem install middleman

Install codeless template

mkdir ~/.middleman #if it doesn't exist yet
cd ~/.middleman
git clone git@github.com:flexbox/codeless.git codeless

Start your project

cd ~/path/to/your/project
middleman init PROJECT_NAME --template=codeless

Bower

Find and install the packages you need…

bower search PACKAGE_NAME
bower install ACTUAL_PACKAGE_NAME -S

Include the assets in your js/css files (paths relative to the root 'bower' directory )

#=require 'folder/file' - for js files

@import 'folder/file' - for css files

Architecture

Stylesheets, fonts, images, and JavaScript files go in the /source/assets/ directory. Vendor stylesheets and JavaScripts should go in each of their /bower_components/ directories.

Deploying to GitHub Pages

rake publish

Thanks to neo for the deployment method. More information available there.

Contributing

If you have problems, please create a GitHub Issue.

Have a fix or want to add a feature? Pull Requests are welcome!

Author

twitter/_flexbox
David Leuliette

License

This project is free software, and may be redistributed under GNU/GPL license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0