Skip to content

clayrisser/blogdown

Repository files navigation

BlogDown Beta

Gitter

A back-end agnostic, zero compilation, markdown blogging platform

Please ★ this repo if you found it useful ★ ★ ★

Features

Feature BlogDown Jekyll WordPress Ghost
Single Page ✔️
Page Transitions ✔️
Modular Styles ✔️
Custom Rendering ✔️ ✔️
Taxonomies ✔️ ✔️
No Compilation ✔️ ✔️ ✔️
Commenting ✔️ ✔️ ✔️
Server Agnostic ✔️ ✔️
No Database ✔️ ✔️
Modules/Plugins ✔️ ✔️ ✔️
Themes ✔️ ✔️ ✔️ ✔️

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

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

Go to http://localhost:8000

Docker

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

Go to http://localhost:8801

Build from source

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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License

Jam Risser © 2017

Credits

Changelog

Changelog