Skip to content

Commit 7b54cfc

Browse files
committed
feat: 新增新文章
1 parent d170c83 commit 7b54cfc

69 files changed

Lines changed: 168 additions & 10766 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ docker run --rm \
8484
### AI 優化 SEO prompt
8585

8686
```
87-
掃描這篇文章,優化SEO的情況下幫我建立 SEO 夠好的 subtitle, description,請使用中文
87+
掃描這篇文章,優化SEO的情況下幫我建立 SEO 夠好的 tagline, description,請使用中文
8888
```

_drafts/2025-08-01-iThome-ai-coding-game-01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Day01 | 從發想出發:為什麼是迷因?為什麼是河馬?"
4-
subtitle: "用 ChatGPT 企劃一款放置型療癒遊戲"
4+
tagline: "用 ChatGPT 企劃一款放置型療癒遊戲"
55
description: "一個放置遊戲的靈感從哪來?聊聊我為什麼選擇『迷因河馬』做為主角,以及這背後的技術與創意初衷。"
66
author: VagrantPi
77
tags: iThome AI SideProject

_drafts/2025-08-01-iThome-ai-coding-game-02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Day02 - 零經驗也能啟動專案?交給 AI 全權處理!"
4-
subtitle: ""
4+
tagline: ""
55
description: "在沒有任何遊戲背景下,我讓 ChatGPT 當我的專案經理,一句指令開啟開發之路。"
66
author: VagrantPi
77
tags: iThome AI

_drafts/2026-01-02-the-almanack-of-naval-ravikant-a-guide-to-wealth-and-happiness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "納瓦爾寶典-矽谷傳奇創投家的投資哲學與人生智慧 - 讀書筆記"
4-
subtitle: ""
4+
tagline: ""
55
description: ""
66
author: VagrantPi
77
tags: 讀書心得 自我提升

_layouts/tag_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ <h3>
2121
{{ post.title }}
2222
</a>
2323
</h3>
24-
<small class="tag-subtitle">
25-
<span>{{ post.subtitle }}</span>
24+
<small class="tag-tagline">
25+
<span>{{ post.tagline }}</span>
2626
</small>
2727
<span class="post-date">Posted by {{ post.author }} on {{ post.date | date: "%B %-d, %Y" }}</span>
2828
<div class="tag-tail">

_posts/2017-07-30-vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Vue x 筆記 x 速查表(更新中~)
4-
subtitle: Vue x Note x CookBook
4+
tagline: Vue x Note x CookBook
55
description: Vue 學習筆記
66
author: VagrantPi
77
url: https://vagrantpi.github.io/about/

_posts/2017-08-03-eslint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Eslint 筆記
4-
subtitle: Eslint 使用教學、Eslint 設定、Eslint Rule 解釋
4+
tagline: Eslint 使用教學、Eslint 設定、Eslint Rule 解釋
55
description: Eslint 是一個檢查 JavaScript 語法的工具,能夠幫助我們在開發時檢查語法是否正確,避免一些基本的錯誤。
66
author: VagrantPi
77
tags: Eslint

_posts/2017-08-27-some-funny-development-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: 專案開發問題集!~
4-
subtitle: Some funny development issues
4+
tagline: Some funny development issues
55
description: 這邊用來存放些開發時遇到的奇葩問題 (´c_`)
66
author: VagrantPi
77
tags: funny environment

_posts/2018-02-11-vagrant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Vagrant 學習筆記
4-
subtitle: "Vagrant 教學:使用 Vagrant 建置虛擬機器開發環境"
4+
tagline: "Vagrant 教學:使用 Vagrant 建置虛擬機器開發環境"
55
description: "Vagrant 是一個功能強大且易於使用的虛擬機器管理工具,讓開發者能夠快速地建立虛擬機器開發環境,本文將詳細介紹 Vagrant 的使用方法和技巧"
66
author: VagrantPi
77
tags: Vagrant

_posts/2018-08-27-go-ethereum-signature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: go-ethereum Signature
4-
subtitle: "go-ethereum Signature"
4+
tagline: "go-ethereum Signature"
55
description: "go-ethereum Signature"
66
author: VagrantPi
77
tags: Golang Blockchain

0 commit comments

Comments
 (0)