data

16 bookmarks
Newest
Website rewrite and switching to Notion as CMS
Website rewrite and switching to Notion as CMS
This website served me well for almost 5 years with minor improvements, tweaks and hacks. Now, it was time for a total rewrite and upgrading my stack and tools.
·hamatti.org·
Website rewrite and switching to Notion as CMS
From Notion to Eleventy, but faster
From Notion to Eleventy, but faster
I don’t usually do multipart posts, but this one grew a bit after I published the initial article. The setup I’ve got there describes how to import content from Notion to Eleventy and render a site. But it’s getting very slow very soon.
·iamschulz.com·
From Notion to Eleventy, but faster
11ty Second 11ty: Global Data files (JS and JSON)
11ty Second 11ty: Global Data files (JS and JSON)
In these two videos, we take 110 seconds each to discuss how to use 11ty's Global Data files to pull static data with JSON and dynamic (at build time) data with JavaScript.
·bryanlrobinson.com·
11ty Second 11ty: Global Data files (JS and JSON)
From Notion to Eleventy • i am schulz
From Notion to Eleventy • i am schulz
Static Site Generators are a great tool to generate a JAM Stack website from a data feed. That feed can be markdown …
·iamschulz.com·
From Notion to Eleventy • i am schulz
Performant data fetching with promises and Eleventy
Performant data fetching with promises and Eleventy
Fetching a whole bunch of data from APIs at build time can be an intensive process. Getting that data in a performant way and caching it locally is an important part of Jamstack projects.
·webstoemp.com·
Performant data fetching with promises and Eleventy
Using Eleventy's (11ty) JavaScript Data Files - bryanlrobinson.com
Using Eleventy's (11ty) JavaScript Data Files - 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.
·bryanlrobinson.com·
Using Eleventy's (11ty) JavaScript Data Files - bryanlrobinson.com