shrysr / hugo-sr

My personal website based on hugo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Config.toml

Content Directory

Projects

Posts

Static folder - img

Technical Reports and Publications

Academic Theme directory

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


Languages

Language:SCSS 30.0%Language:Shell 25.4%Language:HTML 23.5%Language:R 19.7%Language:TeX 1.4%