Source code to generate hsps.in
The website uses the theme: Even
Instalation
git clone https://github.com/olOwOlo/hugo-theme-even themes/evenTo run website run the command:
note: Install hugo
sudo apt-get install hugohugo serveAdd an article
hugo new post/new-article-name.mdTo deploy (meant for only Harisankar P S 😎😁)
Initial setup:
Clone coderhs.github.io inside your project. Delete the public folder, rename 'coderhs.github.io' to folder named 'public'.
rm -Rf ./public
git clone git@github.com:coderhs/coderhs.github.io.git publicRun the script ./deploy.sh.
The final output or live site can be seen at hsps.in after this.