To run the this website locally, you need to install Hugo, and Go on your system.
Note
Go will be installed automatically with Hugo as a requirement.
Clone the repository on your system:
git clone [email protected]:datatribe-collective-labs/junior-data-engineer-cohort.gitTo run the server run this bash command:
hugo server -DNavigate to localhost:1313/ and you should see the website Hero page.
The contents of the website are stored in the content/doc/ path. Each folder requires a _index.md file with the proper settings to be recognized by Hugo. The template for the setting is the YAML metadata like this:
---
weight: 300
title: ""
description: ""
icon: ""
date: ""
lastmod: ""
draft: false
---The template uses Google icons.
To find out more about the capabilities of the Lutos Docs template you can visit their Github ExmpleSite. You can also chekcout their website.