Skip to content

Commit 6c12b1c

Browse files
committed
Update n8n, Icon of Youtube
1 parent b21361a commit 6c12b1c

10 files changed

Lines changed: 1220 additions & 11 deletions

File tree

content/about.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,19 @@ draft: false
2222
#### 如何更新網站內容
2323

2424
1. 在本地端使用 Visual Code 用指令複製專案,按 ChatGPT 建議步驟輸入指令安裝套件 [推薦 Grimoire](https://chatgpt.com/g/g-n7Rs0IK86-grimoire)
25-
2.
25+
2. 找到 "data" 資料夾,開啟 "webstack.yml" 修改網址資訊
26+
3. 使用 `git add .` 更新 Git 狀態並用 `git status` 檢查變更
27+
4. 使用 `git commit -m "update"` 提交變更
28+
5. 並用 `git push` 更新至 Github
29+
30+
</br>
31+
32+
#### How to Imporve Website?
33+
34+
1. Update new site without coding ( implement n8n and telegram bot )
35+
2. How to get image / icon in more efficientway
36+
3. Integrate to my knowledge base
37+
2638

2739
</br>
2840

data/webstack.yml

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
logo: assets/images/logos/chatgpt.png
2828
url: https://chat.openai.com/
2929
description: 基於 GPT 模型的 AI 交流平台,文章撰寫、翻譯、靈感利器;適合作為啟發你想法的導師,但對其回答應保持懷疑
30+
- taxonomy: AI Agent
31+
- icon: fa-robot
32+
links:
33+
- title: n8n
34+
logo: assets/images/logos/n8n.png
35+
url: https://n8n.io/
36+
description: 開源軟體,最代表性的自動化工作流 Agent,串接 Google Sheets、Telegram、Notion 等各種服務,透過新增節點的方式,定義輸出、輸出、預期完成的結果。上手需要門檻 ( 懂點 Java Script ),建議用第三方部署 Zeabur, Elestio 服務
37+
- title: Dify.ai
3038

3139
- taxonomy: 筆記軟體
3240
icon: fa-newspaper-o
@@ -158,7 +166,7 @@
158166
url: https://perplexity.ai/
159167
description: Perplexity 相對 ChatGPT 優勢在於能即時搜索網路、總結資訊並提供來源引用,回復更即時,還可通過截圖進行視覺搜尋和資訊提取。
160168
- title: Claude
161-
logo: assets/images/logos/claude.png
169+
logo: assets/images/logos/Claude.png
162170
url: https://www.anthropic.com/
163171
description: Anthropic 公司推出的 AI 聊天機器人,優勢在於能夠提供更專業、更準確的回覆,並且能夠更好地理解用戶的需求和問題。
164172

@@ -217,7 +225,7 @@
217225
- term: 訊息記錄
218226
links:
219227
- title: IFTTT
220-
logo:
228+
logo: assets/images/logos/ifttt.png
221229
url: https://ifttt.com/
222230
description: 最簡易的自動化工具,自動化工具,讓應用和設備之間進行高效鏈接。綁定個人推特、Telegram 群組等,在指定條件下觸發特定行為。例如:當在 X 上 Like 特定推文時,將推文內容、自動帶有鏈接及發文人資訊傳送至指定 Telegram 群組
223231

@@ -246,19 +254,19 @@
246254
- term: 生產力 工具教學 KOL
247255
links:
248256
- title: Papaya 電腦教室
249-
url:
250-
logo: assets/images/logos/designguidelines.png
257+
url: https://www.youtube.com/@papayaclass
258+
logo: assets/images/logos/Papaya.jpg
251259
description: 華語圈工具大神,沒有之一。影片全程乾貨,案例教學且能清楚解釋界面、功能的邏輯關係,常用電腦辦公務必在他頻道挖寶
252260
- title: Jeff Su
253-
url:
254-
logo: assets/images/logos/awesome_design_systems.png
261+
url: https://www.youtube.com/@JeffSu
262+
logo: assets/images/logos/Jeff Su-youtube.jpg
255263
description: Google 產品行銷經理,高效工作技巧、軟體應用、ChatGPT 使用方法,邏輯清晰且有明確案例分享,極推薦
256264
- title: Topbook
257-
url: https://material.io/guidelines/
258-
logo: assets/images/logos/Material_Design.png
265+
url: https://www.youtube.com/c/Topbook/videos
266+
logo: assets/images/logos/topbook.svg
259267
description: 筆記軟體測評博主,適合想深度挖掘 Notin 等協作工具潛力的用戶,因為內容較長且豐富,反而初學者容易懵
260268
- title: 泛科學院
261-
url: https://developer.apple.com/ios/human-interface-guidelines
269+
url: https://www.youtube.com/@panscischool
262270
logo: assets/images/logos/human_interface_guidelines.png
263271
description: AI 工具教學,團隊來自多年科技報導經驗的泛科學團隊,教學案例明確且任何人都能按步奏快速上手
264272

@@ -269,7 +277,7 @@
269277
logo: assets/images/logos/sspai.png
270278
description: 專注於如何更好的用數位產品,效率工作和生活的寫作社區
271279
- title: 人人都是產品經理
272-
url: http://doyoudo.com/
280+
url: https://www.woshipm.com/
273281
logo: assets/images/logos/pm.png
274282
description: 內容圍繞產品、運營、行銷等商業案例的觀念分享
275283

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "gustack",
3+
"version": "1.0.0",
4+
"description": "Hugo 創建的常用工具庫,筆記、辦公、資訊源頭分享",
5+
"main": "index.js",
6+
"scripts": {
7+
"start": "node index.js",
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"author": "",
11+
"license": "ISC"
12+
}
5.19 KB
Loading
4.48 KB
Loading
95.6 KB
Loading
4.36 KB
Loading
2.54 KB
Loading
4.46 KB
Loading

0 commit comments

Comments
 (0)