How I made this website?

Table of Contents

Prerequisites

  1. Install git
  2. Install hugo extended edition v0.112+ [ Linux | Windows ]

Note : Recommend installing using homebrew in linux based system.

To check is hugo is installed correctly, execute following command:

hugo version

Quick start

  1. Create a basic hugo site:

    hugo new site myportfolio
    
  2. Add hugo-blog-awesome theme:

    cd myblog
    git submodule add https://github.com/hugo-sid/hugo-blog-awesome.git themes/hugo-blog-awesome
    
  3. Copy config.toml from myportfolio\themes\hugo-blog-awesome\exampleSite\config.toml

  4. Run locally

hugo server

Feel free to tweak config.toml as per your need


comments powered by Disqus