mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-08-05 15:12:33 +00:00
rebuild
This commit is contained in:
34
README.md
34
README.md
@@ -1,27 +1,27 @@
|
||||
# 關於 [《Go聖經讀書筆記》](http://golang-china.github.io/gopl-zh)
|
||||
# Go語言聖經(中文版)
|
||||
|
||||
作爲 [《The Go Programming Language》](http://gopl.io/) (中文名[《Go編程語言》](http://golang-china.github.io/gopl-zh)) 英文原版紙質圖書的購買者, [《Go聖經讀書筆記》](http://golang-china.github.io/gopl-zh) 是我們的 **讀書筆記** 和 **習題解答**, 僅供學習交流用.
|
||||
Go語言聖經 [《The Go Programming Language》](http://gopl.io) 中文版本,僅供編程和英語學習交流之用,請在下載後24小時內刪除。
|
||||
|
||||
- 此 **讀書筆記** 在線預覽: http://golang-china.github.io/gopl-zh
|
||||
- 此 **讀書筆記** 的源文件: http://github.com/golang-china/gopl-zh
|
||||
- 此 **讀書筆記** 項目進度: http://github.com/golang-china/gopl-zh/blob/master/progress.md
|
||||
- 此 **讀書筆記** 參與人員: http://github.com/golang-china/gopl-zh/blob/master/CONTRIBUTORS.md
|
||||
- 原版官網: http://gopl.io
|
||||
- 項目主頁:http://github.com/golang-china/gopl-zh
|
||||
- 項目進度:http://github.com/golang-china/gopl-zh/blob/master/progress.md
|
||||
- 參與人員:http://github.com/golang-china/gopl-zh/blob/master/CONTRIBUTORS.md
|
||||
- 在線預覽:http://golang-china.github.io/gopl-zh
|
||||
- 原版官網:http://gopl.io
|
||||
|
||||
[](https://github.com/golang-china/gopl-zh)
|
||||
|
||||
|
||||
### 從源文件構建:
|
||||
### 從源文件構建
|
||||
|
||||
先安裝 Go語言環境, git 工具 和 GitBook 命令行工具(`npm install gitbook-cli -g` 命令).
|
||||
先安裝Go語言環境,Git工具和GitBook命令行工具(`npm install gitbook-cli -g`命令)。
|
||||
|
||||
1. 運行 `go get github.com/golang-china/gopl-zh`, 穫取 源文件
|
||||
2. 運行 `go generate github.com/golang-china/gopl-zh`, 生成 `_book` 目録
|
||||
3. 打開 `_book/index.html` 文件
|
||||
1. 運行`go get github.com/golang-china/gopl-zh`,穫取源文件。
|
||||
2. 運行`go generate github.com/golang-china/gopl-zh`,生成`_book`目録。
|
||||
3. 打開`_book/index.html`文件。
|
||||
|
||||
### 簡體中文讀者
|
||||
|
||||
如果是使用簡體中文的用戶, 可在執行上述命令前運行 `make tw2zh` 命令, 將繁體中文轉換爲簡體中文.
|
||||
如果是使用簡體中文的用戶,可在執行上述命令前運行`make tw2zh`命令,將繁體中文轉換爲簡體中文。
|
||||
|
||||
### Markdown 格式預覽
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
|
||||
# 版權聲明
|
||||
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>。
|
||||
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="./images/by-nc-sa-4.0-88x31.png"></img></a>
|
||||
|
||||
嚴禁任何商業行爲使用或引用該 **讀書筆記** 的全部或部分內容!
|
||||
嚴禁任何商業行爲使用或引用該文檔的全部或部分內容!
|
||||
|
||||
歡迎大家提供建議!
|
||||
|
||||
歡迎大家提供建議!
|
||||
|
||||
|
Reference in New Issue
Block a user