Kircher Lab Website: Computational Genome Biology at BIH and Regulatory Genomics group at UKSH
- Pretty much all pages were using the same header, banner and footer and it was difficult to keep them consistant
- Therefore, the actual page content was separated from these files in the templates folder
- Please edit files in templates
- A GuitHub action will automatically create the HTML files from the templates, after pushed to the master branch, and commit them to the repository
- The Github action is defined in
.github/workflows/update-html.yml - Right now the following tmp files will be generated into HTML files:
templates/404.tmp→404.htmltemplates/index.tmp→index.htmltemplates/impressum.tmp→impressum.htmltemplates/contact.tmp→contact.htmltemplates/people.tmp→people.htmltemplates/research.tmp→research.htmltemplates/projects.tmp→projects.htmltemplates/publications.tmp→publications.htmltemplates/IGVF_workshop_2024.tmp→IGVF_workshop_2024.htmltemplates/people/*.tmp→people/*.htmltemplates/projects/*.tmp→projects/*.html