Coder Social home page Coder Social logo

serholiu.com's Introduction

A Little About

The Miniakio 2 instructions on my blog(Chinese): http://serholiu.com/about-miniakio

This is my blog source code, powered by Tornado web framework.It's not yet a static blog generator, but it's really simple and lightweight,it has a blog engine must features, such as Category, Tag, Post, Page, Feed,now it's use sqlite3 database.

You need use Markdown markup language written post with your favorite editor, sign in blog and go to /post/new post it.Picky type post, just go to /post/picky upload your markdown file.

Post Example

Post (see example/post_example.md):

# Title

- slug: title
- published: 2012-06-26 19:00
- tags: Test, Tornado, Python
- category: Work

------------------------------

This Content....

```python
import math

print math.sqrt(9)
```

Picky compare with Post,no tags, category and slug(see picky folder).

Installation and Basic Usage

Requirements:

  1. Tornado
  2. misaka
  3. pygments
  • Get this: git clone https://github.com/SerhoLiu/serholiu.com.git
  • If you use Python3, you should git checkout python3
  • Install required package: pip install -r requirements.txt
  • Create Sqlite3 database: edit tools.py and python tools.py -o createdb
  • Disqus support: change miniakio/templates/post.html disqus_shortname into your username.
  • Production suggest: See My blog(Chinese)

License

MIT LICENSE, see MIT-LICENSE.txt

serholiu.com's People

Contributors

serholiu avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.