From a2e117440d998ef8941f9fec6c699a284cc7a47c Mon Sep 17 00:00:00 2001 From: awesome-doge Date: Sun, 10 Nov 2019 12:47:29 +0800 Subject: [PATCH 01/12] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=A9=BA=E7=99=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 09d642f..24290d2 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ |_ /img: blog 圖片位置 |_ /markdown_____ | |_ knowledge : 存放知識庫文章 - | |_ resource : 存放資源文章 - | |_ about.md : 關於我們的頁面 - | |_ product.md : 書架頁面 - | |_ satellit.md : 衛星計畫頁面 + | |_ resource : 存放資源文章 + | |_ about.md : 關於我們的頁面 + | |_ product.md : 書架頁面 + | |_ satellit.md : 衛星計畫頁面 |_ _data ____ | |__ navigation : 定義 網站最上層的分頁 相依/markdown |_ _layouts : 網頁框架定義( **不建議更動** From f789ad1268037fa133910b10a981e0db2232db03 Mon Sep 17 00:00:00 2001 From: awesome-doge Date: Sun, 10 Nov 2019 12:49:23 +0800 Subject: [PATCH 02/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 24290d2..7e8194b 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ |_ /_site : 編譯過的網站位置( **不建議更動** |_ /_product : 書架上的書 |_ /img: blog 圖片位置 - |_ /markdown_____ - | |_ knowledge : 存放知識庫文章 - | |_ resource : 存放資源文章 - | |_ about.md : 關於我們的頁面 - | |_ product.md : 書架頁面 - | |_ satellit.md : 衛星計畫頁面 - |_ _data ____ - | |__ navigation : 定義 網站最上層的分頁 相依/markdown + |_ /markdown__ + | |_ knowledge : 存放知識庫文章 + | |_ resource : 存放資源文章 + | |_ about.md : 關於我們的頁面 + | |_ product.md : 書架頁面 + | |_ satellit.md : 衛星計畫頁面 + |_ _data __ + | |__ navigation : 定義 網站最上層的分頁 相依/markdown |_ _layouts : 網頁框架定義( **不建議更動** |_ readme.md : 本文件位置 |_ index.md cypherpunks-core.github.io 首頁內容 From 201116efba2fe5d0bc2280f331442f7645b63526 Mon Sep 17 00:00:00 2001 From: awesome-doge Date: Sun, 10 Nov 2019 12:51:08 +0800 Subject: [PATCH 03/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=99=E7=A4=BA?= =?UTF-8?q?=E7=AC=A6=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e8194b..601c7ad 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ``` |_ /_post: blog 文章位置 - |_ /_site : 編譯過的網站位置( **不建議更動** + |_ /_site : 編譯過的網站位置 # 不建議更動 |_ /_product : 書架上的書 |_ /img: blog 圖片位置 |_ /markdown__ @@ -13,7 +13,7 @@ | |_ satellit.md : 衛星計畫頁面 |_ _data __ | |__ navigation : 定義 網站最上層的分頁 相依/markdown - |_ _layouts : 網頁框架定義( **不建議更動** + |_ _layouts : 網頁框架定義 # 不建議更動 |_ readme.md : 本文件位置 |_ index.md cypherpunks-core.github.io 首頁內容 ``` From cc61f3633caa1d8d5520ce41ba3a8dc822ba99e5 Mon Sep 17 00:00:00 2001 From: awesome-doge Date: Sun, 10 Nov 2019 12:55:18 +0800 Subject: [PATCH 04/12] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E5=9C=96=E7=89=87?= =?UTF-8?q?=E8=AA=AA=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 601c7ad..15d6b8b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,20 @@ **文章貢獻注意事項:** * 在`/_post`創建新的markdonwn文件,請依照發布 `年-月-日-標題.markdown`格式命名 -* `年-月-日-標題.markdown` 文件最上部的`YAML`請參考就有的文件模仿內容 +* `年-月-日-標題.markdown` 文件最上部的`YAML`請參考下方進行修改 + > `image: '/img/125.png'` 圖片請放置在此處`/img/`,圖片命名格式`作者名-流水號.png`,圖片寬度為800 +``` +--- +layout: post +title: "文章標題" +date: 2019-11-10 +categories: news +description: "文章摘要" +image: '/img/125.png' +published: true +hero_image: /img/hero.png +--- +``` * 圖片,請放置在`/img`中,因用圖片請用`/img.png`格式(請勿用託管圖片,怕圖片失效 > 圖片大小規範: From 6b7814f3e8c25d9aada9d87c45c84f53827fd7a8 Mon Sep 17 00:00:00 2001 From: awesome-doge Date: Sun, 10 Nov 2019 12:56:38 +0800 Subject: [PATCH 05/12] =?UTF-8?q?=E7=B8=AE=E6=8E=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 15d6b8b..2b404e0 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,18 @@ * 在`/_post`創建新的markdonwn文件,請依照發布 `年-月-日-標題.markdown`格式命名 * `年-月-日-標題.markdown` 文件最上部的`YAML`請參考下方進行修改 > `image: '/img/125.png'` 圖片請放置在此處`/img/`,圖片命名格式`作者名-流水號.png`,圖片寬度為800 -``` ---- -layout: post -title: "文章標題" -date: 2019-11-10 -categories: news -description: "文章摘要" -image: '/img/125.png' -published: true -hero_image: /img/hero.png ---- -``` + ``` + --- + layout: post + title: "文章標題" + date: 2019-11-10 + categories: news + description: "文章摘要" + image: '/img/125.png' + published: true + hero_image: /img/hero.png + --- + ``` * 圖片,請放置在`/img`中,因用圖片請用`/img.png`格式(請勿用託管圖片,怕圖片失效 > 圖片大小規範: From f96339f15ec897d2d37902fa850e42668987ea0c Mon Sep 17 00:00:00 2001 From: awesome-doge Date: Sun, 10 Nov 2019 12:59:50 +0800 Subject: [PATCH 06/12] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9C=96=E7=89=87?= =?UTF-8?q?=E8=AA=AA=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b404e0..f56ce43 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ **文章貢獻注意事項:** * 在`/_post`創建新的markdonwn文件,請依照發布 `年-月-日-標題.markdown`格式命名 * `年-月-日-標題.markdown` 文件最上部的`YAML`請參考下方進行修改 - > `image: '/img/125.png'` 圖片請放置在此處`/img/`,圖片命名格式`作者名-流水號.png`,圖片寬度為800 + > * `image: '/img/125.png'` 圖片請放置在此處`/img/`,圖片命名格式`作者名-流水號.png`,圖片寬度為800 + > * 如果還不想發布可以把`published: true`改為`false` + > **注意:**`layout: post`, `categories: news`, `hero_image: /img/hero.png`建議不要更動 ``` --- layout: post @@ -37,7 +39,7 @@ * 圖片,請放置在`/img`中,因用圖片請用`/img.png`格式(請勿用託管圖片,怕圖片失效 > 圖片大小規範: - > * blog 圖片 寬度 800 x 600 + > * blog 圖片 寬度 800 x 600 # 寬度一定要800 高度隨意 > * 商品 圖片 寬度 640 x 480 From 92e364ed312bc93a460f72283b36c45a9357c8ee Mon Sep 17 00:00:00 2001 From: awesome-doge Date: Sun, 10 Nov 2019 13:00:20 +0800 Subject: [PATCH 07/12] =?UTF-8?q?=E8=A3=9C=E4=B8=8A=E6=8F=9B=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f56ce43..44e8546 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ * 在`/_post`創建新的markdonwn文件,請依照發布 `年-月-日-標題.markdown`格式命名 * `年-月-日-標題.markdown` 文件最上部的`YAML`請參考下方進行修改 > * `image: '/img/125.png'` 圖片請放置在此處`/img/`,圖片命名格式`作者名-流水號.png`,圖片寬度為800 - > * 如果還不想發布可以把`published: true`改為`false` + > * 如果還不想發布可以把`published: true`改為`false`。 > **注意:**`layout: post`, `categories: news`, `hero_image: /img/hero.png`建議不要更動 ``` --- From 7170f27fc49db7c0e9593f2ce3787b16c53fa6a5 Mon Sep 17 00:00:00 2001 From: awesome-doge Date: Sun, 10 Nov 2019 13:05:59 +0800 Subject: [PATCH 08/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E6=B8=AC=E8=A9=A6=E7=92=B0=E5=A2=83=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 44e8546..f431190 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -**路徑簡介:** +## 路徑簡介: ``` |_ /_post: blog 文章位置 @@ -18,12 +18,13 @@ |_ index.md cypherpunks-core.github.io 首頁內容 ``` -**文章貢獻注意事項:** +## 文章貢獻注意事項: * 在`/_post`創建新的markdonwn文件,請依照發布 `年-月-日-標題.markdown`格式命名 * `年-月-日-標題.markdown` 文件最上部的`YAML`請參考下方進行修改 > * `image: '/img/125.png'` 圖片請放置在此處`/img/`,圖片命名格式`作者名-流水號.png`,圖片寬度為800 > * 如果還不想發布可以把`published: true`改為`false`。 > **注意:**`layout: post`, `categories: news`, `hero_image: /img/hero.png`建議不要更動 + ``` --- layout: post @@ -36,37 +37,33 @@ hero_image: /img/hero.png --- ``` + * 圖片,請放置在`/img`中,因用圖片請用`/img.png`格式(請勿用託管圖片,怕圖片失效 > 圖片大小規範: > * blog 圖片 寬度 800 x 600 # 寬度一定要800 高度隨意 > * 商品 圖片 寬度 640 x 480 +## 搭建測試環境 -# 本地運行 -## 前置要求 +**前置要求:**。 - [bundler](https://bundler.io/#getting-started) ``` $ gem install bundler ``` -## 下載專案 +**下載專案:** ``` $ git clone https://github.com/cypherpunks-core/cypherpunks-core.github.io.git ``` -## 初始化 +**初始化:** ``` $ bundle install ``` -## 本地運行 +**本地運行:** ``` $ bundle exec jekyll server --future ``` -若執行成功,下方將顯示運行中的 _Server address_ ,預設為 _Server address_: `http://127.0.0.1:4000`。 - - ---- - - +若執行成功,下方將顯示運行中的 _Server address_ ,預設為 _Server address_: `http://127.0.0.1:4000`。 \ No newline at end of file From f85414911007da4266fb14c9c1d0b025e02d1cfb Mon Sep 17 00:00:00 2001 From: awesome-doge Date: Sun, 10 Nov 2019 13:08:36 +0800 Subject: [PATCH 09/12] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A4=9A=E9=A4=98?= =?UTF-8?q?=E6=93=9A=E9=BB=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f431190..a5c8c6e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ ## 搭建測試環境 -**前置要求:**。 +**前置要求:** - [bundler](https://bundler.io/#getting-started) ``` $ gem install bundler From 653f473621179946d9c399239a131176f0a52225 Mon Sep 17 00:00:00 2001 From: awesome-doge Date: Sun, 10 Nov 2019 13:10:00 +0800 Subject: [PATCH 10/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a5c8c6e..9dd085d 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,7 @@ > * 商品 圖片 寬度 640 x 480 ## 搭建測試環境 - -**前置要求:** -- [bundler](https://bundler.io/#getting-started) +**前置要求 - [bundler](https://bundler.io/#getting-started):** ``` $ gem install bundler ``` From ad19a10e882ccaacd2ca6b688c07bde76230f774 Mon Sep 17 00:00:00 2001 From: awesome-doge Date: Sun, 10 Nov 2019 13:11:12 +0800 Subject: [PATCH 11/12] =?UTF-8?q?=E5=BC=B7=E8=AA=BF=E7=AC=A6=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dd085d..ba711c1 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ > * 商品 圖片 寬度 640 x 480 ## 搭建測試環境 -**前置要求 - [bundler](https://bundler.io/#getting-started):** +**前置要求 - [[bundler](https://bundler.io/#getting-started)]:** ``` $ gem install bundler ``` From bafbcd98d46199d84c2f284b398f044c9b9bf311 Mon Sep 17 00:00:00 2001 From: awesome-doge Date: Sun, 10 Nov 2019 13:13:21 +0800 Subject: [PATCH 12/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=BA=E9=80=A3?= =?UTF-8?q?=E7=B5=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba711c1..26e40ec 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ ``` $ bundle exec jekyll server --future ``` -若執行成功,下方將顯示運行中的 _Server address_ ,預設為 _Server address_: `http://127.0.0.1:4000`。 \ No newline at end of file +若執行成功,下方將顯示運行中的 _Server address_ ,預設為 _Server address_: [http://127.0.0.1:4000](http://127.0.0.1:4000)。 \ No newline at end of file