百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
L

lume

> 前端框架
开源

用于 Deno 的静态网站生成器

2.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

用于 Deno 的静态网站生成器

# Lume **Lume** is the Galician word for _fire_ but also a (yet another) static site generator for [Deno](https://deno.land/). It’s inspired by other general-purpose static site generators, such as [Jekyll](https://jekyllrb.com/) and [Eleventy](https://www.11ty.dev/), 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, [Vento](https://vento.js.org/) and Nunjucks, and it’s easy to extend. - You can hook **any processor** to transform assets, like Terser for Javascript or PostCSS for CSS. - 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. --- - [See the docs to learn more](https://lume.land) - [Propose new ideas and get help at Discord](https://discord.gg/YbTmpACHWB) - If you like the project and want to provide some support [see our Open Collective organization](https://opencollective.com/lume) --- ## Quick start Make sure you have [Deno installed](https://deno.land/#installation). Create your first page, for example, using the Vento file `index.vto`: ```vto --- title: Welcome to my page --- {{ title }}

{{ title }}

``` Build it: ```sh deno run -A https://cdn.jsdelivr.net/gh/lumeland/lume/cli.ts ``` This command will compile your documents to HTML and save them into the directory `_site`. --- Please see [CHANGELOG](CHANGELOG.md) for information about the recent changes. Licensed under the MIT License. See [LICENSE](LICENSE) for more information.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Supports multiple file formats, like Markdown, YAML, JavaScript,
  • •You can hook any processor to transform assets, like Terser for Javascript
  • •It’s Deno: Forget about managing thousands of packages in node_modules or
  • •See the docs to learn more
  • •Propose new ideas and get help at Discord
  • •If you like the project and want to provide some support

> 标签

TypeScriptdenoetajsxliquid

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架