Open
Description
Currently, all of the data I have is stored in the data
folder of this repository. Therefore, updating data quickly and easily becomes very hard. The solution I found to be best is to implement Baserow as a backend and as the main data management solution, so that Eleventy only needs to fetch the data and parse it into the website at buildtime. I have to:
- learn how to use JavaScript to fetch data - draw inspiration from gatsby-source-baserow
- figure out how Baserow API works
Resources
- Eleventy and Baserow 11ty/eleventy#2430, a thread on Eleventy discussions
- Eleventy and Baserow, a thread on the Baserow Community
Activity