Parts of the Thoth website are built using Jekyll via a GitHub action. Jekyll is configured to read markdown files from the _j directory and render them in a Jekyll theme. Jekyll also renders a few other markdown files:
- 404.html
- home.markdown
- justifications.markdown
- recommendation_types.markdown
- helm-charts/README.md
The rest of the website is generated using Hugo where the main index.html file provides linkage to both internal and external pages.
Follow the guidelines outlined the thoth-station core repository to make a contribution.