OMSF website source code.
-
Add a Markdown file to
content/programs/projects/:--- title: "Project name" image: "/images/project/project-name.svg" intro: "A short description shown on the projects page." more: true --- ## Project name Add the full project description and links here.
-
Add the project logo to
static/images/project/. If the project has no logo, omitimagefrom the front matter. -
Preview the site with
pixi run hugo server, then open a pull request.