Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A lightweight, customizable Hugo blog theme with dark/light mode, infinite scrolling, and extensive configuration options.

A simple and clean jekyll theme without javascript.

A Hexo blog theme styled with Tocas UI, featuring customizable colors, Disqus comments, code highlighting, and animated multilingual slogans.

A content-focused, responsive Jekyll theme with RSS, full-text search, Disqus, and nine color themes.

Gatsby Starter to launch your blog from WordPress
Vibrant Shadows is a lightweight, highly customizable blog theme for the Hugo static site generator, built by Softorage to produce fast, mobile-ready blogs with dark and light mode.
Vibrant Shadows is a blog theme for Hugo that transforms Markdown posts placed in the content directory into a static website with a responsive layout, configurable navbar, and smart dark/light mode. The theme accepts standard Hugo site content plus a config.yaml file with dozens of global and page-level parameters, and outputs a production-ready public folder. It requires Hugo Extended version 0.75.1 or newer and is distributed through the Softorage GitHub repository.
The theme uses Hugo's asset pipeline with PostCSS to generate CSS, and an optional "Speed Mode" that compresses and purges unused CSS for faster loads in production. It integrates with Google Analytics and Disqus comments through Hugo's built-in settings, and supports a favicon tag block and custom verification IDs.
Install Hugo Extended, add the theme to your themes folder either by copying the repo or as a git submodule, and copy the exampleSite contents into your site. Then run hugo server to preview, and hugo build to generate the public directory. Posts are created with hugo new and include front matter for title, description, date, tags, and image settings.
Yes, the theme is distributed as an open-source Hugo theme on GitHub. You can download or clone the repository and use it for personal or commercial projects.
Yes, the prerequisites state that you need the latest extended version of Hugo, minimum v0.75.1. If you cannot use the extended version, you must copy the resources folder to your site root, though this may slow loading.
Use the hugo new command to generate a post with archetypes, then edit the front matter and content. Place the file in the content directory, and the path determines the final URL.
Yes, you can define separate light and dark color palettes, including navbar background, card mat background, and two gradient colors, plus gradient direction for backgrounds, text, and buttons.
Speed Mode is an optional setting that uses PostCSS via Hugo's asset pipeline to produce an extremely fast and lightweight site. It works only in the production environment and requires Node.js packages like postcss-cli, autoprefixer, cssnano, and purgecss.
