Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Coming soon page template for Jekyll
Soon is a free, single-page 'coming soon' template built with Jekyll that replaces an under-construction page with a full-screen background image and contact details while you build your real site.
Soon is a minimalist Jekyll template that renders one static page with a full-screen image and your contact information. It takes a standard Jekyll installation plus edits to _config and index.md, and outputs a static HTML page that you can host for free on GitHub Pages. The template is published on GitHub by YJPL in the repository github.com/YJPL/soon and currently has 10 stars. Because it ships with the normal Jekyll folder structure for posts, pages, collections, and assets, the same repo can later become a complete blog or website.
images directory and its path is set in _layouts/default.html.main.css under assets, with no Tailwind, Bootstrap, or other CSS library, so any change is a direct edit to that file._config with your site and contact details and index.md for the page message; no other file edits are required for a basic launch.bundle exec jekyll serve, the page renders at localhost:4000._config, index.md, layouts, assets, and images interact in a real Jekyll project.Install Jekyll, clone the folder, then run bundle exec jekyll serve to preview at localhost:4000. Edit _config with your contact information and index.md with your message; if you replace the background image, update its path in _layouts/default.html. Finally, self-host or deploy to GitHub Pages to make it public.
