Everblog is named after Evernote, you can publish your Evernote notes to Everblog as blog entries.
When the notes in Evernote are updated, corresponding blog entries in Everblog are updated automatically.
Taking notes and writing blog entries are similar creative activities. You may want to publish some of your notes as blog entries.
We already have Evernote, a popular note taking application. It would be nice to have a blogging software which integrates well with Evernote.
Here comes Everblog!
- simple to setup and simple to use.
- clear UI and clean HTML5 code.
- minimal data storage. Most of the data is stored on third-party services such as Evernote and Disqus.
- support atom feeds, tag clouds and google analytics.
- long-term maintained. I use it to power my own blog and I will continue to develop and maintain it.
git clone git://github.com/tylerlong/everblog.git && cd everblog pip install -r requires.txt python manage.py recreate_tables_then_load_data python manage.py run_app
open your browser and navigate to http://localhost:5000
- Most of the configurable items resides in everblog/__init__.py file
- If you want to change the default layout or menu, change everblog/templates/layout.html file
The same as deploying any other wsgi based python websites.
My blog: http://tylerlong.me
Everblog is released under BSD license.
Comments, suggestions, questions, free beer, t-shirts, kindles, ipads ... are all welcome!
Email: everblog.feedback@gmail.com