|
You are here |
jkc.codes | ||
| | | | |
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. | |
| | | | |
11ty.rocks
|
|
| | | | | Using environment variables and the Eleventy config option to ignore files, we can exclude files or directories depending on our build process. | |
| | | | |
www.aleksandrhovhannisyan.com
|
|
| | | | | Sometimes, I prefer to compose text right in my browser and copy it over to my source files. In 11ty, we can enable this behind a keyboard shortcut in our development environment using environment variables. | |
| | | | |
bartlomiejmika.com
|
|
| | | Forget Axios or any other third-party JavaScript library pertaining to API calling, the purpose of this article is to explain how to utilize the basic XmlHttpRequest with your Django project. | ||