Static Site Generator #49
royemosby
started this conversation in
Technology
Replies: 1 comment 3 replies
-
I am in favor of Eleventy because of its ease of use and the fact that it doesn't do anything with your code you don't ask for. I also like the tool for its variety of templating and file formats supported. I picked up Liquid while using Jekyll. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Scaffolding out and managing multiple pages becomes a difficult and error prone endeavor over time. To minimize code duplication and layout inconsistencies between pages, we can turn page sections into re-usable templates(components) that can be stitched together through a build tool called a static site generator. There are plenty options out there thanks to the JAM-Stack craze of a few years back. Lightweight, SEO friendly, and minimalistic are all desired characteristics for our website.
We still need to use a technology. For this, I am biased towards Eleventy but there are other tools that can be just as useful and these are the ones we are looking at:
What are your favored tools and their pros and cons? I would like to get this closed out by the 24rd of April so that we can start a build.
Beta Was this translation helpful? Give feedback.
All reactions