A Lightweight Blog System. Powered by Tornado Web Framework. Easy to read and write.
Requirements:
1.Tornado
2.Mistune
3.pygments
How to Build:
git clone https://github.com/JmPotato/Pomash.gitcd Pomashpip install -r requirements.txt- Edit the
settings.py python init_db.pyto creat database.python run.pyto run your blog.- Your blog is ready for you!
Note: The default admin username is admin and the password is 'admin', too. You can change them with settings.py and admin panel.
Support Markdown
#Hello World
```python
print('Hello, World!')
```
Hello, World!
* Hello
* World
Pomash's theme named Potheme. Here is a Potheme list:
Please read the MIT-LICENSE