Skip to content

Commit 600ed20

Browse files
committed
deploy: 3d9ca1c
1 parent 50797fc commit 600ed20

File tree

53 files changed

+3799
-291
lines changed

Some content is hidden

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

53 files changed

+3799
-291
lines changed

blog/blog-post-2/index.html

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,26 +180,26 @@ <h4>Share now :</h4>
180180
<h4 class="mb-4">Latest Posts</h4>
181181

182182
<div class="media border-bottom py-3">
183-
<a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🤗 Mastering huggingface ecosystem"></a>
183+
<a href="https://py-img-gen.github.io/column/beautiful-python-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="✨️ Keeping Your Python Code Beautiful"></a>
184184
<div class="media-body">
185-
<span class="text-sm text-muted">January 01, 2025</span>
186-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/">🤗 Mastering huggingface ecosystem</a></h6>
185+
<span class="text-sm text-muted">January 03, 2025</span>
186+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/beautiful-python-code/">✨️ Keeping Your Python Code Beautiful</a></h6>
187187
</div>
188188
</div>
189189

190190
<div class="media border-bottom py-3">
191-
<a href="https://py-img-gen.github.io/blog/blog-post-2/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="My Awesome Blog Post"></a>
191+
<a href="https://py-img-gen.github.io/column/extending-diffusers-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧨 Extending diffusers code"></a>
192192
<div class="media-body">
193-
<span class="text-sm text-muted">November 23, 2019</span>
194-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/blog/blog-post-2/">My Awesome Blog Post</a></h6>
193+
<span class="text-sm text-muted">January 02, 2025</span>
194+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/extending-diffusers-code/">🧨 Extending diffusers code</a></h6>
195195
</div>
196196
</div>
197197

198198
<div class="media border-bottom py-3">
199-
<a href="https://py-img-gen.github.io/blog/blog-post-3/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="My Awesome Blog Post"></a>
199+
<a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🤗 Mastering huggingface ecosystem"></a>
200200
<div class="media-body">
201-
<span class="text-sm text-muted">November 23, 2019</span>
202-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/blog/blog-post-3/">My Awesome Blog Post</a></h6>
201+
<span class="text-sm text-muted">January 01, 2025</span>
202+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/">🤗 Mastering huggingface ecosystem</a></h6>
203203
</div>
204204
</div>
205205

@@ -212,6 +212,9 @@ <h4 class="mb-4">Category</h4>
212212
<li>
213213
<a href="/categories/creative/">Creative<span class="ml-2">(1)</span></a>
214214
</li>
215+
<li>
216+
<a href="/categories/diffusers/">Diffusers<span class="ml-2">(1)</span></a>
217+
</li>
215218
<li>
216219
<a href="/categories/go-language/">Go language<span class="ml-2">(1)</span></a>
217220
</li>
@@ -231,7 +234,13 @@ <h4 class="mb-4">Category</h4>
231234
<a href="/categories/new-book/">New book<span class="ml-2">(1)</span></a>
232235
</li>
233236
<li>
234-
<a href="/categories/python/">Python<span class="ml-2">(1)</span></a>
237+
<a href="/categories/python/">Python<span class="ml-2">(3)</span></a>
238+
</li>
239+
<li>
240+
<a href="/categories/ruff/">Ruff<span class="ml-2">(1)</span></a>
241+
</li>
242+
<li>
243+
<a href="/categories/rust/">Rust<span class="ml-2">(1)</span></a>
235244
</li>
236245
</ul>
237246
</ul>
@@ -240,6 +249,7 @@ <h4 class="mb-4">Category</h4>
240249
<div class="sidebar-widget tags mb-3">
241250
<h4 class="mb-4">Tags</h4>
242251
<a href="/tags/book/">Book</a>
252+
<a href="/tags/diffusers/">Diffusers</a>
243253
<a href="/tags/html/">HTML</a>
244254
<a href="/tags/hugging-face/">Hugging face</a>
245255
<a href="/tags/huggingface-datasets/">Huggingface datasets</a>
@@ -248,6 +258,8 @@ <h4 class="mb-4">Tags</h4>
248258
<a href="/tags/new/">New</a>
249259
<a href="/tags/photos/">Photos</a>
250260
<a href="/tags/python/">Python</a>
261+
<a href="/tags/ruff/">Ruff</a>
262+
<a href="/tags/rust/">Rust</a>
251263
</div>
252264
</div>
253265
</div>

