This is the development of my personal website, currently based on hugo. This repository is pulled every 5 minutes with a cron job on my VPS. After the pull, the hugo command is used to serve the files into a specified folder and the website is served via Apache.
Visit my website at https://shreyas.ragavan.co
Serving Hugo
cd ~/my_gits/hugo-sr/
hugo servecd themes
git clone https://gitlab.com/kaushalmodi/hugo-theme-refined refined
git clone https://github.com/kaushalmodi/hugo-atom-feed hugo-atom-feed
git clone https://github.com/kaushalmodi/hugo-jf2 hugo-jf2
git clone https://github.com/kaushalmodi/hugo-search-fuse-js hugo-search-fuse-js
git clone https://github.com/kaushalmodi/hugo-debugprint hugo-debugprintSee https://github.com/am1t/ghostwriter
cd themes
git clone https://github.com/am1t/ghostwriter.gitgit pull
hugo -d ~/hugo-pubcp -r ~/hugo-pub/* /var/www/html/shreyas.ragavan.co/public_html/