Skip to content

RSE-Midlands/rse-midlands.github.io

Repository files navigation

RSE Midlands Website

The website can be found at rse-midlands.github.io. The website is built using hugo.

Workflow

The page is built and deployed when a commit to main is made. The deployment script can be found here and details of deployments are found here.

If you wish to generate the site locally then install Hugo on your machine and build the website by running, in the root folder, the following:

hugo -D

and files will be placed in the doc folder.

Adding content

The content of the site can be found in the various markdown folders in this repository. For instance, the content of the about page is here and the recent event here.

The site has a blog format. Posts placed in the content/posts folder will be added as new posts. For an example post, see the previous event blog post. The information on the front page was added by changing the theme index layout (which you can see here).

Any images or other static content should be added to the static folder.