Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gfellerph/bolg
- Owner: gfellerph
- License: mit
- Created: 2017-03-22T08:13:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T11:19:17.000Z (about 2 years ago)
- Last Synced: 2024-12-20T04:16:18.952Z (21 days ago)
- Topics: blog, markdown, static-site-generator
- Language: JavaScript
- Homepage: https://bisnär.ch
- Size: 5.89 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```