blog/blog-post-3/index.html

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,26 +180,26 @@ <h4>Share now :</h4>
180180
<h4 class="mb-4">Latest Posts</h4>
181181

182182
<div class="media border-bottom py-3">
183-
<a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🤗 Mastering huggingface ecosystem"></a>
183+
<a href="https://py-img-gen.github.io/column/beautiful-python-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="✨️ Keeping Your Python Code Beautiful"></a>
184184
<div class="media-body">
185-
<span class="text-sm text-muted">January 01, 2025</span>
186-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/">🤗 Mastering huggingface ecosystem</a></h6>
185+
<span class="text-sm text-muted">January 03, 2025</span>
186+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/beautiful-python-code/">✨️ Keeping Your Python Code Beautiful</a></h6>
187187
</div>
188188
</div>
189189

190190
<div class="media border-bottom py-3">
191-
<a href="https://py-img-gen.github.io/blog/blog-post-2/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="My Awesome Blog Post"></a>
191+
<a href="https://py-img-gen.github.io/column/extending-diffusers-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧨 Extending diffusers code"></a>
192192
<div class="media-body">
193-
<span class="text-sm text-muted">November 23, 2019</span>
194-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/blog/blog-post-2/">My Awesome Blog Post</a></h6>
193+
<span class="text-sm text-muted">January 02, 2025</span>
194+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/extending-diffusers-code/">🧨 Extending diffusers code</a></h6>
195195
</div>
196196
</div>
197197

198198
<div class="media border-bottom py-3">
199-
<a href="https://py-img-gen.github.io/blog/blog-post-3/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="My Awesome Blog Post"></a>
199+
<a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🤗 Mastering huggingface ecosystem"></a>
200200
<div class="media-body">
201-
<span class="text-sm text-muted">November 23, 2019</span>
202-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/blog/blog-post-3/">My Awesome Blog Post</a></h6>
201+
<span class="text-sm text-muted">January 01, 2025</span>
202+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/">🤗 Mastering huggingface ecosystem</a></h6>
203203
</div>
204204
</div>
205205

@@ -212,6 +212,9 @@ <h4 class="mb-4">Category</h4>
212212
<li>
213213
<a href="/categories/creative/">Creative<span class="ml-2">(1)</span></a>
214214
</li>
215+
<li>
216+
<a href="/categories/diffusers/">Diffusers<span class="ml-2">(1)</span></a>
217+
</li>
215218
<li>
216219
<a href="/categories/go-language/">Go language<span class="ml-2">(1)</span></a>
217220
</li>
@@ -231,7 +234,13 @@ <h4 class="mb-4">Category</h4>
231234
<a href="/categories/new-book/">New book<span class="ml-2">(1)</span></a>
232235
</li>
233236
<li>
234-
<a href="/categories/python/">Python<span class="ml-2">(1)</span></a>
237+
<a href="/categories/python/">Python<span class="ml-2">(3)</span></a>
238+
</li>
239+
<li>
240+
<a href="/categories/ruff/">Ruff<span class="ml-2">(1)</span></a>
241+
</li>
242+
<li>
243+
<a href="/categories/rust/">Rust<span class="ml-2">(1)</span></a>
235244
</li>
236245
</ul>
237246
</ul>
@@ -240,6 +249,7 @@ <h4 class="mb-4">Category</h4>
240249
<div class="sidebar-widget tags mb-3">
241250
<h4 class="mb-4">Tags</h4>
242251
<a href="/tags/book/">Book</a>
252+
<a href="/tags/diffusers/">Diffusers</a>
243253
<a href="/tags/html/">HTML</a>
244254
<a href="/tags/hugging-face/">Hugging face</a>
245255
<a href="/tags/huggingface-datasets/">Huggingface datasets</a>
@@ -248,6 +258,8 @@ <h4 class="mb-4">Tags</h4>
248258
<a href="/tags/new/">New</a>
249259
<a href="/tags/photos/">Photos</a>
250260
<a href="/tags/python/">Python</a>
261+
<a href="/tags/ruff/">Ruff</a>
262+
<a href="/tags/rust/">Rust</a>
251263
</div>
252264
</div>
253265
</div>

