Skip to content

cnbuff410/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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