Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 974 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 974 Bytes

Coming Soon

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

Author:

Installation

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

Features

  • Minimal
  • Customisable
  • Responsive
  • SEO Ready

Licence

This code is licensed under GNU GPLv3.