feat: migration vers template academic-homepage original
Build and Deploy Jekyll / deploy (push) Successful in 42s

This commit is contained in:
2026-05-25 20:23:42 +02:00
parent 8500659207
commit b3c00734c2
78 changed files with 3458 additions and 188 deletions
+9
View File
@@ -0,0 +1,9 @@
---
show: true
width: 3
date: 2020-01-12 00:01:00 +0800
group: Cats
---
<div>
<img src="{{ 'assets/images/etc/cat1.jpg' | relative_url }}" class="img-fluid rounded-xl" >
</div>
+9
View File
@@ -0,0 +1,9 @@
---
show: true
width: 3
date: 2020-01-12 00:01:00 +0800
group: Cats
---
<div>
<img data-src="{{ 'assets/images/etc/cat2.jpg' | relative_url }}" class="lazy w-100 rounded-xl" src="{{ '/assets/images/empty_300x200.png' | relative_url }}" data-toggle="tooltip" data-placement="top" title="Caption of this image">
</div>
+11
View File
@@ -0,0 +1,11 @@
---
show: true
width: 3
date: 2020-01-12 00:01:00 +0800
group: Cats
---
<div>
<a href="https://unsplash.com/photos/russian-blue-cat-standing-near-ceramic-vase-with-artificial-flowers-Vv45XEMJWZk" target="_blank">
<img data-src="https://images.unsplash.com/photo-1497473376897-16fbb7552478?q=80&w=2970&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" class="lazy w-100 rounded-xl" src="{{ '/assets/images/empty_300x200.png' | relative_url }}">
</a>
</div>
+14
View File
@@ -0,0 +1,14 @@
---
show: true
width: 3
date: 2020-01-10 00:01:00 +0800
group: Cats
---
<div>
<img data-src="https://images.unsplash.com/photo-1536070800722-f1a29a336bc7?q=80&w=2970&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" class="lazy w-100 rounded-xl-top" src="{{ '/assets/images/empty_300x200.png' | relative_url }}">
<div class="card-body">
<p class="card-text">
Meow! I am a cat. <a href="https://unsplash.com/photos/russian-blue-cat-in-close-up-photography-1pjqSWDcgwo" target="_blank">Unsplash</a>
</p>
</div>
</div>
+10
View File
@@ -0,0 +1,10 @@
---
show: true
width: 3
date: 2019-01-12 00:01:00 +0800
group: Cats
---
<div>
<img data-src="{{ site.data.profile.portrait_url | relative_url }}" class="lazy w-100 rounded-xl" src="{{ '/assets/images/empty_300x200.png' | relative_url }}">
</div>