flatten directory structure

add devenv
build gem bundle with nix
This commit is contained in:
Pim Kunis 2024-04-21 09:47:19 +02:00
parent e5305bfde9
commit 163458b98a
85 changed files with 1014 additions and 12 deletions

9
_includes/author.html Normal file
View file

@ -0,0 +1,9 @@
<div class="author">
<img
class="author-avatar"
src="{{ site.author.avatar }}"
alt="{{ site.author.username }}"
/>
<h2 class="author-name">{{ site.author.name }}</h2>
<p class="author-bio">{{ site.author.bio }}</p>
</div>