Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 816 Bytes

README.rst

File metadata and controls

35 lines (23 loc) · 816 Bytes

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.

Dependences

Running

$ 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/.