create src directory with all jekyll source code
create nix derivation to generate jekyll static content
This commit is contained in:
parent
0928a50b33
commit
dc7fefbafd
80 changed files with 49 additions and 5 deletions
|
@ -1,9 +0,0 @@
|
|||
<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>
|
Reference in a new issue