Added publish commands to README

This commit is contained in:
Nathan Schneider
2025-05-04 14:24:40 -06:00
parent e591003a48
commit bfd48200d7

View File

@ -20,6 +20,15 @@ Then, to serve the site locally:
hugo server
```
Thanks to the [MEDLab Hugo template](https://git.medlab.host/dhorn/medlab-hugo-template), the site is set up to deploy automatically to the MEDLab server via GitLab CI. To do so, when developing locally, use these git commands:
```
git push origin
git push origin main:publish
```
The site will deploy within an hour.
## Interviews
see `/archetypes/interview.md` for the interview template. You can create a new interview with: