Skip to content

zonyitoo/blog

Repository files navigation

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

About

My blog's sources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published