eleventy icon indicating copy to clipboard operation
eleventy copied to clipboard

A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

Results 415 eleventy issues
Sort by recently updated
recently updated
newest added

As I play around with `eleventyComputed`, I’m realising I can move a lot of my template logic into directory data files. I have two questions: 1. What impact does this...

education

Hi there! I tried several hours to get into this but I cannot get it working. I have global data file where I fetch some data from an api. In...

education

Can you set `content-type` in front matter in Nunjucks teamplates?

education

Hi! This is possibly more of a Nunjucks question than 11ty, but I'm hoping there's a smooth way of doing it: I am creating a site with three categories (Sources,...

education

Hi. I have a bunch of files in a directory which I'd like to output on a page (via `collections`) but not to separate files, and I'd like these sections...

education

I got the following chain of layouts: base.njk ``` tech=[{{tech}}] post=[{{post}}] {% block content %}{% endblock %} ``` tech.njk ``` --- tech: a --- {% extends "layouts/base.njk" %} {% block...

education

Is it possible to customize the pass-through copy when the output directory is NOT the same as the source directory when using explicit permalinks? I have a Jekyll blog I'm...

education
feature: 🗄 passthrough copy

Trying to make blog for some creative texts, that is in style of a book with visible one page at a time. Chapters, the tagged content, generates using @zachleat code...

education

I have 2 collections...one called post and one called profiles. collection.posts collection.profiles I want to be able to find the tag featured in each one not both. Is there a...

education