FNNDSC / website-old

ChRIS Project Website
https://chrisproject.org
MIT License
5 stars 12 forks source link

Deprecated: Please see https://github.com/FNNDSC/chrisproject.org

This repo drives https://fnndsc.github.io/website/ & https://chrisproject.org/, which is meant to be the main upstream website for the ChRIS project.

If you would like to contribute a blog post to this repo:

  1. Write up your content in markdown: Go to the _posts folder and save your content markdown. You can do this straight in the github UI.
  2. Use the correct file naming format: Do note the post's name must start with a timestamp in the format YYYY-MM-DD- followed by a name for the post. If you use just the date, the template system won't recognize the post.
  3. Add YAML 'front matter' metadata to the top of the post: The YAML itself is pretty self-explanatory; here is an example you can copy/paste and modify for your post:
    ---
    layout: post
    title:  "30 Jan Status - Local file upload in web UI"
    author: mo
    image: "https://raw.githubusercontent.com/FNNDSC/status/master/assets/images/chris-file-select_30jan2020.png"
    ---

Other tips:

If you would like to set up a local copy of this website to test changes, etc. to it beyond adding posts:

git clone git@github.com:FNNDSC/website.git website-chrisproject
cd website-chrisproject
docker-compose up

Upstream Theme Info

We are using the Mediumish Jekyll theme developed by WOWthemes for this blog with some minor customizations. It is free under MIT license.