Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

executable file
·
17 lines (11 loc) · 423 Bytes

changkun.de/modern-cpp

Welcome to Modern C++ Tutorial! This site is built with hexo. Site content is written in Markdown format located in ../book. And all static files will be built into ./public, which is served by a nginx server at changkun.de.

Requirements

  • node.js
  • npm

Developing

Start from the terminal:

$ make    # build
$ make s  # start serve