From 32eae7cc8eb74aaee0a9ce233de30eda72956cfe Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Mon, 5 May 2025 10:38:33 -0600 Subject: [PATCH] Slight README updates --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddfbc06..4de7885 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A project of the [Media Economies Design Lab](https://www.colorado.edu/lab/medla Developed in Hugo. -## Usage +## Development Be sure to have a recent Hugo *extended* version installed. @@ -20,6 +20,8 @@ Then, to serve the site locally: 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: ``` @@ -27,7 +29,7 @@ git push origin 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