From dd04ad10b8115478399baa2c6bc9cc00623b2b48 Mon Sep 17 00:00:00 2001 From: "W. Caleb McDaniel" Date: Thu, 26 Jun 2014 08:51:33 -0500 Subject: [PATCH] trying to regularize page URL structure As described here: http://jekyllrb.com/docs/github-pages/#project-page-url-structure --- _config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 52739d558..863fdb8f9 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,8 @@ name: Programming Historian description: Introductory and intermediate programming lessons for humanists url: http://programminghistorian.org +baseurl: /jekyll permalink: :title safe: true pygments: true -markdown: kramdown \ No newline at end of file +markdown: kramdown