Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 482 Bytes

File metadata and controls

12 lines (8 loc) · 482 Bytes

Personnel Blog

This is a single-user blog website powered by koa. Anyone who want to use this to set up his own blog must have nodejs on their computer.

To config the webiste, copy base.config_origin.js in directory website/config to base.config.js, and specify options there.

database can be created by command npm run createdb

To Do

  • error handler 需要调整
  • css 整合入相应的 js 文件中(react部分完成)