-
Install Hugo server
-
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.
-
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:
-
Clone Repo including Submodules:
-
with SSH:
git clone --recurse-submodules [email protected]:AravindIM/aravindim.github.io.git
-
with HTTPS:
git clone --recurse-submodules https://github.com/AravindIM/aravindim.github.io.git
Or
-
-
Clone repo and Initialise Submodule
-
with SSH:
git clone [email protected]:AravindIM/aravindim.github.io.git git submodule update --init
-
with HTTPS:
git clone https://github.com/AravindIM/aravindim.github.io.git git submodule update --init
-
-
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
- Website made by Aravind I M
- Website licensed under Apache 2.0
- All content provided on the website is licensed under the Creative Commons CC-BY-SA 4.0 License
- Please read all the licenses before using any part of this website's code and content