haesleinhuepf / ipf_howtoguides

Repo for webpage with How-To guides for image processing, created by the SCF from the MPI-CBG Dresden.

Home Page:https://mpicbg-scicomp.github.io/ipf_howtoguides/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Repository for IPF How-To Guides webpage.

Page is displayed at: https://mpicbg-scicomp.github.io/ipf_howtoguides/

Contribute

  • Copy the Template page and fill with own instructions.
  • Images: Place them under guides/pics .
    • Try using standard markdown image import ![](path/to/pic.png).
    • If the image is too large, specify its size via html import: <img src="path/to/pic.png" width="100">
    • Can also create a html table to place multiple images next to each other (without header), see Ilastik guide for an example.
  • Update the main page (index.md) with a link + thumbnail for the new how-to guide.

Setup on a local computer

  • The page is automatically being built on the github server. But for development it is more convenient to work locally.
  • Clone the repository.

Markdown

  • The easiest way is to write new text with your favorite markdown editor. The preview will then be github flavored markdown (and not the built page) and some of the page features will not be previewable (buttons, table of content, ...).
  • But for adding a new how-to page this should totally suffice.

Build page with jekyll

Keep in mind

  • Don't share account information (passwords!) publicly.
  • TODO Check with IT department about sharing internal links.
  • More sensitive information can be placed in the internal wiki (and linked here).

Page theme

Theme features which are currently not used but could be useful:

---
title: Custom title
---

About

Repo for webpage with How-To guides for image processing, created by the SCF from the MPI-CBG Dresden.

https://mpicbg-scicomp.github.io/ipf_howtoguides/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 77.6%Language:SCSS 22.4%