Skip to content

Commit d77bb1b

Browse files
committed
deploy: 5898ff0
1 parent fcbce7a commit d77bb1b

File tree

62 files changed

+276
-2099
lines changed

Some content is hidden

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

62 files changed

+276
-2099
lines changed

blog/blog-post-2/index.html

Lines changed: 3 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -178,23 +178,23 @@ <h4>Share now :</h4>
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/typehint-in-python/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="💡 Type Hint in Python"></a>
181+
<a href="https://py-img-gen.github.io/column/typehint-in-python/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177372381/rectangle_large_type_2_77ac5bc8e07e0b825e715c96b64bc683.png" alt="💡 Type Hint in Python"></a>
182182
<div class="media-body">
183183
<span class="text-sm text-muted">January 05, 2025</span>
184184
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/typehint-in-python/">💡 Type Hint in Python</a></h6>
185185
</div>
186186
</div>
187187

188188
<div class="media border-bottom py-3">
189-
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🔎 dataclass in Python"></a>
189+
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177372544/rectangle_large_type_2_b2992d27110edccf3062187b1b807e26.png" alt="🔎 dataclass in Python"></a>
190190
<div class="media-body">
191191
<span class="text-sm text-muted">January 04, 2025</span>
192192
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/python-dataclass/">🔎 dataclass in Python</a></h6>
193193
</div>
194194
</div>
195195

196196
<div class="media border-bottom py-3">
197-
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
197+
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177512767/rectangle_large_type_2_167a97ebd37dff5b6af21d36ce41723d.png" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
198198
<div class="media-body">
199199
<span class="text-sm text-muted">January 04, 2025</span>
200200
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/reproducible-experiments/">🧪 Reproducible Experiments for Deep Learning with Python</a></h6>
@@ -343,46 +343,5 @@ <h2 class="mb-0 text-dark">Pythonで学ぶ画像生成</h2>
343343

344344

345345

346-
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.1/js.cookie.min.js"></script>
347-
<div id="js-cookie-box" class="cookie-box cookie-box-hide">
348-
This site uses cookies. By continuing to use this website, you agree to their use. <span id="js-cookie-button"
349-
class="btn btn-sm btn-main ml-2">I Accept</span>
350-
</div>
351-
<script>
352-
(function ($) {
353-
const cookieBox = document.getElementById('js-cookie-box');
354-
const cookieButton = document.getElementById('js-cookie-button');
355-
if (!Cookies.get('cookie-box')) {
356-
cookieBox.classList.remove('cookie-box-hide');
357-
cookieButton.onclick = function () {
358-
Cookies.set('cookie-box', true, {
359-
expires: 2
360-
});
361-
cookieBox.classList.add('cookie-box-hide');
362-
};
363-
}
364-
}) (jQuery);
365-
</script>
366-
367-
368-
<style>
369-
.cookie-box {
370-
position: fixed;
371-
left: 0;
372-
right: 0;
373-
bottom: 0;
374-
text-align: center;
375-
z-index: 9999;
376-
padding: 1rem 2rem;
377-
background: rgb(71, 71, 71);
378-
transition: all .75s cubic-bezier(.19, 1, .22, 1);
379-
color: #fdfdfd;
380-
}
381-
382-
.cookie-box-hide {
383-
display: none;
384-
}
385-
</style>
386-
387346
</body>
388347
</html>

blog/blog-post-3/index.html

Lines changed: 3 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -178,23 +178,23 @@ <h4>Share now :</h4>
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/typehint-in-python/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="💡 Type Hint in Python"></a>
181+
<a href="https://py-img-gen.github.io/column/typehint-in-python/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177372381/rectangle_large_type_2_77ac5bc8e07e0b825e715c96b64bc683.png" alt="💡 Type Hint in Python"></a>
182182
<div class="media-body">
183183
<span class="text-sm text-muted">January 05, 2025</span>
184184
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/typehint-in-python/">💡 Type Hint in Python</a></h6>
185185
</div>
186186
</div>
187187

