Skip to content

rofe33/coming-soon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple hugo theme for your website pre-public look

Resources

License

Stars

Watchers

Forks

Languages

  • HTML 41.2%
  • CSS 36.8%
  • JavaScript 22.0%