-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
35 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# 《你缺失的那门计算机课》网页版 | ||
|
||
这是《[你缺失的那门计算机课](https://www.criwits.top/missing)》在线版本的源码仓库。本仓库使用 [Hugo](https://gohugo.io/) 生成静态网页,使用修改过的 [Book](https://themes.gohugo.io/themes/hugo-book/) 主题。 | ||
|
||
## 如何使用 | ||
|
||
正常来说,您直接访问 [这个网址](https://www.criwits.top/missing) 即可查看本书的内容。如果您想在本地预览本书的内容,可以按照以下步骤操作: | ||
|
||
1. 安装 [Hugo](https://gohugo.io/)。 | ||
2. 克隆本仓库到本地。 | ||
3. 在本仓库根目录下运行 `hugo server`。 | ||
|
||
## 贡献 | ||
|
||
如果您对本书有任何意见、建议,或发现本书中的错误,请优先发送邮件到 [[email protected]](mailto:[email protected])。您也可以在本仓库中提交议题(Issue)。为了控制文章的质量和行文风格,我们暂不会合并直接的合并请求(Pull Request),请您谅解。 | ||
|
||
## 著作权与许可 | ||
|
||
本教程内容版权所有 © 2021–2024 Hans Wan 和 Windy Deng | ||
|
||
本教程中的所有文字,除非特别说明,均以 [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh) 协议许可。本教程所有内容「按原样」提供,并且不含有任何明示或者暗示的担保。我们不保证本教程中任何部分的绝对正确。若您认为本文中叙述的方法、技巧等知识与您从其他地方看到的不同或相悖,请遵循您自己的判断。 | ||
|
||
为便于进行教学,文中引用了一些来自互联网公开资源的图片及其他非我们原创的内容。这些内容的著作权归属它们的原作者和 / 或版权所有方所有。若有侵权请联系我们删除。我们对这些内容的作者表示由衷感谢。 | ||
|
||
文中出现的所有商标,无论是否标注有 ® 或 ™ 及其他商标标识,其所有权都归属它们各自的持有者所有。 | ||
|
||
本教程网页版使用 [Hugo](https://gohugo.io/) 生成,遵循 [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) 协议。 | ||
|
||
本教程网页版所使用的主题 [Book](https://themes.gohugo.io/themes/hugo-book/) 作者为 Alex Shpak,遵循 [MIT](https://opensource.org/licenses/MIT) 协议。 |