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
content
markdown of the website
- website setup
.github
setup for the website deploymenthugo.toml
website settingslayouts
custom components and templates for the websitestatic
css files for the websitethemes
contains git submodule with the website style
- extras
.git, .gitignore, .gitmodules
git versioning data
First, download git submodule for theme.
git submodule init
git submodule update
The page is setup using the Hugo static page generator which can be run locally with:
hugo server
Automatic deployment is made with github pages that has its settings in .github
folder.
This project is licensed under MIT license.