Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 542 Bytes

README.rst

File metadata and controls

20 lines (13 loc) · 542 Bytes

Website

Code for my personal website & blog:

www.kunli.me

It is written in Go & Dart, and runs on AppEngine.

Essentially this is a static blog site. All posts are written in reStructuredText and converted into html files.

It consists of two modules:

  1. Frontend module is serves static HTML file
  2. Blog module is a Polymer + Dart production. Dart project is included under blog/dart