Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zonyitoo/blog

My blog's sources.
https://github.com/zonyitoo/blog

Last synced: 3 months ago
JSON representation

My blog's sources.

Awesome Lists containing this project

README

        

Blog
----

New static blog implementation.

WHY I rewrite my blog?
======================

The previous version of my blog was build from scratch, by using Bootstrap_, Flask_ and MongoDB_. It took me about 2 weeks to build it, but it was not as perfect as I expected. I do not want to spend too much time on fixing bugs of front-end pages. I want to focus on writing articles.

.. _Bootstrap: http://getbootstrap.com/
.. _Flask: http://flask.pocoo.org/
.. _MongoDB: http://www.mongodb.org/

Dependences
===========

* Python 3.3.x

* Pelican_

.. _Pelican: http://docs.getpelican.com/

Running
=======

.. code:: bash

$ virtualenv .venv
$ . .venv/bin/activate
$ pip install -r requirements.pip
$ make html
$ make serve

Then the blog is generated and can be previewed in http://localhost:8000/.