Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 405 Bytes

File metadata and controls

22 lines (14 loc) · 405 Bytes

Prerequisite

  1. Install Go
  2. Install Hugo

Commands

Build minify Html

$:- hugo --minify -d docs

Runing local

$:- hugo server

Publish the changes

First test all the content and functions using the local server and later publish the changes doing a commit to the main branch.