This is repo for my home site - ankushchadda.in

Requirements

  • Hugo
    • install hugo https://gohugo.io/ - sudo apt install hugo
    • git submodule init
    • git submodule update

Workflow

  • run server - hugo server
  • Add new post hugo new posts/<post_name>
  • make sure to commit changes to source branch