Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zonyitoo/blog
- Owner: zonyitoo
- Created: 2013-09-11T18:01:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-12T09:38:22.000Z (about 11 years ago)
- Last Synced: 2023-04-09T22:19:00.641Z (over 1 year ago)
- Language: Shell
- Size: 2.06 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 serveThen the blog is generated and can be previewed in http://localhost:8000/.