Skip to content

Eve-of-Darkness/eod-www

Repository files navigation

Eve of Darkness Blog

This is the source for the blog that is hosted at www.eveofdarkness.org. Any pushes to master with a successful build will update the site.

Adding A Post

If you know Ruby and want to take the time to learn Jekyll / Octopress you can create a new post with octopress new post "post name"; however, it's as easy as making a new file with the following formatted name in _posts/

YYYY-MM-DD-some-catchy-title.markdown

The very top of the post file should be formatted like this:

---
layout: post
title: "Some Catchy Title"
date: YYYY-MM-DD
author: "Your Name"
category: "optional category"
---

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published