Skip to content
Topher Timzen edited this page Jul 12, 2018 · 3 revisions

What

The BSidesPDX site is formatted fairly simplistically but here are the main directories to be concerned about if you submit a PR or develop for it.

_posts

This directory serves as the sites blog. In order to make a new post simply make a markdown file in the format yyyy-mm-0dd-title-with-hyphens.md with your typical jekyll page header such as

---
layout: post
title: "title"
date: YYYY-MM-DDT00:00:01-11:05
---

about

this directory provides information about BSidesPDX, including our mission statement and past events.

page-events.md is updated yearly when we start a new cycle of BSidesPDX!

events

This directory keeps track of all of our events, dating back to 2011. Each year we make a new directory that includes items such as register.md, schedule.md, speakers.md, sponsors.md, etc.

For each specific year, this is where the majority of the editing will take place.

https://github.com/BSidesPDX/bsidespdx.org/commit/8acda632844d19dc9a59e043c35e1cc7c6c14a32 shows the relevant changes that are made on a year/year basis.

images

images for the site go here, including sponsor banners/flies for a specific year.

Clone this wiki locally