How Do I Feature a Position or Organization?

Featured positions and organizations show up on the front page.

Feature your post

How Do I Post?

There are currently 2 ways to post. (This job board is still a bit of an experiment for us. We plan to make the process easier if there’s sufficient interest.)

Request Assistance

You can request help with posting, but please be aware that this is a volunteer-run site. When requesting assistance, please include all relevant organization/position details in your email.

Send us an email

Pull Request (Preferred)

This entire website is open source and pull requests to add posts are welcome! If you have the skills to make a pull request, that’s all that is necessary to get your post published. There is currently no database; the posts are simply a set of Markdown files. It’s pretty straightforward after seeing some examples.

Post an organization

Here’s an example organization (see more):

---
title: Example
website_url: http://www.example.com/
positions_url: https://www.example.com/
location: Iowa City, IA
technologies:
- HTML5
- JavaScript
---

A blurb about the organization goes here.

Post a position

Here’s an example position (see more):

---
source_url: http://example.com/jobs/12345.html
type: Full Time
title: Software Developer
company: Example
company_url: http://www.example.com/
location: Iowa City, IA
---

The text of your job description goes here.  It can contain **Markdown** or <b>HTML</b> markup.

  * This is an example of a bulleted list in Markdown.
  * It looks about like what you'd expect in a plain-text email.
  * This is the last bullet point.

This is the final paragraph in this job posting.