Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gfellerph/bolg

Blog with static html pages generated from markdown and markdown editor
https://github.com/gfellerph/bolg

blog markdown static-site-generator

Last synced: 20 days ago
JSON representation

Blog with static html pages generated from markdown and markdown editor

Awesome Lists containing this project

README

        

# bisnär
[![Build Status](https://travis-ci.org/tuelsch/bolg.svg?branch=develop)](https://travis-ci.org/tuelsch/bolg)

Blog/Backend/Server hosted on heroku

Images/Data/Functions with Firebase

Live: https://bisnär.ch

Features:
- Static precompiled posts
- Markdown/Vue.js post editor
- Node.js server
- Google map for travel tipps

## Build Setup

``` bash
# install dependencies
npm install

# serve backend with hot reload at localhost:8080
# serve frontend and start blog at localhost:3000
npm run dev

# build for production with minification
npm run prod

# build for production and view the bundle analyzer report
npm run prod --report
```