Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 720 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 720 Bytes

blog

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

Open in Gitpod

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