/old-website

Apache License 2.0Apache-2.0

AIM's Personal Website

Installation

  1. Install Hugo server

  2. Fork the repo if you prefer to make your own version. In that case, replace the repo link with your repo link in the below commands.

  3. Clone the git repo locally

    Warning: Do not manually git clone theme into the themes directory. The theme is added as a submodule and submodule commands should be used to download and update the theme.

    There are two ways of doing this:

    1. Clone Repo including Submodules:

      1. with SSH:

        git clone --recurse-submodules git@github.com:AravindIM/aravindim.github.io.git
      2. with HTTPS:

        git clone --recurse-submodules https://github.com/AravindIM/aravindim.github.io.git

      Or

    2. Clone repo and Initialise Submodule

      1. with SSH:

        git clone git@github.com:AravindIM/aravindim.github.io.git
        git submodule update --init
      2. with HTTPS:

        git clone https://github.com/AravindIM/aravindim.github.io.git
        git submodule update --init

Update Theme

Once you have the local copy up and running, you can always update the theme to the latest version and then commit it to your repo

git submodule update --remote --merge

LICENSES