eleventy
eleventy copied to clipboard
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
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...
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...
Can you set `content-type` in front matter in Nunjucks teamplates?
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,...
Hey guys, trying out Eleventy and I
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...
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...
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...
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...
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...