-
Using 11ty for static site generation and I have tried every permutation of axios get and node-fetch without success. My data will successfully log to the cmd console, but nunjucks never picks it up a…
-
Hello! I'm a novice, so I apologize in advance if this sounds like a silly question.
My project uses 11ty.js templates, like @reubenlillie does in both his site and his [all-11ty.js starter project…
-
I installed Hylia, choosing it as one of Forestry's 11ty starter templates. I then set up an admin, setting the path to `/portal` instead of the default, `/admin`, because `admin` in this theme refers…
-
University of Edinburgh ECDF Linux Compute Cluster, [Eddie](https://www.ed.ac.uk/information-services/research-support/research-computing/ecdf/high-performance-computing)
* Eddie has bioinformatics…
-
Things I said in a private conversation that are probably useful here
> https://www.11ty.io/docs/pagination/
> the `pagination.nextPageLink` and `pagination.previousPageLink` contain urls to the n…
-
---
https://github.com/akzhy/gatsby-starter-elemental
-
# Discussion: Tech choices for jamstack.org v2
## Goals of this issue
- Share the current suggested tooling for the next iteration of jamstack.org
- Invite comments from the community to help s…
-
## Outdated Gulp version
Noticed that:
- `npm audit` warns about Gulp related security issues.
Suggested fix is to upgrade to more recent version of the tool
Tried to "upgrade" by updating G…
-
Hello,
I have a couple of questions about your post, if you have the time:
- In your example you use a single data file (blogposts.js) to retrieve content. For bigger sites, we would have multip…
-
## Description
The options from gray-matter in gatsby-transformer-remark not working.
```javascript
//gatsby.config.js
const toml = require("toml")
module.exports = {
plugins: [
…