VorontsovIE / fair-biomed.github.io

FAIR-biomed website

Home Page:https://fair-biomed.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAIR-biomed website

This repo manages the content of the FAIR-biomed website, including user's guide and developer's documentation.

Content editing

Small updates to the website - for example, edits to documentation pages - can be made through the github portal. Just open one of the markdown documents in the docs folder, edit the text, and submit a commit. A few moments after the commit is merged into the master branch, the updates should become visible on the live website.

Local setup

The website is generated using jekyll and github pages. This generation system can be replicated locally - for example, for testing substantial changes to the content or structure. To set up a local version:

  • install jekyll
  • clone this repository and navigate into that directory
  • run bundle install to install any components that are required by the website that may not have installed in the first step.
  • run bundle exec jekyll serve to build the website. As long as this command is running, an active local version of the website can be previewed in a browser at http://127.0.0.1:4000/

About

FAIR-biomed website

https://fair-biomed.github.io

License:Other


Languages

Language:JavaScript 46.4%Language:HTML 43.6%Language:CSS 6.2%Language:Ruby 3.8%