Skip to content

sermonarchives/blog

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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