Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.28 KB

minutia_instructions.md

File metadata and controls

42 lines (26 loc) · 1.28 KB
layout
default

Instructions for writing minutia

Reference

Markdown Reference

GitHub Markdown Info

You must follow these instructions exactly, including things like filename convensions

  1. git pull the in the stuycs-softdev.github.io repository.
  2. go into the posts directory and create the new file or edit the existing one
  3. It should be named using the form year-month-day-pd#-title.md or year-month-day-pd#-title.html . Use the extension .html if you're writing html and .md if you are using markdown. For example, a period 7 minutia posting might be named 2013-09-23-pd7-this_is_the_title.md

Make sure the file has the following on top:

---
layout: THELAYOUT
title: whatever the title is
---

Where THELAYOUT is minutia-6 or minutia-7.

The --- are three dashes in a row.

The post should start with your name and the date.

Then:

  1. git add the post file
  2. git commit it
  3. git push

Please make sure that the post appears (it could take a couple of minutes. If not, you'll have to figure out what's wrong with the markup

You can install jekyll to test things locally