+++
date = "2015-11-23T11:14:28-05:00"
title = "about"
projects = ["project 1", "pro 2", "something or other"]
tags = ["uno","deux","trois"]
slug='about-me'
+++

# About
My name is derrick and this is all about me.

## What Can I Do?
Anything you can do I can do better

section = which type the content is by default

	based on content location
	front matter overrides

	slug = name.ext or name/

	based on content-name.md
	front matter overrides

	path = section + path to file excluding slug

	based on path to content location

	url = relative URL

	defined in front matter
	overrides all the above*/


