Menu
- Why Eleventy?
- Get Started
- Community
- Working with Templates
- Using Data
- Configuration
- Template Languages
- Plugins
- API Services
- Release History
- Advanced
Eleventy
5.81s
Gatsby
43.36s
Common Pitfalls
- I want to use the same Input and Output directory.
- When I display a date, it’s off by one day.
- The browser is trying to download my files instead of displaying them. (If your
permalinks
don’t have a file name, make sure they at least have a trailing slash!) - Having trouble with my
permalink
, getting the error:can not read a block mapping entry; a multiline key may not be an implicit key
Template Syntax Jump to heading
- Why can’t I return markdown from paired shortcodes to use in a markdown file?
- I’m porting from Jekyll and I want to use Quoted Include Paths in my Liquid Templates.
{% set %}
in Nunjucks does not work with Async Content- I’m having trouble with modifying a
permalink
in a Pug template
Collections Jump to heading
- My collections are out of order because I’m using Array reverse() on the collections global
- My collections are out of order when I deploy on a server.