Introduction to HUGO and how to install in Win/Mac

1. Introduction to Hugo

  1. HUGO is for Static Website
    • So What is Dynamic Websites?
  2. HUGO help you build a websites with no HTML code(markdown)

2. Installing Hugo on Windows

  1. It is a GitHub project, can download from its release page, up to now latest version is v0.134.0
  2. Get tar file corresponding to your system(Windows) from Assets
    • tar file with “extended” is for more powerful feat.
  3. Download it and untar, then got a bin file, setup Path

3. Installing Hugo on Mac

brew install hugo