The IISERM Wiki
The wiki is built using quarto and deployed to gh-pages, which has a workflow that deploys to the website every push to the gh-pages branch.
Thus, the steps to edit are
- You must clone
main
branch - Install Quarto
- Edit files in
./src
- [] Make sure you add a page title to every page. See one of the other pages to understand how to do that.
- [] Make sure you add your name in the
author
section of the page. - [] Make sure you add your name in the
index.qmd
file'sauthor
section.
- Commit changes, do not push
- Run
quarto publish gh-pages --no-browser
- Run
git push
You don't need this unless you know what you are doing, or you don't, but nothing else has worked.
Currently, the action is just the HTML deploy action from Github, with the source branch set to gh-pages
.