{"id":13527459,"url":"https://github.com/lumeland/lume","last_synced_at":"2026-04-10T17:40:02.570Z","repository":{"id":37451747,"uuid":"293613333","full_name":"lumeland/lume","owner":"lumeland","description":"🔥 Static site generator for Deno 🦕","archived":false,"fork":false,"pushed_at":"2025-05-11T11:26:02.000Z","size":8287,"stargazers_count":2079,"open_issues_count":27,"forks_count":103,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-05-11T11:33:46.037Z","etag":null,"topics":["deno","eta","jsx","liquid","lume","markdown","nunjucks","postcss","react","static-site-generator","svgo","typescript","yaml"],"latest_commit_sha":null,"homepage":"https://lume.land","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lumeland.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"lume","github":"oscarotero"}},"created_at":"2020-09-07T19:20:28.000Z","updated_at":"2025-05-11T11:26:06.000Z","dependencies_parsed_at":"2022-07-13T15:59:46.527Z","dependency_job_id":"aa9fc7c8-4c3a-46a7-96a0-359842119b62","html_url":"https://github.com/lumeland/lume","commit_stats":{"total_commits":3084,"total_committers":75,"mean_commits":41.12,"dds":"0.21238651102464334","last_synced_commit":"a77bc0a70bccf3fe5d8b78ab9892a0e67e559fc9"},"previous_names":[],"tags_count":187,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumeland%2Flume","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumeland%2Flume/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumeland%2Flume/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumeland%2Flume/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lumeland","download_url":"https://codeload.github.com/lumeland/lume/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254056905,"owners_count":22007477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","eta","jsx","liquid","lume","markdown","nunjucks","postcss","react","static-site-generator","svgo","typescript","yaml"],"created_at":"2024-08-01T06:01:48.452Z","updated_at":"2026-02-09T19:17:12.783Z","avatar_url":"https://github.com/lumeland.png","language":"TypeScript","funding_links":["https://opencollective.com/lume","https://github.com/sponsors/oscarotero"],"categories":["deno","TypeScript","Uncategorized","Generators","Tools","yaml","Modules","核心模块与框架（按需求挑）"],"sub_categories":["Uncategorized","Other","Assistants","Static site generator","静态网站生成（写博客/文档用）"],"readme":"# 🔥Lume\n\n[![deno.land/x/lume](https://shield.deno.dev/x/lume)](https://deno.land/x/lume)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)\n\n**Lume** is the Galician word for _fire_ but also a (yet another) static site\ngenerator for [Deno](https://deno.land/).\n\nIt’s inspired by other general-purpose static site generators, such as\n[Jekyll](https://jekyllrb.com/) and [Eleventy](https://www.11ty.dev/), but it’s\nfaster, simpler and easier to use and configure, besides being super flexible.\n\n- Supports **multiple file formats**, like Markdown, YAML, JavaScript,\n  TypeScript, JSX, [Vento](https://vento.js.org/) and Nunjucks, and it’s easy to\n  extend.\n- You can hook **any processor** to transform assets, like Terser for Javascript\n  or PostCSS for CSS.\n- It’s Deno: Forget about managing thousands of packages in `node_modules` or\n  complex bundlers. Lume only installs what you need. Clean, fast and secure.\n\n---\n\n- [See the docs to learn more](https://lume.land)\n- [Propose new ideas and get help at Discord](https://discord.gg/YbTmpACHWB)\n- If you like the project and want to provide some support\n  [see our Open Collective organization](https://opencollective.com/lume)\n\n---\n\n## Quick start\n\nMake sure you have [Deno installed](https://deno.land/#installation).\n\nCreate your first page, for example, using the Vento file `index.vto`:\n\n```vto\n---\ntitle: Welcome to my page\n---\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003ctitle\u003e{{ title }}\u003c/title\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003ch1\u003e{{ title }}\u003c/h1\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\nBuild it:\n\n```sh\ndeno run -A https://deno.land/x/lume/cli.ts\n```\n\nThis command will compile your documents to HTML and save them into the\ndirectory `_site`.\n\n---\n\nPlease see [CHANGELOG](CHANGELOG.md) for information about the recent changes.\n\nLicensed under the MIT License. See [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumeland%2Flume","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flumeland%2Flume","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumeland%2Flume/lists"}