title | author | description |
---|---|---|
FAQ |
Pito Salas |
All sorts of small topics are covered here |
- Git clone this repository to your computer: campusrover/labnotebook
- In the directory structure, find the folder called
faq
. In it you can create a.md
file for your contribution. - Write your contribution using markdown. You can include images as well as links. There are many tutorials on Markdown but you most likely already know it.
- If you want the title to be something other than the file name, then add:
---
title: Gooder Title
author: Pito Salas
description: nicer subtitle
order: where does this one appear in order
status: obsolete|new|tophit
date: month-year
---
as the first few lines of the file 5. Git add, commit and push your changes.
Brand new files (vs. edits) will not appear in the directory until it is rebuilt by [email protected] so send them an email!