https://dasc-lab.github.io/dasc-lab-jumpstart/
To edit locally,
- Ensure
hugo
is installed on your machine (or use docker): https://gohugo.io/installation/ - Clone this repo locally,
cd
into it - run
hugo server
, open the website (by default at http://localhost:1313/dasc-lab-jumpstart/) - Make changes to
/content/docs/
- Update the menubar on the side by modifying
/content/menu/index.md
git add
git commit
git push
on the main branch- the website will update automatically