Skip to content

Commit 0bad345

Browse files
committed
使用 ai 優化 subtitle, description
1 parent 7497091 commit 0bad345

22 files changed

Lines changed: 48 additions & 42 deletions

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,10 @@ docker run --rm \
7979
-v "$PWD:/srv/jekyll:Z" \
8080
jekyll/jekyll \
8181
jekyll build
82+
```
83+
84+
### AI 優化 SEO prompt
85+
86+
```
87+
掃描這篇文章,優化SEO的情況下幫我建立 SEO 夠好的 subtitle, description,請使用中文
8288
```

_posts/2017-08-03-eslint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
title: Eslint 筆記
4-
subtitle: Eslint Note
5-
description: Eslint 學習筆記
4+
subtitle: Eslint 使用教學、Eslint 設定、Eslint Rule 解釋
5+
description: Eslint 是一個檢查 JavaScript 語法的工具,能夠幫助我們在開發時檢查語法是否正確,避免一些基本的錯誤。
66
author: VagrantPi
77
tags: Eslint
88
imgurl-fb: /public/img/index/eslint.jpg

_posts/2018-02-11-vagrant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
title: Vagrant 學習筆記
4-
subtitle: Vagrant Note
5-
description: Vagrant 學習筆記
4+
subtitle: "Vagrant 教學:使用 Vagrant 建置虛擬機器開發環境"
5+
description: "Vagrant 是一個功能強大且易於使用的虛擬機器管理工具,讓開發者能夠快速地建立虛擬機器開發環境,本文將詳細介紹 Vagrant 的使用方法和技巧"
66
author: VagrantPi
77
tags: Vagrant
88
imgurl-fb: /public/img/index/Vagrant_logo.jpg

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
title: go-ethereum Signature
4-
subtitle: go-ethereum Signature
5-
description: go-ethereum Signature
4+
subtitle: "go-ethereum Signature"
5+
description: "go-ethereum Signature"
66
author: VagrantPi
77
tags: Golang Blockchain
88
imgurl-fb: /public/img/index/gopher-fb.jpg

_posts/2018-09-28-drone-101.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
title: "Drone - Re: 從零開始的 CI 生活"
4-
subtitle: Drone 101
5-
description: "Drone - Re: 從零開始的 CI 生活(第一次 CI 就上手)"
4+
subtitle: "CI/CD Drone 入門教學,從零開始的自動化測試"
5+
description: "Drone 101 - CI/CD Drone 自動化測試入門教學,讓你快速上手使用 Drone,可以幫助你自動化測試,提高開發效率"
66
author: VagrantPi
77
tags: Docker CI/CD Drone
88
imgurl-fb: /public/img/index/drone.jpg

_posts/2018-10-21-drone-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
title: "Drone - Drone Pipeline 簡介"
4-
subtitle: Drone Pipeline tutorials 1
5-
description: "Drone Pipeline 簡介,簡單介紹 pipeline 各區塊分別是做什麼的"
4+
subtitle: "Drone Pipeline 簡介 - Drone CI/CD Pipeline 的基本概念、 Drone Pipeline 的作用、 Drone Pipeline 的優點"
5+
description: "Drone Pipeline 是 Drone CI/CD 的核心,Drone Pipeline 簡介文章中,我們將簡單介紹 Drone Pipeline 的基本概念、 Drone Pipeline 的作用和優點,幫助您更好地理解 Drone CI/CD Pipeline"
66
author: VagrantPi
77
tags: Docker CI/CD Drone
88
imgurl-fb: /public/img/index/drone.jpg

_posts/2019-01-01-design-pattern-iterator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
title: "Design Pattern 筆記 - Iterator Pattern"
4-
subtitle: 圖解設計模式讀書筆記 - Iterator Pattern
5-
description: "Iterator Pattern 筆記,與 golang 的實作"
4+
subtitle: "圖解設計模式 - Iterator Pattern筆記,Golang 實作 Detail,Go 語言學習筆記"
5+
description: "Iterator Pattern 是一種常見的設計模式,用於遍歷容器元素,如何在 Golang 中實現 Iterator Pattern?本篇文章將詳細介紹 Iterator Pattern 的概念、優點和 Golang 實作 Detail,幫助你更好地理解和應用這個設計模式。"
66
author: VagrantPi
77
tags: Design_Pattern Golang
88
imgurl-fb: /public/img/index/gopher-fb.jpg

_posts/2019-01-07-design-pattern-adapter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
title: "Design Pattern 筆記 - Adapter Pattern"
4-
subtitle: 圖解設計模式讀書筆記 - Adapter Pattern
5-
description: "Adapter Pattern 筆記"
4+
subtitle: "圖解設計模式 - Adapter Pattern筆記,Golang 實作 Detail,Go 語言學習筆記"
5+
description: "Adapter Pattern 是一種常見的設計模式,用於將不相容的物件進行轉換,使得多個物件能夠進行交互,如何在 Golang 中實現 Adapter Pattern?本篇文章將詳細介紹 Adapter Pattern 的概念、優點和 Golang 實作 Detail,幫助你更好地理解和應用這個設計模式。"
66
author: VagrantPi
77
tags: Design_Pattern Golang
88
imgurl-fb: /public/img/index/gopher-fb.jpg

_posts/2019-01-28-design-pattern-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
title: "Design Pattern 筆記 - Template Pattern"
4-
subtitle: 圖解設計模式讀書筆記 - Template Pattern
5-
description: "Template Pattern 筆記"
4+
subtitle: "Golang 實踐設計模式 - Template Pattern"
5+
description: "Template Pattern 是一種行為設計模式,讓我們可以定義演算法的骨架,但將一些步驟延遲到子 class 實踐。透過 Golang 實踐設計模式,讓我們更容易理解這個模式,並應用在實際開發中。"
66
author: VagrantPi
77
tags: Design_Pattern Golang
88
imgurl-fb: /public/img/index/gopher-fb.jpg

_posts/2019-03-03-design-pattern-singleton.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: post
33
title: "Design Pattern 筆記 - Singleton Pattern"
4-
subtitle: 圖解設計模式讀書筆記 - Singleton Pattern
5-
description: "Singleton Pattern 筆記"
4+
subtitle: "Golang 實作 Singleton Pattern,單例模式設計模式讀書筆記"
5+
description: "Singleton Pattern 是一種常見的設計模式,用於限制某個類別只有一個實例,如何在 Golang 中實現 Singleton Pattern?本篇文章將詳細介紹 Singleton Pattern 的概念、優點和 Golang 實作 Detail,幫助你更好地理解和應用這個設計模式。"
66
author: VagrantPi
77
tags: Design_Pattern Golang
88
imgurl-fb: /public/img/index/gopher-fb.jpg

0 commit comments

Comments
 (0)