{"id":22864005,"url":"https://github.com/arnavk-09/lume_glow","last_synced_at":"2026-05-01T12:32:41.316Z","repository":{"id":225480209,"uuid":"766083505","full_name":"ArnavK-09/lume_glow","owner":"ArnavK-09","description":"🌟 Glow Syntax Highlighter for your Lume site! The lightweight code highlighter you ever need!","archived":false,"fork":false,"pushed_at":"2024-04-14T05:35:38.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-27T16:37:05.823Z","etag":null,"topics":["deno","github-pages","lume","markdown","nue-glow","nuejs","plugin","ssg","workflow"],"latest_commit_sha":null,"homepage":"https://arnavk-09.github.io/lume_glow/","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/ArnavK-09.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-02T09:44:11.000Z","updated_at":"2025-08-30T14:14:25.000Z","dependencies_parsed_at":"2024-03-06T09:25:12.907Z","dependency_job_id":"e4d459fd-dfff-4a75-9f93-82637a7d784d","html_url":"https://github.com/ArnavK-09/lume_glow","commit_stats":null,"previous_names":["arnavk-09/lume_glow"],"tags_count":3,"template":false,"template_full_name":"ArnavK-09/gitpod-deno-base","purl":"pkg:github/ArnavK-09/lume_glow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnavK-09%2Flume_glow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnavK-09%2Flume_glow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnavK-09%2Flume_glow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnavK-09%2Flume_glow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArnavK-09","download_url":"https://codeload.github.com/ArnavK-09/lume_glow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArnavK-09%2Flume_glow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32497812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","github-pages","lume","markdown","nue-glow","nuejs","plugin","ssg","workflow"],"created_at":"2024-12-13T11:18:43.975Z","updated_at":"2026-05-01T12:32:41.279Z","avatar_url":"https://github.com/ArnavK-09.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e # 🦎🔥🔌\n\n# [Glow](https://nuejs.org/blog/introducing-glow/) plugin for [Lume](https://lume.land)!\n\n\u003e [!TIP]\n\u003e\n\u003e ## Follow these link mainly:-\n\u003e\n\u003e - 🌐 **Follow Website:- [arnavk-09.github.io/lume_glow/](https://arnavk-09.github.io/lume_glow/)**\n\u003e - 🔌 **Deno Plugin:- [deno.land/x/lume_glow](https://deno.land/x/lume_glow)**\n\u003e - 🌟 **Github Repo:- [github.com/ArnavK-09/lume_glow](https://github.com/ArnavK-09/lume_glow)**\n\n### 🔥 Lume:-\n\n- **Lume** (pronounced /lume/) is the Galician word for fire but also a static\n  site generator for Deno.\n\n- **Inspired** by other static site generators, such as Jekyll, Hugo or\n  Eleventy, but easier to use and configure and much more flexible.\n\n### 🌟 Glow Syntax Highlighter:-\n\n- **Glow is different:** Instead of attempting to understand language internals,\n  Glow focuses solely on aesthetics — and how your code looks.\n\n- **Glow is simple:** Glow makes all languages work with your brand colors by\n  adjusting just a handful of CSS variables.\n\n- **Glow is microscale:** Glow is orders of magnitude smaller than the\n  mainstream alternatives. We're talking 5K instead of 5M. It's by far the\n  smallest implementation available\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://nuejs.org/img/glow-og-big.png\" alt=\"Hero\" /\u003e\n\u003c/p\u003e\n\n---\n\n# 🙆 Add glow to your lume site!\n\n### 1. Import plugin\n\n```ts\nimport lume_glow from \"https://deno.land/x/lume_glow/plugin.ts\";\n```\n\n### 2. Configure Plugin to your lume site\n\n```ts\nconst site = lume(); // creating lume site\n\nsite.use(lume_glow()); // adding glow plugin\n```\n\n### 3. Customize your design!\n\n\u003e **[...Read More Here...](https://nuejs.org/docs/concepts/syntax-highlighting.html#css-variable-reference)**\n\n---\n\n# ⚙ Plugin Options...\n\n```typescript\n/**\n * Plugin Options\n */\nexport interface Options {\n  /**\n   * tells glow the language of the code. This is optional. When not provided, glow attempts to guess the language.\n   */\n  language?: string;\n  /**\n   * is a boolean flag indicating whether line numbers should be rendered\n   */\n  numbered?: boolean;\n  /**\n   * configure package size for glow styles\n   */\n  size?: \"nano\" | \"default\";\n}\n```\n\n---\n\n\u003cp align=\"center\"\u003e\u003cstrong\u003e🌟 Give A Star! 🌟\u003c/strong\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnavk-09%2Flume_glow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnavk-09%2Flume_glow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnavk-09%2Flume_glow/lists"}