Let’s talk about the Future of Jamstack — Join us

blogdown

22 stars
1 fork
9 issues
Repository
codejamninja/blogdown
Language:
JavaScript
License:
MIT
Templates:
Pug

Download

Demo

Features

BlogDown Features

Installing

  1. Unzip the contents from HERE on your server

  2. There is no step two. That's how easy it is to install BlogDown.

Try locally

mkdir blogdown && cd blogdown
curl -OL https://github.com/thingdown/blogdown/releases/download/v0.1.9/blogdown.zip
unzip blogdown.zip && rm blogdown.zip
python -m SimpleHTTPServer

Go to http://localhost:8000

Docker

docker run --name some-blogdown -v /volumes/blogdown-content:/app/content -p 8081:8081 thingdown/blogdown:latest

Go to http://localhost:8081

Build from source

git clone https://github.com/thingdown/blogdown.git
yarn install # or `npm intall`
bower install
yarn start

Find more static site generators.