blog/blog-post/index.html

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,26 +180,26 @@ <h4>Share now :</h4>
180180
<h4 class="mb-4">Latest Posts</h4>
181181

182182
<div class="media border-bottom py-3">
183-
<a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🤗 Mastering huggingface ecosystem"></a>
183+
<a href="https://py-img-gen.github.io/column/beautiful-python-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="✨️ Keeping Your Python Code Beautiful"></a>
184184
<div class="media-body">
185-
<span class="text-sm text-muted">January 01, 2025</span>
186-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/">🤗 Mastering huggingface ecosystem</a></h6>
185+
<span class="text-sm text-muted">January 03, 2025</span>
186+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/beautiful-python-code/">✨️ Keeping Your Python Code Beautiful</a></h6>
187187
</div>
188188
</div>
189189

190190
<div class="media border-bottom py-3">
191-
<a href="https://py-img-gen.github.io/blog/blog-post-2/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="My Awesome Blog Post"></a>
191+
<a href="https://py-img-gen.github.io/column/extending-diffusers-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧨 Extending diffusers code"></a>
192192
<div class="media-body">
193-
<span class="text-sm text-muted">November 23, 2019</span>
194-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/blog/blog-post-2/">My Awesome Blog Post</a></h6>
193+
<span class="text-sm text-muted">January 02, 2025</span>
194+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/extending-diffusers-code/">🧨 Extending diffusers code</a></h6>
195195
</div>
196196
</div>
197197

198198
<div class="media border-bottom py-3">
199-
<a href="https://py-img-gen.github.io/blog/blog-post-3/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="My Awesome Blog Post"></a>
199+
<a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🤗 Mastering huggingface ecosystem"></a>
200200
<div class="media-body">
201-
<span class="text-sm text-muted">November 23, 2019</span>
202-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/blog/blog-post-3/">My Awesome Blog Post</a></h6>
201+
<span class="text-sm text-muted">January 01, 2025</span>
202+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/">🤗 Mastering huggingface ecosystem</a></h6>
203203
</div>
204204
</div>
205205

@@ -212,6 +212,9 @@ <h4 class="mb-4">Category</h4>
212212
<li>
213213
<a href="/categories/creative/">Creative<span class="ml-2">(1)</span></a>
214214
</li>
215+
<li>
216+
<a href="/categories/diffusers/">Diffusers<span class="ml-2">(1)</span></a>
217+
</li>
215218
<li>
216219
<a href="/categories/go-language/">Go language<span class="ml-2">(1)</span></a>
217220
</li>
@@ -231,7 +234,13 @@ <h4 class="mb-4">Category</h4>
231234
<a href="/categories/new-book/">New book<span class="ml-2">(1)</span></a>
232235
</li>
233236
<li>
234-
<a href="/categories/python/">Python<span class="ml-2">(1)</span></a>
237+
<a href="/categories/python/">Python<span class="ml-2">(3)</span></a>
238+
</li>
239+
<li>
240+
<a href="/categories/ruff/">Ruff<span class="ml-2">(1)</span></a>
241+
</li>
242+
<li>
243+
<a href="/categories/rust/">Rust<span class="ml-2">(1)</span></a>
235244
</li>
236245
</ul>
237246
</ul>
@@ -240,6 +249,7 @@ <h4 class="mb-4">Category</h4>
240249
<div class="sidebar-widget tags mb-3">
241250
<h4 class="mb-4">Tags</h4>
242251
<a href="/tags/book/">Book</a>
252+
<a href="/tags/diffusers/">Diffusers</a>
243253
<a href="/tags/html/">HTML</a>
244254
<a href="/tags/hugging-face/">Hugging face</a>
245255
<a href="/tags/huggingface-datasets/">Huggingface datasets</a>
@@ -248,6 +258,8 @@ <h4 class="mb-4">Tags</h4>
248258
<a href="/tags/new/">New</a>
249259
<a href="/tags/photos/">Photos</a>
250260
<a href="/tags/python/">Python</a>
261+
<a href="/tags/ruff/">Ruff</a>
262+
<a href="/tags/rust/">Rust</a>
251263
</div>
252264
</div>
253265
</div>

