Lume is the Galician word for fire but also a (yet another) static site generator for Deno.
It's inspired by other static site generators, such as Jekyll and Eleventy, but it's faster, simpler and easier to use and configure, besides being super flexible.
- Supports multiple file formats, like
markdown
,yaml
,javascript
,typescript
,jsx
andnunjucks
, and it's easy to extend with more. - You can hook processors to manipulate
html
and assets, likecss
orjs
. - It's Deno: Forget about managing thousands of packages in
node_modules
or complex bundlers. Lume only installs what you need. Clean, fast and secure.
Do you want to create a blog?
Try the base-blog template repository, ready to start a blog in seconds.