A template for breadcrumb sites.
Pre-requisites: Hugo, Go and Git
# Clone the repo
git clone [email protected]:oasci/bc-omics.git
# Change directory
cd bc-omics
# Install modules
hugo mod tidy
# Start the server
hugo server --logLevel debug --disableFastRender -p 1313
hugo mod get -u
hugo mod tidy
See Update modules for more details.