Compatibility with Octopress site.

Don't break urls.
 1. New Route function which generates routes compatible with old blog.
 2. Renamed posts folder to blog.
This commit is contained in:
Dhananjay Balan
2017-01-31 15:52:21 +01:00
parent f1bf5b6c0d
commit 3a30fb8a07
49 changed files with 25 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
---
layout: post
title: "Static site generators"
date: 2015-06-30 00:28
comments: true
categories:
- blogging
- octopress
- meta
---
I use octopress with github hosting my pages.
Everytime I sit down to write, I have to look up commands in my bash history and read documentation. Its very distracting when you just want to write.
Maybe its my workflow thats wrong, I should replace all this with a set of small shell scripts :-P, maybe octopress 3.0 (insert another tool) will solve this.
But at this point I dont even remember which branch in my repo has what, and I should switch to a firendlier paltform (ghost or posthaven) or do a massive cleanup ASAP.
_EDIT: I finally managed to do that clean up_