188188
<div class="media border-bottom py-3">
189-
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🔎 dataclass in Python"></a>
189+
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177372544/rectangle_large_type_2_b2992d27110edccf3062187b1b807e26.png" alt="🔎 dataclass in Python"></a>
190190
<div class="media-body">
191191
<span class="text-sm text-muted">January 04, 2025</span>
192192
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/python-dataclass/">🔎 dataclass in Python</a></h6>
193193
</div>
194194
</div>
195195

196196
<div class="media border-bottom py-3">
197-
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
197+
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177512767/rectangle_large_type_2_167a97ebd37dff5b6af21d36ce41723d.png" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
198198
<div class="media-body">
199199
<span class="text-sm text-muted">January 04, 2025</span>
200200
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/reproducible-experiments/">🧪 Reproducible Experiments for Deep Learning with Python</a></h6>
@@ -343,46 +343,5 @@ <h2 class="mb-0 text-dark">Pythonで学ぶ画像生成</h2>
343343

344344

345345

346-
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.1/js.cookie.min.js"></script>
347-
<div id="js-cookie-box" class="cookie-box cookie-box-hide">
348-
This site uses cookies. By continuing to use this website, you agree to their use. <span id="js-cookie-button"
349-
class="btn btn-sm btn-main ml-2">I Accept</span>
350-
</div>
351-
<script>
352-
(function ($) {
353-
const cookieBox = document.getElementById('js-cookie-box');
354-
const cookieButton = document.getElementById('js-cookie-button');
355-
if (!Cookies.get('cookie-box')) {
356-
cookieBox.classList.remove('cookie-box-hide');
357-
cookieButton.onclick = function () {
358-
Cookies.set('cookie-box', true, {
359-
expires: 2
360-
});
361-
cookieBox.classList.add('cookie-box-hide');
362-
};
363-
}
364-
}) (jQuery);
365-
</script>
366-
367-
368-
<style>
369-
.cookie-box {
370-
position: fixed;
371-
left: 0;
372-
right: 0;
373-
bottom: 0;
374-
text-align: center;
375-
z-index: 9999;
376-
padding: 1rem 2rem;
377-
background: rgb(71, 71, 71);
378-
transition: all .75s cubic-bezier(.19, 1, .22, 1);
379-
color: #fdfdfd;
380-
}
381-
382-
.cookie-box-hide {
383-
display: none;
384-
}
385-
</style>
386-
387346
</body>
388347
</html>

blog/blog-post/index.html

Lines changed: 3 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -178,23 +178,23 @@ <h4>Share now :</h4>
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/typehint-in-python/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="💡 Type Hint in Python"></a>
181+
<a href="https://py-img-gen.github.io/column/typehint-in-python/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177372381/rectangle_large_type_2_77ac5bc8e07e0b825e715c96b64bc683.png" alt="💡 Type Hint in Python"></a>
182182
<div class="media-body">
183183
<span class="text-sm text-muted">January 05, 2025</span>
184184
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/typehint-in-python/">💡 Type Hint in Python</a></h6>
185185
</div>
186186
</div>
187187

188188
<div class="media border-bottom py-3">
189-
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🔎 dataclass in Python"></a>
189+
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177372544/rectangle_large_type_2_b2992d27110edccf3062187b1b807e26.png" alt="🔎 dataclass in Python"></a>
190190
<div class="media-body">
191191
<span class="text-sm text-muted">January 04, 2025</span>
192192
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/python-dataclass/">🔎 dataclass in Python</a></h6>
193193
</div>
194194
</div>
195195

196196
<div class="media border-bottom py-3">
197-
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
197+
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177512767/rectangle_large_type_2_167a97ebd37dff5b6af21d36ce41723d.png" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
198198
<div class="media-body">
199199
<span class="text-sm text-muted">January 04, 2025</span>
200200
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/reproducible-experiments/">🧪 Reproducible Experiments for Deep Learning with Python</a></h6>
@@ -343,46 +343,5 @@ <h2 class="mb-0 text-dark">Pythonで学ぶ画像生成</h2>
343343

344344

345345

