all: rename book title

Update #1
This commit is contained in:
Changkun Ou
2019-07-20 12:44:34 +02:00
parent 6238d66b11
commit 2eb8fdb099
21 changed files with 27 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
# Site Configuration
title: 高速上手 C++ 11/14/17/20
title: "现代 C++ 教程: 高速上手 C++ 11/14/17/20"
subtitle: C++ 11/14/17/20 On the Fly
description: "欧长坤"
author: 欧长坤

View File

@@ -3,7 +3,7 @@
"version": "2.0.0",
"private": true,
"hexo": {
"version": "3.9.0"
"version": "3.8.0"
},
"dependencies": {
"hexo-generator-index": "^0.2.1",
@@ -16,4 +16,4 @@
"hexo": "^3.8.0",
"serve": ">=7.0.0"
}
}
}

View File

@@ -1,4 +1,4 @@
site_description: "Modern C++ | C++ 11/14/17/20 On the Fly | 现代 C++ | 高速上手 C++11/14/17/20"
site_description: "Modern C++ Tutorial | C++ 11/14/17/20 On the Fly | 现代 C++ 教程 | 高速上手 C++11/14/17/20"
google_analytics:
root_domain: changkun.de/modern-cpp
moderncpp_version: 2.0.0

View File

@@ -17,9 +17,10 @@
</div><div class="right">
<h4>欧长坤 著</h4>
<h1>
高速上手<br>C++ 11/14/17/20
现代 C++ 教程<br>
</h1>
<h2>第二版</h2>
<h2>高速上手 C++ 11/14/17/20</h2>
<h3>第二版</h3>
<p>
<a class="button white" href="<%- url_for("/modern-cpp/zh-cn/00-preface/") %>">🇨🇳 在线阅读</a>
<a class="button download" href="<%- url_for("/modern-cpp/pdf/modern-cpp-tutorial-zh-cn.pdf") %>">🇨🇳 下载</a>
@@ -35,9 +36,10 @@
</div><div class="right">
<h4>Changkun Ou</h4>
<h1>
C++ 11/14/17/20<br>On the Fly
Modern C++ Tutorial
</h1>
<h2>Second Edition</h2>
<h2>C++ 11/14/17/20 On the Fly</h2>
<h3>SECOND EDITION</h3>
<p>
<a class="button white" href="<%- url_for("/modern-cpp/en-us/00-preface/") %>">🇬🇧 Read Online</a>
<a class="button download" href="<%- url_for("/modern-cpp/pdf/modern-cpp-tutorial-en-us.pdf") %>">🇬🇧 Download</a>

View File

@@ -3,7 +3,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title><%- page.title ? page.title : '' %> 高速上手 C++ 11/14/17/20 - C++ 11/14/17/20 On the Fly</title>
<title><%- page.title ? page.title : '' %> 现代 C++ 教程: 高速上手 C++ 11/14/17/20 - Modern C++ Tutorial: C++ 11/14/17/20 On the Fly</title>
<meta charset="utf-8">
<meta name="description" content="<%- theme.site_description %>">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
@@ -24,12 +24,12 @@
</head>
<body class="<%- isIndex ? '' : 'docs' -%>">
<% if (page.type == 'book-en-us') { %>
<div id="mobile-bar" data-bg-text="C++ 11/14/17/20 On the Fly" <%- isIndex ? 'class="top"' : '' %>>
<div id="mobile-bar" data-bg-text="Modern C++ Tutorial" <%- isIndex ? 'class="top"' : '' %>>
<a class="menu-button"></a>
<a class="logo" href="/modern-cpp/"></a>
</div>
<% } else {%>
<div id="mobile-bar" data-bg-text="高速上手 C++ 11/14/17/20" <%- isIndex ? 'class="top"' : '' %>>
<div id="mobile-bar" data-bg-text="现代 C++ 教程" <%- isIndex ? 'class="top"' : '' %>>
<a class="menu-button"></a>
<a class="logo" href="/modern-cpp/"></a>
</div>

View File

@@ -2,10 +2,10 @@
<a id="logo" href="<%- url_for("/modern-cpp/") %>">
<% if (page.type == 'book-en-us') { %>
<img src="<%- url_for("/modern-cpp/assets/cover-2nd-en.png") %>">
<span>C++ 11/14/17/20 On the Fly</span>
<span>Modern C++ Tutorial: C++ 11/14/17/20 On the Fly</span>
<% } else {%>
<img src="<%- url_for("/modern-cpp/assets/cover-2nd.png") %>">
<span>高速上手 C++ 11/14/17/20</span>
<span>现代 C++ 教程:高速上手 C++ 11/14/17/20</span>
<% } %>
</a>
<ul id="nav">