A back-end agnostic, zero compilation, markdown blogging platform
Please ★ this repo if you found it useful ★ ★ ★
| Feature | BlogDown | Jekyll | WordPress | Ghost |
|---|---|---|---|---|
| Single Page | ✔️ | ❌ | ❌ | ❌ |
| Page Transitions | ✔️ | ❌ | ❌ | ❌ |
| Modular Styles | ✔️ | ❌ | ❌ | ❌ |
| Custom Rendering | ✔️ | ❌ | ✔️ | ❌ |
| Taxonomies | ✔️ | ❌ | ✔️ | ❌ |
| No Compilation | ✔️ | ❌ | ✔️ | ✔️ |
| Commenting | ✔️ | ❌ | ✔️ | ✔️ |
| Server Agnostic | ✔️ | ✔️ | ❌ | ❌ |
| No Database | ✔️ | ✔️ | ❌ | ❌ |
| Modules/Plugins | ✔️ | ✔️ | ✔️ | ❌ |
| Themes | ✔️ | ✔️ | ✔️ | ✔️ |
-
Unzip the contents from HERE on your server
-
There is no step two. That's how easy it is to install BlogDown.
curl -OL https://github.com/thingdown/blogdown/releases/download/v0.2.0/blogdown.zip
unzip blogdown.zip && cd blogdown
python -m SimpleHTTPServerGo to http://localhost:8000
docker run --name some-blogdown -v /volumes/blogdown-content:/app/content -p 8801:8801 thingdown/blogdown:latestGo to http://localhost:8801
git clone https://github.com/thingdown/blogdown.git
yarn install # or `npm intall`
bower install
yarn start- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Jam Risser © 2017
- Jam Risser - Author
- Polymer
