mirror of
https://github.com/tchartron/blow
synced 2025-02-17 05:38:26 +00:00
Add Codeberg
This commit is contained in:
parent
2838528a27
commit
85a6146878
3 changed files with 9 additions and 0 deletions
|
@ -81,6 +81,7 @@ avatar = "https://via.placeholder.com/200"
|
||||||
avatar_alt = "Placeholder text describing the default author's avatar."
|
avatar_alt = "Placeholder text describing the default author's avatar."
|
||||||
|
|
||||||
[extra.social]
|
[extra.social]
|
||||||
|
codeberg = "https://codeberg.org/johndoe"
|
||||||
github = "https://github.com/johndoe"
|
github = "https://github.com/johndoe"
|
||||||
gitlab = "https://gitlab.com/johndoe"
|
gitlab = "https://gitlab.com/johndoe"
|
||||||
twitter = "https://twitter.com/johndoe"
|
twitter = "https://twitter.com/johndoe"
|
||||||
|
|
|
@ -7,6 +7,13 @@
|
||||||
</h1>
|
</h1>
|
||||||
<img class="rounded-full h-40 w-40" src="{{ config.extra.index.image }}" alt="{{ config.extra.index.image_alt }}">
|
<img class="rounded-full h-40 w-40" src="{{ config.extra.index.image }}" alt="{{ config.extra.index.image_alt }}">
|
||||||
<div class="flex flex-wrap space-x-4 mt-7">
|
<div class="flex flex-wrap space-x-4 mt-7">
|
||||||
|
{% if config.extra.social.codeberg %}
|
||||||
|
<a href="{{config.extra.social.codeberg}}" target="_blank">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-black dark:text-white" viewBox="0 0 24 24" fill="none" stroke="currentColor">
|
||||||
|
<path d="M11.955.49A12 12 0 0 0 0 12.49a12 12 0 0 0 1.832 6.373L11.838 5.928a.187.14 0 0 1 .324 0l10.006 12.935A12 12 0 0 0 24 12.49a12 12 0 0 0-12-12 12 12 0 0 0-.045 0zm.375 6.467 4.416 16.553a12 12 0 0 0 5.137-4.213z"></path>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
{% if config.extra.social.github %}
|
{% if config.extra.social.github %}
|
||||||
<a href="{{config.extra.social.github}}" target="_blank">
|
<a href="{{config.extra.social.github}}" target="_blank">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-black dark:text-white" viewBox="0 0 24 24" fill="none" stroke="currentColor">
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12 text-black dark:text-white" viewBox="0 0 24 24" fill="none" stroke="currentColor">
|
||||||
|
|
|
@ -81,6 +81,7 @@ avatar = "https://via.placeholder.com/200"
|
||||||
avatar_alt = "Placeholder text describing the default author's avatar."
|
avatar_alt = "Placeholder text describing the default author's avatar."
|
||||||
|
|
||||||
[extra.social]
|
[extra.social]
|
||||||
|
codeberg = "https://codeberg.org/johndoe"
|
||||||
github = "https://github.com/johndoe"
|
github = "https://github.com/johndoe"
|
||||||
gitlab = "https://gitlab.com/johndoe"
|
gitlab = "https://gitlab.com/johndoe"
|
||||||
twitter = "https://twitter.com/johndoe"
|
twitter = "https://twitter.com/johndoe"
|
||||||
|
|
Loading…
Add table
Reference in a new issue