Files
modern-cpp-tutorial/website
Changkun Ou 761a408d82 Revert "all: remove digitalocean as it is not our sponsor anymore"
They are our sponsor again!

This reverts commit 1ce9b16867.
2021-11-25 09:45:33 +01:00
..
2021-02-06 23:35:01 +01:00
2020-12-17 23:59:14 +01:00
2020-12-17 23:59:14 +01:00
2020-12-31 09:26:05 +01:00
2021-11-20 16:08:13 +01:00
2019-07-08 13:18:31 +02:00

changkun.de/modern-cpp

Welcome to Modern C++ Tutorial! This site is built with hexo. Site content was 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