Sign inSign up

waziup/website

By waziup

Updated over 1 year ago

Image
0

3.1K

waziup/website repository overview

WAZIUP website

This is the source for the waziup.io site.

Writing content

  1. Clone this repo

     $ git clone https://github.com/waziup.io/waziup.io.git
    
  2. Download Hugo from http://gohugo.io or install using Homebrew:

     $ brew update && brew install hugo
    
  3. Run hugo in watch mode and start adding content under the content/ tree

     $ hugo server --watch
    

    The site is served under localhost:1313

Deploying

To deploy on Waziup platform:

$ hugo
$ docker build -t waziup/website .
$ docker push waziup/website

Tag summary

Content type

Image

Digest

sha256:1f9411d58

Size

134.2 MB

Last updated

about 3 years ago

docker pull waziup/website