chore: add eleventy talk to site
This commit is contained in:
parent
c95317a2df
commit
cfd2369e75
1 changed files with 10 additions and 0 deletions
10
src/posts/2023/talk-building-now-page-with-11ty.md
Normal file
10
src/posts/2023/talk-building-now-page-with-11ty.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
date: 2023-04-24
|
||||
draft: false
|
||||
title: 'Talk: Building a /now page with Eleventy'
|
||||
tags: ['Eleventy', 'JavaScript', 'automation']
|
||||
---
|
||||
|
||||
My talk from the Eleventy meetup about building [my now page](https://coryd.dev/now) (you even get to see how much I resemble my avatar).<!-- excerpt -->
|
||||
|
||||
<iframe class="aspect-video w-full" width="640" height="480" src="//www.youtube.com/embed/AzcFZJYEpnQ" frameborder="0" allowfullscreen></iframe>
|
Reference in a new issue