Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5t111111/middleman-opal-template
https://github.com/5t111111/middleman-opal-template
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/5t111111/middleman-opal-template
- Owner: 5t111111
- License: other
- Created: 2014-12-07T12:21:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T04:48:16.000Z (over 9 years ago)
- Last Synced: 2024-04-13T16:15:53.959Z (7 months ago)
- Language: Ruby
- Size: 197 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# middleman-opal-template
## Installation
Install Middleman if you haven't done yet.
```console
$ gem install middleman
```### Clone this template to your machine
```console
$ mkdir ~/.middleman # if it doesn't exist
$ cd ~/.middleman
$ git clone https://github.com/5t111111/middleman-opal-template.git opal
```### Create middleman blog project
```console
$ middleman init my_project --template=opal
```### Install gems
```console
$ cd my_project
$ bundle install
```### Start Middleman server
```console
$ bundle exec middleman
```Then open `http://localhost:4567` in a web browser.