rootsecurity / Pomash

A Lightweight Blog System

Home Page:http://ipotato.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A Lightweight Blog System. Powered by Tornado Web Framework. Easy to read and write.

Installation

Requirements:

1.Tornado
2.Mistune
3.pygments

How to Build:

  • git clone https://github.com/JmPotato/Pomash.git
  • cd Pomash
  • pip install -r requirements.txt
  • Edit the settings.py
  • python init_db.py to creat database.
  • python run.py to 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 in settings.py and admin panel.

Usage

Support Markdown

#Hello World

```python
print('Hello, World!')
```

Hello, World!

* Hello
* World

Theme

Pomash's theme engine is called Potheme. Here is a Potheme theme list:

Guide

A more detailed guide (in Chinese): http://ipotato.me/article/16

License

Please read the MIT-LICENSE

About

A Lightweight Blog System

http://ipotato.me/

License:MIT License


Languages

Language:Python 41.8%Language:HTML 30.7%Language:CSS 27.5%