Skip to content

Commit c733a46

Browse files
authored
Add Lume as static site generator
1 parent 8931e3f commit c733a46

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/site/generators/lume.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Lume
3+
repo: oscarotero/lume
4+
homepage: https://oscarotero.github.io/lume/
5+
language:
6+
- JavaScript (Deno)
7+
license:
8+
- MIT
9+
templates:
10+
- Nunjucks
11+
- JSX
12+
- ETA
13+
- JavaScript
14+
- Typescript
15+
- HTML
16+
- Markdown
17+
- Yaml
18+
description: 🔥 Easy and flexible static site generator for Deno 🦕
19+
---
20+
21+
**🔥 Lume** is the galician word for *fire,* but also a (yet another) static site generator for Deno.
22+
23+
It's inspired in other general purpose static site generators such Jekyll or Eleventy but it's simpler and easier to use and configure, besides being super flexible.
24+
25+
- Support for **multiple file formats** like `markdown`, `yaml`, `javascript`, `typescript`, `jsx`, `nunjucks` and it's easy to extend.
26+
- You can hook **any processor** to transform assets, like `sass` or `postcss` for CSS.
27+
- It's Deno: forget about manage thousand of packages in `node_modules` or complex bundlers. Lume only install that you need. Clean, fast and secure.

0 commit comments

Comments
 (0)