Skip to content

shrysr/hugo-sr

Repository files navigation

Introduction

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

Quick Links

Scripts

Serving Hugo

cd ~/my_gits/hugo-sr/
hugo serve

Cloning Scripter theme from kaushal modi

cd 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-debugprint

See https://github.com/am1t/ghostwriter

cd themes
git clone https://github.com/am1t/ghostwriter.git
git pull
hugo -d ~/hugo-pub
cp -r ~/hugo-pub/* /var/www/html/shreyas.ragavan.co/public_html/

About

My personal website based on hugo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published