https://github.com/flexbox/codeless
🚚✨ Advanced Middleman template with Sass, Slim & Yarn
https://github.com/flexbox/codeless
boilerplate github-page middleman middleman-template ruby sass slim svg template yarn
Last synced: about 2 months ago
JSON representation
🚚✨ Advanced Middleman template with Sass, Slim & Yarn
- Host: GitHub
- URL: https://github.com/flexbox/codeless
- Owner: flexbox
- License: gpl-2.0
- Archived: true
- Created: 2015-04-26T15:12:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-18T10:31:15.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T02:34:25.569Z (7 months ago)
- Topics: boilerplate, github-page, middleman, middleman-template, ruby, sass, slim, svg, template, yarn
- Language: Ruby
- Homepage: https://flexbox.github.io/codeless/
- Size: 4.03 MB
- Stars: 43
- Watchers: 6
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Start your next Middleman 4 project in seconds with the best DXA highly scalable, Middleman template with a focus on SEO & best practices.
[](https://greenkeeper.io/)
###### Tools
- [Slim](http://slim-lang.com) *[for html]*
- [Sass](http://sass-lang.com) *[for css]*
- [Yarn](https://yarnpkg.com) *[package management]*
- [Webpack](https://webpack.js.org/) *[bundle for assets]*###### Middleman
- [GitHub Pages](http://pages.github.com) *[deployment/hosting]*
- [Middleman Favicon Maker](https://github.com/follmann/middleman-favicon-maker) *[Generate favicon files in various sizes]*## Start a new project
$ gem install middleman
$ middleman init MY_PROJECT_FOLDER -T flexbox/codeless## Getting Started
You need [Bundler](http://bundler.io/) to install gems
$ gem install bundler
$ bundle install
$ yarn### Browser preview – _[http://locahost:4567](http://locahost:4567)_
$ bundle exec middleman server
### Deploying to GitHub Pages
$ bundle exec middleman deploy
__💡 Note:__ If you get an error with `middleman build`, make sure [Imagemagik](http://www.imagemagick.org/script/index.php) is installed
$ brew install imagemagick