You are here |
www.aleksandrhovhannisyan.com | ||
| | | |
11ty.rocks
|
|
| | | | Collections allow you to group templates and then sort, filter, and perform other manipulations to customize the display of your template content and data. | |
| | | |
bryanlrobinson.com
|
|
| | | | In the sites Ive built with Eleventy (11ty) recently, Ive found myself reusing a couple filters. This has involved me copying and pasting the code a lot. The solution? Create an 11ty Plugin. | |
| | | |
bryanlrobinson.com
|
|
| | | | I enjoy building workflows for pure static sites. I enjoy ingesting data into my build process instead of loading my client-side with fetches. In this example, we'll use Eleventy's ability to use a JavaScript file, to execute code to fetch data on site build, negating the need for task runners like Gulp. | |
| | | |
whitep4nth3r.com
|
|
| | Want to show your latest blog posts on your GitHub README? Here's how I do it using the power of GitHub actions and webhooks in Contentful. |