Source code for sermon archives blog.
It uses the Hugo static site templating engine. The site currently uses the "hugo_theme_robust" theme, found here: https://github.com/dim0627/hugo_theme_robust
If running in GitPod, running the server requires a slightly different command: hugo server --baseUrl $(gp url 1313) --appendPort=false
Once the command is running, make sure to expose port 1313.
Deploy to Github organization page handled by: https://github.com/zo0o0ot/gh-actions-hugo-deploy-gh-pages which is a fork of https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages