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!
- Host: GitHub
- URL: https://github.com/nandomoreirame/middleman-blog
- Owner: nandomoreirame
- License: mit
- Created: 2017-10-07T00:52:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T17:50:28.000Z (over 7 years ago)
- Last Synced: 2025-01-05T14:33:31.537Z (5 months ago)
- Topics: blog, ecmascript, es6, gem, gh-pages, gulp, gulpjs, javascript, middleman, ruby
- Language: HTML
- Homepage: https://nandomoreira.me/middleman-blog/
- Size: 1.91 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
Contributing1. 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).