The landing page of the OHBM Open Science special interest group (OSSIG).
- Install hugo
See the instruction related to the operatiing system you are using on the hugo documentation.
-
Fork and clone this repository
-
Run the site locally
hugo server
There's a wide variety of customizations that you can make to your Hugo Fresh landing page by modifying the config.yaml
file that you downloaded. That file provides documentation for what the various config values represent.
We have added some extra section in there to easily modify the OSSIG team members, the sponsors...
If you want more ideas you can check the content of themes/hugo-fresh/exampleSite/config.yaml
New standalone pages should be added in the content
folder by creating a file content/newpage/index.md
whose content should be:
---
title: "new page"
subtitle: "no really, this is a new page"
date: 2020-01-26T21:55:26+01:00
draft: false
sidebar: false # true or false to display the sidebar
sidebarlogo: fresh-white-alt # From (static/images/logo/)
include_footer: true
---
here write the actual content of your page using markdown.
Currently, the details about current team members (names, affiliations, etc.) are included directly in the config.yaml
. Data about past members are instead organized in the folder data/team
and are rendered through the markdown files in the folder content/pastmembers
. An important thing to keep in mind: each of these markdown files retrieve the respective data through the parameter team_year
, that should contain the exact name of the related file in the data/team
folder.
This is done through updating the hackathon repository. Please see the instruction here.
The OS-SIG website is currently hosted on netlify under the account of Camille Maumet.
Note: We have disabled the auto-publish option that automatically publishes online the updated website each time a new commit is pushed to the master
branch. We did this because, for some unknown reasons, the deploys sometimes fails to properly create all the secondary pages (more specifically: there is no error but when clicking on the "Hackathon" link the page never loads). We have noticed that by re-running the deploy manually (sometimes more than once) the problem eventually disappears. With the auto-publish disabled, we can manually check that the latest deploys worked fine before manually publishing.