Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/5t111111/middleman-opal-template


https://github.com/5t111111/middleman-opal-template

Last synced: 2 days ago
JSON representation

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.