Skip to content

nandomoreirame/middleman-blog

Repository files navigation

Middleman Blog

My old blog using middleman!

Table of Contents

Setup and Installation

use npm

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

use yarn

$ yarn bundle
$ yarn install
$ yarn dev/start

use middleman

$ bundle install
$ npm install
$ middleman server

open: localhost:4567

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request. 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.