blogdown
Download
Demo
Features
Installing
-
Unzip the contents from HERE on your server
-
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