Skip to content

saharshsingh/personal-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Blog

http://saharsh.org
http://www.saharsh.org

Build Instructions

Test locally

hugo server --bind=<local-ip> --baseURL="http://<local-ip>"

Build for production

rm -r public; hugo

Considerations

  1. When building for production, build for //saharsh.org AND //www.saharsh.org (Change baseURL in config.yaml)
  2. Invalidate CDN cache for both saharsh.org/ and www.saharsh.org/ after updating cloud storage buckets

Releases

No releases published

Packages

No packages published