Skip to content

Commit 6369671

Browse files
authored
Update for column 6 (#12)
* Update image link and add blogcard for enhanced content engagement * Update image link and add blogcard for Hugging Face ecosystem post * Enhance article headers and add additional context for readers
1 parent a9223c6 commit 6369671

6 files changed

+19
-6
lines changed

content/column/beautiful-python-code.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ tags: ["Python", "ruff", "rust"]
1919
type: "post"
2020
---
2121

22-
<!-- ## ✨️ Python のコードを美しく保つには -->
22+
## ✨️ Python のコードを美しく保つには
23+
24+
詳細は以下をご覧ください。
2325

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

content/column/extending-diffusers-code.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ tags: ["Python", "diffusers"]
1919
type: "post"
2020
---
2121

22-
<!-- ## 🧨 `diffusers` のコードを拡張する -->
22+
## 🧨 `diffusers` のコードを拡張する
23+
24+
詳細は以下をご覧ください。
2325

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

content/column/mastering-huggingface-ecosystem.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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/182597849/rectangle_large_type_2_b31ef1440929f1e8582fc3cc55700c6a.png"
1111

1212
# meta description
1313
description: "🤗 Hugging Face のエコシステムを使い倒す"
@@ -21,3 +21,6 @@ type: "post"
2121

2222
## 🤗 Hugging Face のエコシステムを使い倒す
2323

24+
詳細は以下をご覧ください。
25+
26+
{{< blogcard url="https://note.com/shunk031/n/na43041c88ad7" >}}

content/column/python-dataclass.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ tags: ["Python", "Type Hint", "dataclass"]
1919
type: "post"
2020
---
2121

22-
<!-- ## 🔎 `dataclass` で万物に型をつけよう -->
22+
## 🔎 `dataclass` で万物に型をつけよう
23+
24+
詳細は以下をご覧ください。
2325

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

content/column/reproducible-experiments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ tags: ["Python", "uv", "docker", "rust"]
1919
type: "post"
2020
---
2121

22-
<!-- ## 🧪 深層学習を用いた実験における再現可能な環境構築 -->
22+
## 🧪 深層学習を用いた実験における再現可能な環境構築
23+
24+
詳細は以下をご覧ください。
2325

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

content/column/typehint-in-python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ tags: ["Python", "Type Hint"]
1919
type: "post"
2020
---
2121

22-
<!-- ## 💡すべてを救う Python の型ヒントについて -->
22+
## 💡すべてを救う Python の型ヒントについて
23+
24+
詳細は以下をご覧ください。
2325

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

0 commit comments

Comments
 (0)