Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1017 Bytes

README.rst

File metadata and controls

23 lines (17 loc) · 1017 Bytes

thoth-station.github.io

Project Thoth website

How to contribute

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.