This website is based on myst markdown.
- simply browse the markdown file corresponding to the page you want to edit
- edit it on github
- commit to a new branch
- make a pull request
-
clone the repo:
git clone [https://github.com/pni-lab/new_website.git](https://github.com/pni-lab/pni-lab.github.io.git)https://github.com/pni-lab/pni-lab.github.io.git cd pni-lab.github.io
-
start myst
myst start
Click on the address. This starts a local webserver and renders the page in your browser.
-
edit the md files you want. You changes will be instantly visible.
-
If you are ready, push your changes to a new branch and make a pull request.