#11ty
All tags
-
1Adding dynamic content from an API to a static website at build timeSERIES:Â Static sites with dynamic content
You may not need client side JavaScript to add dynamic content from an API. In this article I will show the approach I recently took to embed YouTube playlists into an website created by a static site generator (Elventy), and how this approach lends itself to less JavaScript and progressive enhancement.
-
-
Using the Web Share API and meta tags, for simple native sharing
Adding share links for all the various places users can share content from Twitter, to LinkedIn or Reddit and many more, can be a real pain. The Web Share API is growing in support, making sharing content on the web easier than ever. For browsers that don't support the API you can fall back to self generated share targets.
-
-
4
-
3
-
1Good research, planning and design is the best foundation for starting a new projectSERIES:Â Building a personal blog
When I've started side projects in the past, I felt like I dug into code too quickly, without thinking about what I actually was building first, I wanted to try something a bit different this time.