Add a project - mdsimpson42/converse GitHub Wiki
The ConveRSE website has a resources section, which includes a list of projects and communities that support mental health and which may be of interest to Research Softwater Engineers (RSEs) and Research Technical Professionals (RTPS).
To add a project/community (hereon referred to just as 'projects') to the site, you will need to add a file to the _projects
folder in the codebase.
Format
Projects can be submitted in either of the following formats:
- Markdown (.md) -
- HTML -
Filename
The filename should be short and descriptive.
Content
The project should include a header at the top of the file. This includes variables used by Jekyll to create the web page. The header should include the title and image.
---
title: Task Management for Humans as Self Care
image: tmfhasc.jpg
---