mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
all: update dep and email addr
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2016 - 2019 Changkun Ou <hi@changkun.us>
|
Copyright (c) 2016 - 2020 Changkun Ou <hi@changkun.de>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ all: revision epub
|
|||||||
revision:
|
revision:
|
||||||
@echo '---' >> meta.markdown
|
@echo '---' >> meta.markdown
|
||||||
@echo 'title: "Modern C++ Tutorial: C++11/14/17/20 On the Fly"' >> meta.markdown
|
@echo 'title: "Modern C++ Tutorial: C++11/14/17/20 On the Fly"' >> meta.markdown
|
||||||
@echo 'author: Changkun Ou <hi@changkun.us>' >> meta.markdown
|
@echo 'author: Changkun Ou <hi[at]changkun.de>' >> meta.markdown
|
||||||
@echo 'subtitle: |' >> meta.markdown
|
@echo 'subtitle: |' >> meta.markdown
|
||||||
@echo ' The content in this PDF file may outdated, please check our website <https://changkun.de/modern-cpp> or GitHub repository <https://github.com/changkun/modern-cpp-tutorial> for the latest book updates. Last update: ${date}' >> meta.markdown
|
@echo ' The content in this PDF file may outdated, please check our website <https://changkun.de/modern-cpp> or GitHub repository <https://github.com/changkun/modern-cpp-tutorial> for the latest book updates. Last update: ${date}' >> meta.markdown
|
||||||
@echo 'rights: © Ou Changkun, CC BY-NC-ND 4.0.' >> meta.markdown
|
@echo 'rights: © Ou Changkun, CC BY-NC-ND 4.0.' >> meta.markdown
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# !/usr/bin/env python3
|
# !/usr/bin/env python3
|
||||||
# author: changkun<hi@changkun.us>
|
# author: changkun<hi[at]changkun.de>
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ all: revision epub
|
|||||||
revision:
|
revision:
|
||||||
@echo '---' >> meta.markdown
|
@echo '---' >> meta.markdown
|
||||||
@echo 'title: "现代 C++ 教程:高速上手 C++11/14/17/20"' >> meta.markdown
|
@echo 'title: "现代 C++ 教程:高速上手 C++11/14/17/20"' >> meta.markdown
|
||||||
@echo 'author: 欧长坤 <hi@changkun.us>' >> meta.markdown
|
@echo 'author: 欧长坤 <hi[at]changkun.de>' >> meta.markdown
|
||||||
@echo 'subtitle: |' >> meta.markdown
|
@echo 'subtitle: |' >> meta.markdown
|
||||||
@echo ' 此文件的内容可能过期,请检查本书网站 <https://changkun.de/modern-cpp> 及 GitHub 仓库<https://github.com/changkun/modern-cpp-tutorial> 以获取最新内容。最后更新:${date}' >> meta.markdown
|
@echo ' 此文件的内容可能过期,请检查本书网站 <https://changkun.de/modern-cpp> 及 GitHub 仓库<https://github.com/changkun/modern-cpp-tutorial> 以获取最新内容。最后更新:${date}' >> meta.markdown
|
||||||
@echo 'rights: © Ou Changkun, CC BY-NC-ND 4.0.' >> meta.markdown
|
@echo 'rights: © Ou Changkun, CC BY-NC-ND 4.0.' >> meta.markdown
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# !/usr/bin/env python3
|
# !/usr/bin/env python3
|
||||||
# author: changkun<hi@changkun.us>
|
# author: changkun<hi[at]changkun.de>
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# !/usr/bin/env python3
|
# !/usr/bin/env python3
|
||||||
# author: changkun<hi@changkun.us>
|
# author: changkun<hi[at]changkun.de>
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ ignores = ['TOC', 'Table of Content', 'License', 'license']
|
|||||||
with open('modern-cpp-tutorial.md', 'w') as outfile:
|
with open('modern-cpp-tutorial.md', 'w') as outfile:
|
||||||
outfile.write("""---
|
outfile.write("""---
|
||||||
title: "Modern C++ Tutorial: C++11/14/17/20 On the Fly"
|
title: "Modern C++ Tutorial: C++11/14/17/20 On the Fly"
|
||||||
author: Changkun Ou <hi@changkun.us>
|
author: Changkun Ou <hi[at]changkun.de>
|
||||||
copyright: cc-by-nc-nd 4.0
|
copyright: cc-by-nc-nd 4.0
|
||||||
---
|
---
|
||||||
""")
|
""")
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ $endif$
|
|||||||
{\LARGE\textbf{Modern C++ Tutorial: C++11/14/17/20 On the Fly}}
|
{\LARGE\textbf{Modern C++ Tutorial: C++11/14/17/20 On the Fly}}
|
||||||
|
|
||||||
\vspace{1em}
|
\vspace{1em}
|
||||||
{\large Changkun Ou (hi@changkun.us)}
|
{\large Changkun Ou (hi[at]changkun.de)}
|
||||||
|
|
||||||
\vspace{1ex}
|
\vspace{1ex}
|
||||||
Last update: \today
|
Last update: \today
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# !/usr/bin/env python3
|
# !/usr/bin/env python3
|
||||||
# author: changkun<hi@changkun.us>
|
# author: changkun<hi[at]changkun.de>
|
||||||
|
|
||||||
import os, io
|
import os, io
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@ ignores = ['TOC', '返回目录', '许可', 'license']
|
|||||||
|
|
||||||
head = """---
|
head = """---
|
||||||
title: "现代 C++ 教程:高速上手 C++11/14/17/20"
|
title: "现代 C++ 教程:高速上手 C++11/14/17/20"
|
||||||
author: 欧长坤 <hi@changkun.us>
|
author: 欧长坤 <hi[at]changkun.de>
|
||||||
copyright: cc-by-nc-nd 4.0
|
copyright: cc-by-nc-nd 4.0
|
||||||
---
|
---
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ $endif$
|
|||||||
{\LARGE\textbf{现代 C++ 教程:高速上手 C++11/14/17/20}}
|
{\LARGE\textbf{现代 C++ 教程:高速上手 C++11/14/17/20}}
|
||||||
|
|
||||||
\vspace{1em}
|
\vspace{1em}
|
||||||
{\large 欧长坤 (hi@changkun.us)}
|
{\large 欧长坤 (hi[at]changkun.de)}
|
||||||
|
|
||||||
\vspace{1ex}
|
\vspace{1ex}
|
||||||
最后更新 \today - \revision
|
最后更新 \today - \revision
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ title: "现代 C++ 教程: 高速上手 C++ 11/14/17/20"
|
|||||||
subtitle: C++ 11/14/17/20 On the Fly
|
subtitle: C++ 11/14/17/20 On the Fly
|
||||||
description: "欧长坤"
|
description: "欧长坤"
|
||||||
author: 欧长坤
|
author: 欧长坤
|
||||||
email: hi[at]changkun.us
|
email: hi[at]changkun.de
|
||||||
language: zh-CN
|
language: zh-CN
|
||||||
|
|
||||||
# URL
|
# URL
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# !/usr/bin/env python3
|
# !/usr/bin/env python3
|
||||||
# author: changkun<hi@changkun.us>
|
# author: changkun<hi[at]changkun.de>
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|||||||
3520
website/package-lock.json
generated
3520
website/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -3,17 +3,17 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"hexo": {
|
"hexo": {
|
||||||
"version": "4.2.1"
|
"version": "5.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hexo-generator-index": "^0.2.1",
|
"hexo-generator-index": "^2.0.0",
|
||||||
"hexo-image-caption": "^0.1.1",
|
"hexo-image-caption": "^0.1.1",
|
||||||
"hexo-renderer-ejs": "^0.3.1",
|
"hexo-renderer-ejs": "^1.0.0",
|
||||||
"hexo-renderer-marked": "^1.0.1",
|
"hexo-renderer-marked": "^3.3.0",
|
||||||
"hexo-renderer-stylus": "^0.3.3"
|
"hexo-renderer-stylus": "^2.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"hexo": "^4.2.1",
|
"hexo": "^5.3.0",
|
||||||
"serve": "^11.3.2"
|
"serve": "^11.3.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user