This repository contains content that is ready to be displayed on HOPS when rendered using Hugo framework.
To see the source of the data about parameters look at parameters-code which contains all relevant entries and generates the content folder of this repository.
- main content
contentmarkdown of the website
- website setup
.githubsetup for the website deploymenthugo.tomlwebsite settingslayoutscustom components and templates for the websitestaticcss files for the websitethemescontains git submodule with the website style
- extras
.git, .gitignore, .gitmodulesgit versioning data
First, download git submodule for theme.
git submodule init
git submodule updateThe page is setup using the Hugo static page generator which can be run locally with:
hugo serverAutomatic deployment is made with github pages that has its settings in .github folder.
This project is licensed under MIT license.