關於網站
為什麼有這個網站 ?
- 在數字移民導航中,留意到該排版樣式常見,發現 WebStack 開源項目
- 缺乏一個公開管理常用程式的資訊站
- 有目的學習前端開發、根據模版換資料、Github 部署
如何建立該網站 ?
- 本地端建立一個 Hugo Theme 的網站專案
- 使用 SSH 的方式 Clone Webstack 開源專案至 Themes 資料夾 ( 必須是 Hugo 主題 )
- 搜尋 Github Action 中的 Hugo 部署工作流程
- 使用 Git 指令更新至 Github 專案中
如何更新網站內容
- 在本地端使用 Visual Code 用指令複製專案,按 ChatGPT 建議步驟輸入指令安裝套件 推薦 Grimoire
- 找到 “data” 資料夾,開啟 “webstack.yml” 修改網址資訊
- 使用
git add .更新 Git 狀態並用git status檢查變更 - 使用
git commit -m "update"提交變更 - 並用
git push更新至 Github
How to Imporve Website?
- Update new site without coding ( implement n8n and telegram bot )
- How to get image / icon in more efficientway
- Integrate to my knowledge base
本項目是基於純靜態的網址導航網站 webstack.cc 制作的 Hugo 主題
主題安裝後,將 exampleSite 目錄下的文件覆制到 hugo 站點根目錄,網址信息可通過 data 目錄下 webstack.yml 修改。
開源公益項目,主要用於網站資訊導航
主題開源地址
https://github.com/iplaycode/webstack-hugo