Coming soon is a GoHugo theme, which can be used before publishing your actual site to build hype, or to just have something on your domain while you develop your site.
Demo at: rofe33.github.io/coming-soon
hugo new site test_site # Creating a new site in hugo
cd test_site
git init # Initializing a git repo
git submodule add --depth 1 https://github.com/rofe33/coming-soon themes/coming-soon # Cloning rofe33/coming-soon as a submodule
cp themes/coming-soon/exampleSite/hugo.toml . # Copying example hugo.toml
# You probably want to change the content of hugo.toml.
hugo server # Running server
- Minimal
- Customisable
- Responsive
- SEO Ready
This code is licensed under GNU GPLv3.