Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Sep 30, 2024
1 parent cd33e2f commit c69daca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.


0 comments on commit c69daca

Please sign in to comment.