Skip to content

mpicbg-scicomp/ipf_howtoguides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published