Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Hugo theme for pre-launch coming soon pages, responsive and SEO-ready.

Holding page template for pixelsmatter.io built with Gatsby and SCSS, ready for Netlify deployment.
Coming Soon is a minimal Hugo theme designed to serve as a pre-launch placeholder page, so you can build hype or occupy your domain while your actual site is under development.
Coming Soon is a minimal Hugo theme built to display a coming soon page before your actual website goes live. It takes a Hugo site's content and configuration and renders a single, responsive landing page with SEO metadata. The theme is developed by Mansoor Barri and its demo can be viewed at https://cshugo.mansoorbarri.com. It is open source and licensed under GNU GPLv3.
git submodule add https://github.com/mansoorbarri/coming-soon.git themes/coming-soon, following steps documented in the author's wiki.The installation process is straightforward: add the theme as a git submodule to your Hugo project's themes directory, configure the site's config.toml (or hugo.yaml) to use it, and run Hugo to generate a static page. The theme focuses entirely on a single coming soon view, so the generated output is a lightweight, SEO-ready HTML page that can be pushed to any static host.
Yes, the theme is open source and released under the GNU GPLv3 license. You can download, modify, and use it for personal or commercial projects, provided you comply with the license terms.
It is a Hugo theme, so it requires Hugo's static site generator to build the site. The output is plain HTML, CSS, and JavaScript processed by Hugo, and can be deployed on any static hosting service.
Yes. The theme is built on standard Hugo template files. You can edit the content sections and variables in your Hugo configuration and override the theme's templates as needed.
Add the theme as a git submodule in your Hugo project: git submodule add https://github.com/mansoorbarri/coming-soon.git themes/coming-soon, then set theme = "coming-soon" in your Hugo config file.
Yes, the README lists "SEO Ready" among its features, meaning it includes the necessary meta tags and semantic HTML structure for search engines.
