Skip to content

Commit dc16980

Browse files
committed
💄 update image/avatar home page
1 parent fc7e24e commit dc16980

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

‎config.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,12 @@ mastodon = "@ad2ien@mastoot.fr"
211211

212212
[extra.index]
213213
title = "Adrien Touzouli"
214-
image = "/images/avatar-stable-diffusion.jpeg"
214+
image = "/images/DSC_3691-cropped-square.jpg"
215215
image_alt = "avatar"
216216

217217
[extra.default_author]
218218
name = "Adrien Touzouli"
219-
avatar = "/images/avatar-stable-diffusion.jpeg"
219+
avatar = "/images/DSC_3691-cropped-square.jpg"
220220
avatar_alt = "avatar"
221221

222222
[extra.favicon]
407 KB
Loading
2.68 KB
Loading

‎templates/index.html‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
<h1 class="text-xl text-bold">
66
{{ config.extra.index.title }}
77
</h1>
8-
<a title="What's this avatar?" href="{{ config.base_url }}/{{ trans(key="path-lang", lang=lang)}}/blog/avatar-with-stable-diffusion/">
98
<img class="rounded-full h-60 w-60" src="{{ config.extra.index.image }}" alt="{{ config.extra.index.image_alt }}">
10-
</a>
119
<div class="flex flex-wrap space-x-4 mt-7">
1210
{% if config.extra.social.github %}
1311
<a title="Github" href="{{config.extra.social.github}}" target="_blank">
@@ -91,4 +89,4 @@ <h1 class="text-xl text-bold">
9189
<a href="https://mastoot.fr/@ad2ien"><i>{{config.extra.social.mastodon}}</i></a>
9290
{% endif %}
9391
</div>
94-
{% endblock content %}
92+
{% endblock content %}

‎templates/layout.html‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
</svg>
6666
</button>
6767
</div>
68+
<div class="block">
69+
<a href="https://en.wikipedia.org/wiki/Rincewind" target="_blank">
70+
<img src="/images/rincewind-brum.png" class="h-16" alt="avatar">
71+
</a>
72+
</div>
6873
<div class="flex-1 flex items-center">
6974
<div class="flex-shrink-0 flex items-center ml-2">
7075
<a href="/" class="text-xl text-gray-800 dark:text-white">{{config.extra.navbar.title}}</a>

0 commit comments

Comments
 (0)