blog/index.html

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -178,26 +178,26 @@ <h4 class="mt-2 mb-3"><a href="https://py-img-gen.github.io/blog/blog-post/">My
178178
<h4 class="mb-4">Latest Posts</h4>
179179

180180
<div class="media border-bottom py-3">
181-
<a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🤗 Mastering huggingface ecosystem"></a>
181+
<a href="https://py-img-gen.github.io/column/beautiful-python-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="✨️ Keeping Your Python Code Beautiful"></a>
182182
<div class="media-body">
183-
<span class="text-sm text-muted">January 01, 2025</span>
184-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/">🤗 Mastering huggingface ecosystem</a></h6>
183+
<span class="text-sm text-muted">January 03, 2025</span>
184+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/beautiful-python-code/">✨️ Keeping Your Python Code Beautiful</a></h6>
185185
</div>
186186
</div>
187187

188188
<div class="media border-bottom py-3">
189-
<a href="https://py-img-gen.github.io/blog/blog-post-2/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="My Awesome Blog Post"></a>
189+
<a href="https://py-img-gen.github.io/column/extending-diffusers-code/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧨 Extending diffusers code"></a>
190190
<div class="media-body">
191-
<span class="text-sm text-muted">November 23, 2019</span>
192-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/blog/blog-post-2/">My Awesome Blog Post</a></h6>
191+
<span class="text-sm text-muted">January 02, 2025</span>
192+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/extending-diffusers-code/">🧨 Extending diffusers code</a></h6>
193193
</div>
194194
</div>
195195

196196
<div class="media border-bottom py-3">
197-
<a href="https://py-img-gen.github.io/blog/blog-post-3/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="My Awesome Blog Post"></a>
197+
<a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🤗 Mastering huggingface ecosystem"></a>
198198
<div class="media-body">
199-
<span class="text-sm text-muted">November 23, 2019</span>
200-
<h6 class="mt-1"><a href="https://py-img-gen.github.io/blog/blog-post-3/">My Awesome Blog Post</a></h6>
199+
<span class="text-sm text-muted">January 01, 2025</span>
200+
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/mastering-huggingface-ecosystem/">🤗 Mastering huggingface ecosystem</a></h6>
201201
</div>
202202
</div>
203203

@@ -210,6 +210,9 @@ <h4 class="mb-4">Category</h4>
210210
<li>
211211
<a href="/categories/creative/">Creative<span class="ml-2">(1)</span></a>
212212
</li>
213+
<li>
214+
<a href="/categories/diffusers/">Diffusers<span class="ml-2">(1)</span></a>
215+
</li>
213216
<li>
214217
<a href="/categories/go-language/">Go language<span class="ml-2">(1)</span></a>
215218
</li>
@@ -229,7 +232,13 @@ <h4 class="mb-4">Category</h4>
229232
<a href="/categories/new-book/">New book<span class="ml-2">(1)</span></a>
230233
</li>
231234
<li>
232-
<a href="/categories/python/">Python<span class="ml-2">(1)</span></a>
235+
<a href="/categories/python/">Python<span class="ml-2">(3)</span></a>
236+
</li>
237+
<li>
238+
<a href="/categories/ruff/">Ruff<span class="ml-2">(1)</span></a>
239+
</li>
240+
<li>
241+
<a href="/categories/rust/">Rust<span class="ml-2">(1)</span></a>
233242
</li>
234243
</ul>
235244
</ul>
@@ -238,6 +247,7 @@ <h4 class="mb-4">Category</h4>
238247
<div class="sidebar-widget tags mb-3">
239248
<h4 class="mb-4">Tags</h4>
240249
<a href="/tags/book/">Book</a>
250+
<a href="/tags/diffusers/">Diffusers</a>
241251
<a href="/tags/html/">HTML</a>
242252
<a href="/tags/hugging-face/">Hugging face</a>
243253
<a href="/tags/huggingface-datasets/">Huggingface datasets</a>
@@ -246,6 +256,8 @@ <h4 class="mb-4">Tags</h4>
246256
<a href="/tags/new/">New</a>
247257
<a href="/tags/photos/">Photos</a>
248258
<a href="/tags/python/">Python</a>
259+
<a href="/tags/ruff/">Ruff</a>
260+
<a href="/tags/rust/">Rust</a>
249261
</div>
250262
</div>
251263
</div>

0 commit comments

Comments
 (0)