From c69daca5647a792cc1570204e62c79f3617adbf2 Mon Sep 17 00:00:00 2001 From: Emma Date: Mon, 30 Sep 2024 14:33:32 +0100 Subject: [PATCH] update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ffa64b..d87a93c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Noticeboard -This repository contains the content for the DIDE noticeboard website, and publishes the site on GitHub Pages. +This repository contains the content for the DIDE noticeboard website, and publishes the site on GitHub Pages to +https://mrc-ide.github.io/noticeboard/ The site is built with [Hugo](https://gohugo.io/), using the [Beautiful Hugo](https://github.com/halogenica/beautifulhugo.git) theme (referenced as a submodule) @@ -24,11 +25,11 @@ To test your content locally: 1. Install hugo, as described [here](https://gohugo.io/installation/). You may find that the default version of hugo available for your operating system is too old to support the theme (this has been observed for Ubuntu). In this case you will need to download the [latest package version](https://github.com/gohugoio/hugo/releases/latest) and install from that. -2. Run `hugo server` and browse to `http://localhost:1313`. Content changes will be automatically built and reflected in the browser. +2. Run `hugo server` and browse to http://localhost:1313. Content changes will be automatically built and reflected in the browser. ## Publishing -Content will be published automatically to GitHub Pages, by a GitHub Action which runs when new commits are pushed or merged +Content will be published automatically to https://mrc-ide.github.io/noticeboard/ on GitHub Pages, by a GitHub Action which runs when new commits are pushed or merged to the main branch.