Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuya-matsushima/middleman-slim
A Middleman template using Slim.
https://github.com/yuya-matsushima/middleman-slim
Last synced: 3 months ago
JSON representation
A Middleman template using Slim.
- Host: GitHub
- URL: https://github.com/yuya-matsushima/middleman-slim
- Owner: yuya-matsushima
- License: mit
- Created: 2013-05-06T12:32:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T23:37:38.000Z (about 3 years ago)
- Last Synced: 2024-07-19T12:38:56.813Z (4 months ago)
- Language: SCSS
- Size: 68.4 KB
- Stars: 64
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# middleman-slim
A template of [Middleman](https://middlemanapp.com/).
## Usage
middleman-slim support middleman v4.
```
$ middleman init MY_PROJECT -T yuya-matsushima/middleman-slim
```If you still use middleman(v3), you can use:
```
$ gem install middleman-slim
$ middleman init MY_PROJECT -T slim
```