owaraisite

The site for owaraiclub

Powered by hugo, blogdown and netlify.

How to preview locally (MAC ios, linux)

  1. Install hugo and git

  2. Clone this repo to a local folder:

$ mkdir test_site
$ cd test_site
$ git clone --recursive https://github.com/tcgriffith/owaraisite/
  1. Run hugo serve
$ cd owaraisite
$ hugo serve

Then you should see something similar to this:

Started building sites ...

...

Web Server is available at //localhost:1313/  (bind address 127.0.0.1)
Press Ctrl+C to stop

And you are good to go.