Skip to content

Commit 3cb2870

Browse files
authored
Merge pull request #63 from awesome-doge/fix/remove-force-orphan
修復部署配置並更新專案結構
2 parents 9fd1876 + f30eca4 commit 3cb2870

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1397
-17544
lines changed

.gitignore

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
1-
.sass-cache
2-
.jekyll-cache
1+
# Jekyll
2+
.sass-cache/
3+
.jekyll-cache/
34
.jekyll-metadata
4-
node_modules
5+
_site/
6+
7+
# Node
8+
node_modules/
9+
package-lock.json
10+
11+
# Ruby
12+
vendor/
13+
.bundle/
14+
Gemfile.lock
15+
16+
# OS
517
.DS_Store
6-
_site
18+
Thumbs.db
19+
20+
# IDE
21+
.idea/
22+
.vscode/
23+
*.swp
24+
*.swo
25+
26+
# Logs
27+
*.log
28+
npm-debug.log*
29+
30+
# Temporary
31+
*.tmp
32+
*.temp

assets/css/app.scss

Lines changed: 0 additions & 5 deletions
This file was deleted.

bulma-clean-theme.gemspec

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
# frozen_string_literal: true
22

33
Gem::Specification.new do |spec|
4-
spec.name = "bulma-clean-theme"
5-
spec.version = "0.5.7"
6-
spec.authors = ["chrisrhymes"]
7-
spec.email = ["[email protected]"]
4+
spec.name = "cypherpunks-theme"
5+
spec.version = "2.0.0"
6+
spec.authors = ["Cypherpunks Taiwan"]
7+
spec.email = ["[email protected]"]
88

9-
spec.summary = "Clean and simple theme using Bulma"
10-
spec.homepage = "https://www.github.com/chrisrhymes/bulma-clean-theme"
9+
spec.summary = "Cypherpunk-style theme for Jekyll"
10+
spec.homepage = "https://github.com/cypherpunks-core/cypherpunks-core.github.io"
1111
spec.license = "MIT"
1212

13-
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|_posts|blog|LICENSE|README|package|node_modules|favicon.png|changelog.txt)!i) }
13+
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r!^(assets|_layouts|_includes|_sass|_posts|blog|LICENSE|README|favicon.png)!i) }
1414

15-
spec.add_runtime_dependency "jekyll", "~> 3.8"
16-
spec.add_runtime_dependency "jekyll-feed", "~> 0.11"
17-
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.2"
15+
spec.add_runtime_dependency "jekyll", "~> 4.3"
16+
spec.add_runtime_dependency "jekyll-feed", "~> 0.17"
17+
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.4"
1818
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
19-
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5"
20-
spec.add_runtime_dependency "kramdown", ">= 1.17", "< 3.0"
21-
spec.add_runtime_dependency "rouge", "~> 3.3"
19+
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.8"
20+
spec.add_runtime_dependency "kramdown-parser-gfm", "~> 1.1"
2221

23-
spec.add_development_dependency "bundler", "~> 2.0"
24-
spec.add_development_dependency "rake", "~> 12.0"
22+
spec.add_development_dependency "bundler", "~> 2.4"
2523
end

markdown/SatelliteProject.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ hero_height: 0
3131

3232
* 小耳朵固定
3333
> 需要找時間到Taipei hackerspace 釘死在地上 有機會的話,可以裝馬達,讓小耳朵可以自由旋轉,自動校正瞄準位置
34-
**硬體組裝示意圖:**  [![](https://raw.githubusercontent.com/wiki/Blockstream/satellite/img/hardware_connections.png)](https://raw.githubusercontent.com/wiki/Blockstream/satellite/img/hardware_connections.png)
34+
**硬體組裝示意圖:** 請參考 [Blockstream Satellite 官方文件](https://blockstream.github.io/satellite/doc/hardware.html)
3535

3636
### 軟體
3737

@@ -59,7 +59,7 @@ hero_height: 0
5959
* 開啟另一台電腦解碼  `blocksat-rx-upper -i [Server IP] -p [Server Port]`
6060
* FIBRE [link](http://bitcoinfibre.org/)
6161

62-
**衛星訊號覆蓋分佈圖:**  [![](https://camo.githubusercontent.com/e9770d8ba524cf47a7d3f15f19cf0dc2ab12f036/68747470733a2f2f692e6962622e636f2f71575674374b622f53637265656e73686f742d66726f6d2d323031392d30362d31372d31342d31352d34322e706e67)](https://camo.githubusercontent.com/e9770d8ba524cf47a7d3f15f19cf0dc2ab12f036/68747470733a2f2f692e6962622e636f2f71575674374b622f53637265656e73686f742d66726f6d2d323031392d30362d31372d31342d31352d34322e706e67)
62+
**衛星訊號覆蓋分佈圖:** 請參考 [Blockstream 衛星覆蓋地圖](https://blockstream.com/satellite/#satellite_network-coverage)
6363

6464
# 文章參考
6565

@@ -83,7 +83,7 @@ hero_height: 0
8383

8484
# 工作原理
8585

86-
[![](https://github.com/Blockstream/satellite/raw/master/doc/api_architecture.png?raw=true)](https://github.com/Blockstream/satellite/raw/master/doc/api_architecture.png?raw=true)
86+
請參考 [Blockstream Satellite API 文件](https://blockstream.github.io/satellite/doc/api.html)
8787

8888
1. Blockstream衛星在地面的站點被稱為「基站(teleport)」,它們參與比特幣網路並將區塊傳送至地球同步衛星。
8989
2. 在35,786公里(22,236英里)高空軌道運行的地球同步衛星接收來自Blockstream衛星基站的訊號,並將其廣播到地球的大部分地區。

markdown/resources/resources-bitcoin.md

Lines changed: 180 additions & 47 deletions
Large diffs are not rendered by default.

markdown/resources/resources-blockchain-privacy.md

Lines changed: 247 additions & 183 deletions
Large diffs are not rendered by default.

markdown/resources/resources-ln.md

Lines changed: 216 additions & 214 deletions
Large diffs are not rendered by default.

markdown/resources/resources-schnorr-signature.md

Lines changed: 196 additions & 33 deletions
Large diffs are not rendered by default.

node_modules/.yarn-integrity

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)