Skip to content

Commit 4975169

Browse files
committed
resolve changkun#5, 使用 hexo 编译网站
1 parent 0247488 commit 4975169

52 files changed

Lines changed: 16839 additions & 3 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
1. [GitHub 在线](./book/zh-cn/toc.md)
3434
2. [PDF 文档](./pdf/zh-cn/modern-cpp-tutorial.pdf)
35-
3. [网站]
35+
3. [网站](https://changkun.de/modern-cpp/)
3636

3737
## 相关代码
3838

book/zh-cn/00-preface.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 序言
3+
type: book-zh-cn
4+
order: 0
5+
---
6+
17
# 序言
28

39
## 引言

book/zh-cn/01-intro.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 第 1 章 迈向 C++11/14/17
3+
type: book-zh-cn
4+
order: 1
5+
---
6+
17
# 第 1 章 迈向 C++11/14/17
28

39
[TOC]

book/zh-cn/02-usability.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 第 2 章 语言可用性的强化
3+
type: book-zh-cn
4+
order: 2
5+
---
6+
17
# 第 2 章 语言可用性的强化
28

39
[TOC]

book/zh-cn/03-runtime.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 第 3 章 语言运行期的强化
3+
type: book-zh-cn
4+
order: 3
5+
---
6+
17
# 第 3 章 语言运行期的强化
28

39
> 内容修订中

book/zh-cn/04-containers.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 第 4 章 标准库:容器
3+
type: book-zh-cn
4+
order: 4
5+
---
6+
17
# 第 4 章 标准库:容器
28

39
> 内容修订中

book/zh-cn/05-pointers.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 第 5 章 标准库:容器
3+
type: book-zh-cn
4+
order: 5
5+
---
6+
17
# 第 5 章 标准库:指针
28

39
> 内容修订中

book/zh-cn/06-regex.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 第 6 章 标准库:正则表达式
3+
type: book-zh-cn
4+
order: 6
5+
---
6+
17
# 第 6 章 标准库:正则表达式
28

39
> 内容修订中

book/zh-cn/07-thread.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 第 7 章 标准库:线程与并发
3+
type: book-zh-cn
4+
order: 7
5+
---
6+
17
# 第 7 章 标准库:线程与并发
28

39
> 内容修订中

book/zh-cn/08-filesystem.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# 第 8 章 标准库: 文件系统
1+
---
2+
title: 第 8 章 标准库:文件系统
3+
type: book-zh-cn
4+
order: 8
5+
---
6+
7+
# 第 8 章 标准库:文件系统
28

39
> TODO: 这部分内容为 C++17 新增
410

0 commit comments

Comments
 (0)