Skip to content

Commit f6d528e

Browse files
committed
Update meta descriptions and post images for Python articles
1 parent 85fd5e9 commit f6d528e

6 files changed

+16
-14
lines changed

content/column/beautiful-python-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ draft: false
77
author : "北田 俊輔"
88

99
# post thumb
10-
image: "images/blog/blog-1.jpg"
10+
image: "https://assets.st-note.com/production/uploads/images/177372934/rectangle_large_type_2_e8ffa0da091443659a6dfe07b86e1247.png"
1111

1212
# meta description
13-
description: "this is meta description"
13+
description: "✨️ Python のコードを美しく保つには"
1414

1515
# taxonomies
1616
categories: ["Python", "ruff", "rust"]
@@ -19,6 +19,6 @@ tags: ["Python", "ruff", "rust"]
1919
type: "post"
2020
---
2121

22-
## ✨️ Python のコードを美しく保つには
22+
<!-- ## ✨️ Python のコードを美しく保つには -->
2323

2424
{{< blogcard url="https://note.com/shunk031/n/n65c55ca011e3" >}}

content/column/extending-diffusers-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author : "北田 俊輔"
1010
image: "images/blog/blog-1.jpg"
1111

1212
# meta description
13-
description: "this is meta description"
13+
description: "🧨 diffusers のコードを拡張する"
1414

1515
# taxonomies
1616
categories: ["Python", "diffusers"]

content/column/mastering-huggingface-ecosystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author : "北田 俊輔"
1010
image: "images/blog/blog-1.jpg"
1111

1212
# meta description
13-
description: "this is meta description"
13+
description: "🤗 Hugging Face のエコシステムを使い倒す"
1414

1515
# taxonomies
1616
categories: ["Python", "Hugging Face", "huggingface transformers", "huggingface evaluate", "huggingface datasets"]

content/column/python-dataclass.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ draft: false
77
author : "北田 俊輔"
88

99
# post thumb
10-
image: "images/blog/blog-1.jpg"
10+
image: "https://assets.st-note.com/production/uploads/images/177372544/rectangle_large_type_2_b2992d27110edccf3062187b1b807e26.png"
1111

1212
# meta description
13-
description: "this is meta description"
13+
description: "🔎 `dataclass` で万物に型をつけよう"
1414

1515
# taxonomies
1616
categories: ["Python", "Type Hint", "dataclass"]
@@ -19,6 +19,6 @@ tags: ["Python", "Type Hint", "dataclass"]
1919
type: "post"
2020
---
2121

22-
## 🔎 `dataclass` で万物に型をつけよう
22+
<!-- ## 🔎 `dataclass` で万物に型をつけよう -->
2323

2424
{{< blogcard url="https://note.com/shunk031/n/nc1106f2ef926" >}}

content/column/reproducible-experiments.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ draft: false
77
author : "北田 俊輔"
88

99
# post thumb
10-
image: "images/blog/blog-1.jpg"
10+
image: "https://assets.st-note.com/production/uploads/images/177512767/rectangle_large_type_2_167a97ebd37dff5b6af21d36ce41723d.png"
1111

1212
# meta description
13-
description: "this is meta description"
13+
description: "🧪 深層学習を用いた実験における再現可能な環境構築"
1414

1515
# taxonomies
1616
categories: ["Python", "uv", "docker", "rust"]
@@ -19,4 +19,6 @@ tags: ["Python", "uv", "docker", "rust"]
1919
type: "post"
2020
---
2121

22-
## 🧪 深層学習を用いた実験における再現可能な環境構築
22+
<!-- ## 🧪 深層学習を用いた実験における再現可能な環境構築 -->
23+
24+
{{< blogcard url="https://note.com/shunk031/n/n0f0e9e42b5aa" >}}

content/column/typehint-in-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ draft: false
77
author : "北田 俊輔"
88

99
# post thumb
10-
image: "images/blog/blog-1.jpg"
10+
image: "https://assets.st-note.com/production/uploads/images/177372381/rectangle_large_type_2_77ac5bc8e07e0b825e715c96b64bc683.png"
1111

1212
# meta description
13-
description: "this is meta description"
13+
description: "💡すべてを救う Python の型ヒントについて"
1414

1515
# taxonomies
1616
categories: ["Python", "Type Hint"]
@@ -19,6 +19,6 @@ tags: ["Python", "Type Hint"]
1919
type: "post"
2020
---
2121

22-
## 💡すべてを救う Python の型ヒントについて
22+
<!-- ## 💡すべてを救う Python の型ヒントについて -->
2323

2424
{{< blogcard url="https://note.com/shunk031/n/n02edafb543a6" >}}

0 commit comments

Comments
 (0)