Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lumeland/awesome-lume
A collection of interesting plugins, articles and links for Lume SSG
https://github.com/lumeland/awesome-lume
List: awesome-lume
awesome awesome-list lume ssg
Last synced: 16 days ago
JSON representation
A collection of interesting plugins, articles and links for Lume SSG
- Host: GitHub
- URL: https://github.com/lumeland/awesome-lume
- Owner: lumeland
- License: mit
- Created: 2024-06-05T12:16:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T22:46:39.000Z (about 1 month ago)
- Last Synced: 2024-11-29T19:41:47.602Z (22 days ago)
- Topics: awesome, awesome-list, lume, ssg
- Homepage:
- Size: 59.6 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-lume - A collection of interesting plugins, articles and links for Lume SSG. (Other Lists / Monkey C Lists)
README
# Awesome π₯Lume [![Awesome](https://awesome.re/badge.svg)](https://github.com/sindresorhus/awesome) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
A collection of interesting plugins, articles and links for [Lume](https://lume.land/).
# Learn
- [Documentation](https://lume.land/docs/overview/about-lume/)
- [Blog](https://lume.land/blog/)
- [Mastodon](https://fosstodon.org/@lume)
- [Discord](https://discord.gg/YbTmpACHWB)
- [GitHub](https://github.com/lumeland/lume)### Videos
- [Charla Lume con Γscar Otero](https://www.youtube.com/watch?v=Oa-IE1JZS2s) (Galician)
- [Intro a Lume](https://www.youtube.com/watch?v=_Hz2Xj69UyQ) (Spanish)
- [Getting started with Lume](https://www.youtube.com/watch?v=6ld61HU6V6k)
- [Denolab](https://www.youtube.com/watch?v=lQb_u5X0gck)
- [Lume, the static site generator for Deno β Static Feedback #12](https://www.youtube.com/watch?v=5lj0kCmC7L8)### Articles
- [Building the General Election Hexmaps](https://open-innovations.org/blog/2024-07-05-building-the-general-election-hexmaps)
- [New Site Design for 2024](https://daniel-saunders.com/posts/notes/new-site-design-for-2024/)
- [From static site generator to static site processor](https://thomasorus.com/from-static-site-generator-to-static-site-processor.html)
- [Thinking out loud about static site generators](https://paulrobertlloyd.com/2023/054/a1/lume/)
- [Lume is Great and I'm finally at peace](https://hmans.co/posts/lume-is-great/)
- [Lume SSG Handbook β How to Create a Static Blog with Lume](https://www.freecodecamp.org/news/how-to-create-a-static-blog-with-lume/)
- [Lume, which is the simplest static site generator for Deno](https://dev.to/kbaba1001/lume-which-is-the-simplest-static-site-generator-for-deno-cjn)
- [How to build a static site with Lume](https://deno.com/blog/build-a-static-site-with-lume)# Themes
- [iStudyMen](https://lume.land/theme/istudymen/) (Blog) - [Demo](https://istudymen.github.io/)
- [Lumocs](https://lume.land/theme/lumocs/) (Documentation) - [Demo](https://lumocs.56k.guru/)
- [Shiraha](https://lume.land/theme/shiraha/) (Blog) - [Demo](https://lume.shiraha.js.org/)
- [Simple Blog](https://lume.land/theme/simple-blog/) (Blog) - [Demo](https://lumeland.github.io/theme-simple-blog/)
- [Simple Me](https://lume.land/theme/simple-me/) (Link in bio) - [Demo](https://lumeland.github.io/theme-simple-me/)
- [Simple Wiki](https://lume.land/theme/simple-wiki/) (Documentation, Wiki) - [Demo](https://lumeland.github.io/theme-simple-wiki/)See the [Showcase](https://lume.land/showcase/) for real examples.
# Plugins
π₯ = official plugin
### Data loaders
- π₯ [JSON](https://lume.land/plugins/json/) to load JSON and JSONC files.
- π₯ [ESModules](https://lume.land/plugins/modules/) to load JS, TS, JSX and TSX files.
- π₯ [Sheets](https://lume.land/plugins/sheets/) to load spreadsheets files [in several formats](https://docs.sheetjs.com/docs/miscellany/formats/).
- π₯ [TOML](https://lume.land/plugins/toml/)
- π₯ [YAML](https://lume.land/plugins/yaml/)
- [CSV](https://github.com/open-innovations/oi-lume-utils/tree/main/loaders)
- [DuckDB](https://jsr.io/@dringtech/lume-duck)### Code syntax
- π₯ [Code Highlight](https://lume.land/plugins/code_highlight/) to use [highlight.js](https://highlightjs.org/)
- π₯ [Prism](https://lume.land/plugins/prism/) to use [Prism](https://prismjs.com/) library.
- [π₯ Katext](https://lume.land/plugins/katex/) to render Tex math in HTML.
- [Shiki](https://deno.land/x/lume_shiki) to use [Shiki](https://shiki.style/) library.
- [Glow](https://deno.land/x/lume_glow)### Optimization
- π₯ [Minify HTML](https://lume.land/plugins/minify_html/)
- π₯ [Inline](https://lume.land/plugins/inline/)
- π₯ [SVGO](https://lume.land/plugins/svgo/)
- π₯ [ESbuild](https://lume.land/plugins/esbuild/)
- π₯ [Terser](https://lume.land/plugins/terser/)
- π₯ [Source Maps](https://lume.land/plugins/source_maps/)
- [Babel](https://github.com/DrSensor/lume-plugins) (for Lume v1.x)
- π₯ [Brotli](https://lume.land/plugins/brotli/)
- π₯ [Gzip](https://lume.land/plugins/gzip/)### SEO
- π₯ [Metas](https://lume.land/plugins/metas/)
- π₯ [OG Images](https://lume.land/plugins/og_images/)
- π₯ [Redirects](https://lume.land/plugins/redirects/)
- π₯ [Sitemap](https://lume.land/plugins/sitemap/)
- π₯ [Feed](https://lume.land/plugins/feed/)
- π₯ [Robots](https://lume.land/plugins/robots/)### Image manipulation
- π₯ [Favicon](https://lume.land/plugins/favicon/)
- π₯ [Picture](https://lume.land/plugins/picture/)
- π₯ [Transform Images](https://lume.land/plugins/transform_images/)
- [Squoosh](https://deno.land/x/lume_plugin_squoosh) (for Lume v1.x)### CSS
- π₯ [Lightning CSS](https://lume.land/plugins/lightningcss/)
- π₯ [PostCSS](https://lume.land/plugins/postcss/)
- π₯ [SASS](https://lume.land/plugins/sass/)
- π₯ [Tailwind CSS](https://lume.land/plugins/tailwindcss/)
- π₯ [UnoCSS](https://lume.land/plugins/unocss/)
- [CleanCSS](https://deno.land/x/lume_cleancss) (for Lume v1.x)
- π₯ [Google Fonts](https://lume.land/plugins/google_fonts/)### Template engines
- π₯ [Eta](https://lume.land/plugins/eta/)
- π₯ [JSX](https://lume.land/plugins/jsx/)
- π₯ [JSX Preact](https://lume.land/plugins/jsx_preact/)
- π₯ [Liquid](https://lume.land/plugins/liquid/) (deprecated)
- π₯ [MDX](https://lume.land/plugins/mdx/)
- π₯ [Markdown](https://lume.land/plugins/markdown/)
- π₯ [ES Modules](https://lume.land/plugins/modules/)
- π₯ [Nunjucks](https://lume.land/plugins/nunjucks/)
- π₯ [Pug](https://lume.land/plugins/pug/)
- π₯ [Remark](https://lume.land/plugins/remark/)
- π₯ [Vento](https://lume.land/plugins/vento/)
- [Djot - 1A Edition](https://github.com/iacore/djot.js/blob/main/lume-djot-plugin.ts)### URLs
- π₯ [Base Path](https://lume.land/plugins/base_path/)
- π₯ [Modify URLs](https://lume.land/plugins/modify_urls/)
- π₯ [Relative URLs](https://lume.land/plugins/relative_urls/)
- π₯ [Resolve URLs](https://lume.land/plugins/resolve_urls/)
- π₯ [Slugify URLs](https://lume.land/plugins/slugify_urls/)
- π₯ [URL](https://lume.land/plugins/url/)
- π₯ [Check URLs](https://lume.land/plugins/check_urls/)### Navigation
- π₯ [Nav](https://lume.land/plugins/nav/)
- π₯ [Pagefind](https://lume.land/plugins/pagefind/)
- π₯ [Paginate](https://lume.land/plugins/paginate/)
- π₯ [Relations](https://lume.land/plugins/relations/)
- π₯ [Search](https://lume.land/plugins/search/)
- [NavBarData](https://deno.land/x/lume_navbardata)### Internationalization
- π₯ [Multilanguage](https://lume.land/plugins/multilanguage/)
- π₯ [Date](https://lume.land/plugins/date/)
- [Fluent](https://deno.land/x/lume_fluent)
- [LangData](https://deno.land/x/lume_langdata)### CMS
- π₯ [Lume CMS](https://lume.land/cms/)
- π₯ [Decap CMS](https://lume.land/plugins/decap_cms/)### Markdown
- π₯ [Markdown plugins](https://deno.land/x/lume_markdown_plugins) Collection of markdown-it plugins adapted to Lume:
- Title: to extract automatically the main title
- Image: to extract automatically the main image
- TOC: to generate a Table of Contents
- Footnotes: to extract footnotes.### Icons
- π₯ [Icons](https://lume.land/plugins/icons/)
- [Icon plugins](https://github.com/lumeland/icon-plugins) Plugins to get icons from different collections (SimpleIcons, Phosphor, Heroicons)### Data manipulation
- π₯ [FFF](https://lume.land/plugins/fff/) to convert data structure to [FFF specification](https://fff.js.org/).
- π₯ [Reading info](https://lume.land/plugins/reading_info/)
- π₯ [URL](https://lume.land/plugins/url/)
- [CI](https://deno.land/x/lume_plugin_ci) for CI information.### Charts
- [OI Lume Viz](https://deno.land/x/oi_lume_viz)
- [Serea](https://github.com/idris-maps/serea)
- [Mermaid](https://deno.land/x/lume_mermaid_plugin)
- [Kroki](https://code.fosterhangdaan.com/foster/lume-plugin-kroki)### Misc
- π₯ [On Demand](https://lume.land/plugins/on_demand/)
- π₯ [Filter pages](https://lume.land/plugins/filter_pages/)
- [Publish](https://deno.land/x/lume_publish) (for Lume v1.x)
- [Inclusive Language](https://deno.land/x/lume_plugin_inclusive_language)
- [Cache Assets](https://deno.land/x/lume_cache_assets)
- [Aoba](https://deno.land/x/aoba) Fediverse Integration.
- π₯ [Attributes](https://lume.land/plugins/attributes/)
- [Openring](https://github.com/pixeldesu/lume_openring) A plugin that fetches articles from other blogs to be linked on your site