Slight README updates

This commit is contained in:
Nathan Schneider
2025-05-05 10:38:33 -06:00
parent dee49239f1
commit 32eae7cc8e

View File

@ -4,7 +4,7 @@ A project of the [Media Economies Design Lab](https://www.colorado.edu/lab/medla
Developed in Hugo. Developed in Hugo.
## Usage ## Development
Be sure to have a recent Hugo *extended* version installed. Be sure to have a recent Hugo *extended* version installed.
@ -20,6 +20,8 @@ Then, to serve the site locally:
hugo server hugo server
``` ```
## Deployment
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: 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:
``` ```
@ -27,7 +29,7 @@ git push origin
git push origin main:publish git push origin main:publish
``` ```
The site will deploy within an hour. A push to `publish` should trigger a pipeline in GitLab to deploy the site.
## Interviews ## Interviews