點燈坊

新しいことを始めるのに、遅すぎる挑戰はない

タグ : 11ty

Integrating TEAstack with 11ty

11ty is great for JAMstack, but we have to use vanilla JavaScript and CSS to create templates. With Alpine and TailwindCSS, we can create templates by declarative style directly in HTML, and we can finally use HTMLMinifier to optimize our HTML under production mode.

11ty Overview

11ty is a static site generator with many template engine support. It’s a lightweight tool to embrace JAMstack.