Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/srph/websait

Upcoming personal websait.
https://github.com/srph/websait

jekyll portfolio website

Last synced: 23 days ago
JSON representation

Upcoming personal websait.

Awesome Lists containing this project

README

        

# wibzait
[WIP] Upcoming personal websait.

## Installation
Requires [ruby](https://rvm.io) `>=2.3` and [bundle](http://bundler.io/).
```bash
make install
```

## Running
After running the command below, go to `localhost:4000`.
```bash
make start
```

## Deploying
Point your public directory to `_site`, and run the ff command:
```bash
make build
```
You should be good to go.