Skip to content

researchsoft/website

Repository files navigation

Research Software Alliance Website

Netlify Status

This repository contains the source files that generates the Research Software Alliance website. The repository is monitored by Netlify, which generates and hosts the live website.

The website uses the Hugo framework with the Syna theme. All content files are written in Markdown and are processed into HTML by Netlify.

Editing content

The only files that should be edited as a matter of course are in content. Images generally go into static/images.

When editing existing content, it is possible to use the GitHub text editor interface to make changes. When viewing the file you would like to edit, click the Edit button to make your changes. If you do not have permissions for the repository directly, you will need to submit a pull request for an administrator to adopt the changes.

Extra info Due to limitations in the version of Hugo that Netlify runs, changing the style of the website will require pulling this entire repo to a computer and building the site with hugo-extended. The resulting files generated in resources/_gen/assets/scss/styles then need to be committed back to the repository.