Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimal, lightweight, mobile-first starter for creating static blogs with Gatsby v2.
Lumen is a minimal, lightweight, mobile-first Gatsby v2 starter template for creating static blogs, maintained by GatsbyCentral as a fork of Alexander Shelepenok's gatsby-starter-lumen.
Lumen is an open-source Gatsby v2 blog starter that takes Markdown content (sample posts and pages included) and builds a static blog with RSS, sitemap, offline support, and syntax-highlighted code blocks. It ships with a folder structure under src that separates assets, components, layouts, pages, and templates, and is licensed under MIT. The project is maintained by the GatsbyCentral team and currently has 118 stars on GitHub.
To use Lumen, run from your CLI: gatsby new lumen https://github.com/GatsbyCentral/gatsby-v2-starter-lumen. Then run gatsby develop for local development or gatsby build to produce static files. For deployment, the README provides a Netlify button that creates a repository, builds, and deploys automatically.
Lumen is free and open source under the MIT license. No paid tiers or subscriptions are involved.
Yes, Lumen is released under the MIT license, so it is free to use, modify, and distribute, including for commercial projects.
Lumen is specifically a Gatsby v2 starter, updated by GatsbyCentral for Gatsby v2 compatibility.
Yes, Disqus comments support is listed as a feature, and there is a Disqus component in the src/components directory.
Yes, the README includes a Deploy to Netlify button that sets up a new repository, builds the site, and deploys it. You'll need to configure Netlify Identity for CMS user access.
Lumen uses Markdown files for posts and pages, as seen in the sample content under src/pages/articles and src/pages/pages.
