sumstud-2022
Summer project documentation site
This site will hold documentation, results and discussions from the projects of three students at Rosseland Centre for Solar Physics (RoCS) during the summer of 2022.
Code
All code related to the project is located in the site's GitHub-repository sumstud-2022
. The source files for the site is located in the branch gh-pages
.
Updating the site
The structure and design of the site is updated by modifying the file mkdocs.yml
, and content is added through Markdown files located in the docs
directory. To edit the home page, edit docs/index.md
. The site is deployed automatically when the changes are pushed to the master
-branch.