Skip to content

Murugan Temple Website - developed using Hugo Static Website generator

Notifications You must be signed in to change notification settings

vguhesan/MuruganTempleWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to MuruganTemple.org git source-code site

The source code drives https://www.MuruganTemple.org/ website. It is built using Hugo Static Website Generator. It's sister repo (https://github.com/murugantemple/murugantemple.github.io) is the latest generated public folder that drives the website.

Screenshots

Screenshot #1 Screen-shot #2

Hugo generate localhost server for development

hugo server -D hugo server -D --bind=0.0.0.0 --baseURL=http://0.0.0.0:1313

when ready to deploy use "auto-deploy-to-github.sh" to deploy.

Steps for deployment to GITHub

The "public" directory is stored under a different murugantemple account for leveraging github-pages feature.

Site is deployed using GitHub - Pages. git remote add origin https://github.com/murugantemple/murugantemple.github.io.git

cd ./static; tree -H '/banner-images' -L 1 --noreport --charset utf-8 -P ".jpg|.png" ./banner-images/ > ./banner-images/index.html; tree -H '/slider-images' -L 1 --noreport --charset utf-8 -P ".jpg|.png" ./slider-images/ > ./slider-images/index.html; cd ..;

About

Murugan Temple Website - developed using Hugo Static Website generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published