| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Cypherpunks Write Code - 密碼學使自由和隱私再次偉大
Cypherpunks Taiwan 社群官方網站,專注於比特幣、密碼學、隱私技術等主題的教育與推廣。
網站: https://cypherpunks-core.github.io
# 克隆專案
git clone https://github.com/cypherpunks-core/cypherpunks-core.github.io.git
cd cypherpunks-core.github.io
# 安裝 Ruby 依賴
bundle install
# 安裝 Node 依賴
npm install
# 編譯 CSS
npm run css:build
# 啟動本地開發伺服器
bundle exec jekyll serve瀏覽器開啟 http://127.0.0.1:4000 即可預覽。
| 指令 | 說明 |
|---|---|
| npm run css:build | 編譯 Tailwind CSS |
| npm run css:watch | 監聽 CSS 變更 |
| bundle exec jekyll serve | 啟動開發伺服器 |
| bundle exec jekyll build | 建置網站 |
cypherpunks-core.github.io/ ├── _posts/ # 部落格文章 ├── _products/ # 書籍與論文 ├── _layouts/ # 頁面佈局模板 ├── _includes/ # 可重用組件 ├── _data/ # 資料檔案(導航等) ├── _sass/ # Sass 樣式 ├── assets/ │ ├── css/ # CSS 入口 │ └── js/ # JavaScript ├── img/ # 圖片資源 ├── markdown/ │ ├── resources/ # 資源頁面 │ └── knowledge/ # 知識庫 ├── _config.yml # Jekyll 配置 ├── Gemfile # Ruby 依賴 ├── package.json # Node 依賴 └── tailwind.config.js # Tailwind 配置
請參閱 CONTRIBUTING.md 了解如何參與貢獻。
本專案採用 MIT 授權。
| Back | FazBrowse Home | New Git URL |