python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I get the full path to image src for eleventy-img if I use glob collections?
Problem:
I'm using the shortcode in /technical-seo/using-science-philosophy-organize-semantic-web.md {% image "grocery-isle.jpg", "Google Photos – Aisle 5, Faversham Sainsbury’s", ...
Denver Prophit Jr.
Votes: 0
Answers: 1
Push data from API to existing page (combining data sources) in Eleventy
I am trying to take an external URL added into a page's front matter --> send URL to scraper --> have scraper take metadata attributes --> push metadata attributes back to page's front matter...
kuwts
Votes: 0
Answers: 1
Nunjucks variable
I'm using 11ty to render meta tags on different pages. I have a JSON where I have all the data defined.
{
"home": [
[
{
"paramType": "content",
...
Aditya
Votes: 0
Answers: 1
11ty pagation across multiple directories / multiple pagation
Im using Eleventy/11ty site generator and I have a myData object structured like this
[ {name: one, data: [1,2,3]},
{name: two, data: [1,2,3,4]} ]
And I want to generate a set of paged directories ...
Daniel
Votes: 0
Answers: 1