Skip to content

SAFEHR-data/safehr-data

Repository files navigation

Netlify Status

SAFEHR starter

A simple website to direct users to the SAFEHR resources.

Getting started

If you're a developer then you can fork this repo, edit, and submit a pull request. If you're not a developer then you can edit much of the site in a visual editor.

How it works

This is a Jekyll powered static blog. We chose Jeklyl so we can integrate with the data cards site at some point. We're using the Minimal Mistakes theme for the visual design. The site is hosted on Netlify, and we're using DecapCMS to manage the content.

Tips

Creating diagrams

Design your diagrams using the mermaid live editor. You can then copy and paste the code into the markdown file. Set the front matter of your page to include the following:

mermaid: true

And then insert your diagram code as raw html into the markdown file. For example:

<div class="mermaid">
graph TD
    A[Start] --> B{Is it working?}
    B -->|Yes| C[Great!]
    B -->|No| D[Debug]
    D --> B
</div>

Useful links

About

Home page for the SAFEHR-data team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published