346-
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.1/js.cookie.min.js"></script>
347-
<div id="js-cookie-box" class="cookie-box cookie-box-hide">
348-
This site uses cookies. By continuing to use this website, you agree to their use. <span id="js-cookie-button"
349-
class="btn btn-sm btn-main ml-2">I Accept</span>
350-
</div>
351-
<script>
352-
(function ($) {
353-
const cookieBox = document.getElementById('js-cookie-box');
354-
const cookieButton = document.getElementById('js-cookie-button');
355-
if (!Cookies.get('cookie-box')) {
356-
cookieBox.classList.remove('cookie-box-hide');
357-
cookieButton.onclick = function () {
358-
Cookies.set('cookie-box', true, {
359-
expires: 2
360-
});
361-
cookieBox.classList.add('cookie-box-hide');
362-
};
363-
}
364-
}) (jQuery);
365-
</script>
366-
367-
368-
<style>
369-
.cookie-box {
370-
position: fixed;
371-
left: 0;
372-
right: 0;
373-
bottom: 0;
374-
text-align: center;
375-
z-index: 9999;
376-
padding: 1rem 2rem;
377-
background: rgb(71, 71, 71);
378-
transition: all .75s cubic-bezier(.19, 1, .22, 1);
379-
color: #fdfdfd;
380-
}
381-
382-
.cookie-box-hide {
383-
display: none;
384-
}
385-
</style>
386-
387346
</body>
388347
</html>

blog/index.html

Lines changed: 3 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -176,23 +176,23 @@ <h4 class="mt-2 mb-3"><a href="https://py-img-gen.github.io/blog/blog-post/">My
176176
<h4 class="mb-4">Latest Posts</h4>
177177

178178
<div class="media border-bottom py-3">
179-
<a href="https://py-img-gen.github.io/column/typehint-in-python/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="💡 Type Hint in Python"></a>
179+
<a href="https://py-img-gen.github.io/column/typehint-in-python/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177372381/rectangle_large_type_2_77ac5bc8e07e0b825e715c96b64bc683.png" alt="💡 Type Hint in Python"></a>
180180
<div class="media-body">
181181
<span class="text-sm text-muted">January 05, 2025</span>
182182
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/typehint-in-python/">💡 Type Hint in Python</a></h6>
183183
</div>
184184
</div>
185185

186186
<div class="media border-bottom py-3">
187-
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🔎 dataclass in Python"></a>
187+
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177372544/rectangle_large_type_2_b2992d27110edccf3062187b1b807e26.png" alt="🔎 dataclass in Python"></a>
188188
<div class="media-body">
189189
<span class="text-sm text-muted">January 04, 2025</span>
190190
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/python-dataclass/">🔎 dataclass in Python</a></h6>
191191
</div>
192192
</div>
193193

194194
<div class="media border-bottom py-3">
195-
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
195+
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177512767/rectangle_large_type_2_167a97ebd37dff5b6af21d36ce41723d.png" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
196196
<div class="media-body">
197197
<span class="text-sm text-muted">January 04, 2025</span>
198198
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/reproducible-experiments/">🧪 Reproducible Experiments for Deep Learning with Python</a></h6>
@@ -341,46 +341,5 @@ <h2 class="mb-0 text-dark">Pythonで学ぶ画像生成</h2>
341341

342342

343343

344-
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.1/js.cookie.min.js"></script>
345-
<div id="js-cookie-box" class="cookie-box cookie-box-hide">
346-
This site uses cookies. By continuing to use this website, you agree to their use. <span id="js-cookie-button"
347-
class="btn btn-sm btn-main ml-2">I Accept</span>
348-
</div>
349-
<script>
350-
(function ($) {
351-
const cookieBox = document.getElementById('js-cookie-box');
352-
const cookieButton = document.getElementById('js-cookie-button');
353-
if (!Cookies.get('cookie-box')) {
354-
cookieBox.classList.remove('cookie-box-hide');
355-
cookieButton.onclick = function () {
356-
Cookies.set('cookie-box', true, {
357-
expires: 2
358-
});
359-
cookieBox.classList.add('cookie-box-hide');
360-
};
361-
}
362-
}) (jQuery);
363-
</script>
364-
365-
366-
<style>
367-
.cookie-box {
368-
position: fixed;
369-
left: 0;
370-
right: 0;
371-
bottom: 0;
372-
text-align: center;
373-
z-index: 9999;
374-
padding: 1rem 2rem;
375-
background: rgb(71, 71, 71);
376-
transition: all .75s cubic-bezier(.19, 1, .22, 1);
377-
color: #fdfdfd;
378-
}
379-
380-
.cookie-box-hide {
381-
display: none;
382-
}
383-
</style>
384-
385344
</body>
386345
</html>

