Questions tagged [eleventy]

Eleventy (11ty) is a static site generator. Use this tag for questions about the generator itself or about the usage of it.

Eleventy is a Node.js-based static site generator. It is template/framework-agnostic, works with multiple template languages, from Markdown to Liquid, or just JavaScript.

  • Good performance
  • Templating engine-independent
  • Framework-agnostic, no JavaScript runtime
  • Layout inheritance
  • Shortcodes
  • Custom 'filter' to modify content in multiple template engines
  • Generate pages from static JSON files

Find out more at 11ty.dev.


Resources

Competitors

261 questions
0
votes
1 answer

How to make footer sticky with Halfmoon?

I'm trying to make a footer sticky with halfmoon but I see nothing in the documentation and I cannot find anything online. I would like to achieve sticky footer like this :…
TheMackou
  • 123
  • 1
  • 2
  • 11
0
votes
1 answer

Conditional not working in Nunjucks macro

I am using Nunjucks (with Eleventy) and have been refactoring some navigation html to simplify things. I have replaced all the 'a' navigation tags with the macro defined below: {% macro link(path,label,level) %}