timshen91 / biast

a total redesigned blog engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A blog engine

It's just a practice for our web application experience. We apply exact evil premature optimazation on it.

Written in Go, intended to be runtime efficient

Go is a young but well-designed language. There's not many new concepts in it, but the best.

Dependency

  • Go hg

    You need to compile go source to get "exp" package which we've used("exp/html" and "exp/html/atom").

  • Redis

    Yes we do use a database, because we don't think raw file is a good choice for data persistence and update. And Redis is fast and simple.

  • LaTeX & ImageMagick (Optional)

    for LaTeX input support.

Our blog

http://stdio.njuptsast.org/(Chinese)

About

a total redesigned blog engine.


Languages

Language:Go 84.5%Language:CSS 13.6%Language:JavaScript 1.9%