blogdown
blogdown copied to clipboard
A back-end agnostic, zero compilation, markdown blogging platform
BlogDown Beta
A back-end agnostic, zero compilation, markdown blogging platform

Please ★ this repo if you found it useful ★ ★ ★
Download
Demo
Features
| Feature | BlogDown | Jekyll | WordPress | Ghost |
|---|---|---|---|---|
| Single Page | :heavy_check_mark: | :x: | :x: | :x: |
| Page Transitions | :heavy_check_mark: | :x: | :x: | :x: |
| Modular Styles | :heavy_check_mark: | :x: | :x: | :x: |
| Custom Rendering | :heavy_check_mark: | :x: | :heavy_check_mark: | :x: |
| Taxonomies | :heavy_check_mark: | :x: | :heavy_check_mark: | :x: |
| No Compilation | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Commenting | :heavy_check_mark: | :x: | :heavy_check_mark: | :heavy_check_mark: |
| Server Agnostic | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
| No Database | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
| Modules/Plugins | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: |
| Themes | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
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
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
- 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
License
Jam Risser © 2017
Credits
- Jam Risser - Author
- Polymer