Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Fully-responsive Gatsby blog template with Netlify CMS, tags, Fuse.js search, and Disqus comments.
Silverlux is a fully-responsive Gatsby-based blog template that uses Netlify CMS as its content management system and follows the JAMstack architecture, making it deployable to Netlify or any static host.
Silverlux (formerly named Gatsby-netlifycms-starter-template) is an open-source starter template for building blogging web-apps with Gatsby, React, and GraphQL. It takes content authored through Netlify CMS (stored as Git-backed markdown) and outputs a pre-rendered static site with automatic JS chunk loading. The template is maintained by developer simarmannsingh, published on GitHub, and licensed under MIT.
DISQUS_SHORTNAME environment variable to activate it.gatsby-plugin-purgecss.yarn start for development or yarn build for a production build.The template offers two setup paths. The recommended path is the Deploy to Netlify button, which handles repository creation and continuous deployment automatically. For advanced users, the manual path is to fork the repo, install Node dependencies, and connect your own Netlify project; local development requires Node v8.2.0 or higher and the Gatsby and Netlify CLIs, with npx netlify-cms-proxy-server to run the CMS locally.
Silverlux is free to use and open source under the MIT license.
Yes. The template is MIT-licensed and free, and you can deploy it on Netlify's free tier, so a basic blog can be hosted at no cost.
You need Node v8.2.0 or higher (the docs recommend using nvm to switch to 14.20), Gatsby CLI, Netlify CLI, and the project's dependencies installed via yarn install. After that, yarn start launches development mode.
Register your site on Disqus to get a shortname, then set that shortname as the DISQUS_SHORTNAME environment variable in the .env file. If you deploy on a platform like Heroku, add the environment variable there too.
Yes. Netlify CMS and Netlify are independent products; the template uses Git as a single source of truth, so you can host the built static files on any platform, though continuous deployment via Netlify is the easiest path.
Because gatsby-plugin-purgecss removes unused Bulma styles, trimming the built stylesheet from roughly 170KB down to 16–18KB.
