Skip to content

Commit

Permalink
Install Octopress to create new posts/pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed Jul 31, 2014
1 parent 873eb78 commit a2417a5
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 90 deletions.
90 changes: 0 additions & 90 deletions Rakefile.rb

This file was deleted.

10 changes: 10 additions & 0 deletions _octopress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Default extensions
post_ext: md
page_ext: md

# Found in _templates/
post_layout: post
page_layout: page

# Format titles with titlecase?
titlecase: true
9 changes: 9 additions & 0 deletions _templates/archive
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: post-index
title: {{ title }}
permalink:
modified:
excerpt:
image:
feature:
---
10 changes: 10 additions & 0 deletions _templates/page
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: {{ layout }}
title: {{ title }}
date: {{ date }}
modified:
excerpt:
tags: []
image:
feature:
---
10 changes: 10 additions & 0 deletions _templates/post
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: {{ layout }}
title: {{ title }}
modified:
categories: {{ dir }}
excerpt:
tags: []
image:
feature:
---

0 comments on commit a2417a5

Please sign in to comment.