categories/creative/index.html

Lines changed: 3 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -150,23 +150,23 @@ <h4 class="mt-2 mb-3"><a href="https://py-img-gen.github.io/blog/blog-post-3/">M
150150
<h4 class="mb-4">Latest Posts</h4>
151151

152152
<div class="media border-bottom py-3">
153-
<a href="https://py-img-gen.github.io/column/typehint-in-python/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="💡 Type Hint in Python"></a>
153+
<a href="https://py-img-gen.github.io/column/typehint-in-python/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177372381/rectangle_large_type_2_77ac5bc8e07e0b825e715c96b64bc683.png" alt="💡 Type Hint in Python"></a>
154154
<div class="media-body">
155155
<span class="text-sm text-muted">January 05, 2025</span>
156156
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/typehint-in-python/">💡 Type Hint in Python</a></h6>
157157
</div>
158158
</div>
159159

160160
<div class="media border-bottom py-3">
161-
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🔎 dataclass in Python"></a>
161+
<a href="https://py-img-gen.github.io/column/python-dataclass/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177372544/rectangle_large_type_2_b2992d27110edccf3062187b1b807e26.png" alt="🔎 dataclass in Python"></a>
162162
<div class="media-body">
163163
<span class="text-sm text-muted">January 04, 2025</span>
164164
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/python-dataclass/">🔎 dataclass in Python</a></h6>
165165
</div>
166166
</div>
167167

168168
<div class="media border-bottom py-3">
169-
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="/images/blog/blog-1.jpg" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
169+
<a href="https://py-img-gen.github.io/column/reproducible-experiments/"><img class="mr-4 post-thumb-sm" src="https://assets.st-note.com/production/uploads/images/177512767/rectangle_large_type_2_167a97ebd37dff5b6af21d36ce41723d.png" alt="🧪 Reproducible Experiments for Deep Learning with Python"></a>
170170
<div class="media-body">
171171
<span class="text-sm text-muted">January 04, 2025</span>
172172
<h6 class="mt-1"><a href="https://py-img-gen.github.io/column/reproducible-experiments/">🧪 Reproducible Experiments for Deep Learning with Python</a></h6>
@@ -315,46 +315,5 @@ <h2 class="mb-0 text-dark">Pythonで学ぶ画像生成</h2>
315315

316316

317317

318-
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.1/js.cookie.min.js"></script>
319-
<div id="js-cookie-box" class="cookie-box cookie-box-hide">
320-
This site uses cookies. By continuing to use this website, you agree to their use. <span id="js-cookie-button"
321-
class="btn btn-sm btn-main ml-2">I Accept</span>
322-
</div>
323-
<script>
324-
(function ($) {
325-
const cookieBox = document.getElementById('js-cookie-box');
326-
const cookieButton = document.getElementById('js-cookie-button');
327-
if (!Cookies.get('cookie-box')) {
328-
cookieBox.classList.remove('cookie-box-hide');
329-
cookieButton.onclick = function () {
330-
Cookies.set('cookie-box', true, {
331-
expires: 2
332-
});
333-
cookieBox.classList.add('cookie-box-hide');
334-
};
335-
}
336-
}) (jQuery);
337-
</script>
338-
339-
340-
<style>
341-
.cookie-box {
342-
position: fixed;
343-
left: 0;
344-
right: 0;
345-
bottom: 0;
346-
text-align: center;
347-
z-index: 9999;
348-
padding: 1rem 2rem;
349-
background: rgb(71, 71, 71);
350-
transition: all .75s cubic-bezier(.19, 1, .22, 1);
351-
color: #fdfdfd;
352-
}
353-
354-
.cookie-box-hide {
355-
display: none;
356-
}
357-
</style>
358-
359318
</body>
360319
</html>

0 commit comments

Comments
 (0)