An open API service indexing awesome lists of open source software.

https://github.com/nandomoreirame/middleman-blog

:gem: My old blog using middleman!
https://github.com/nandomoreirame/middleman-blog

blog ecmascript es6 gem gh-pages gulp gulpjs javascript middleman ruby

Last synced: 4 months ago
JSON representation

:gem: My old blog using middleman!

Awesome Lists containing this project

README

        

# Middleman Blog

My old blog using [middleman](https://middlemanapp.com/)!

## Table of Contents
- [Setup](#setup-and-installation)
- [Support](#support)
- [Contributing](#contributing)
- [History](#history)
- [License](#license)

## Setup and Installation

> **use npm**

```bash
$ npm run bundle
$ npm install
$ npm start/npm run dev
```

> **use yarn**

```bash
$ yarn bundle
$ yarn install
$ yarn dev/start
```

> **use [middleman](https://middlemanapp.com/)**

```bash
$ bundle install
$ npm install
$ middleman server
```

open: [localhost:4567](http://localhost:4567)

## Support

Please [open an issue](https://github.com/nandomoreirame/readme-boilerplate/issues/new) for support.

## Contributing

Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/nandomoreirame/readme-boilerplate/compare?expand=1).
Contributing

1. Fork it!
2. Create your feature branch: git checkout -b my-new-feature
3. Commit your changes: git commit -m 'Add some feature'
4. Push to the branch: git push origin my-new-feature
5. Submit a pull request :D

## License

It is free under the [open-source MIT license](/LICENSE).