Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tummychow/lanyon-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2014-03-14 10:30:37 +0400
committertummychow <tummychow@users.noreply.github.com>2014-03-14 10:30:37 +0400
commitad5d953ea2574da209fc307320f2d1d1abf0db25 (patch)
treeba3cec5a1d3dc8cab50b1fcfe8e2f1565122bf44
parent3f0005b46ee0e5c450f9202e3a59b4a88c120197 (diff)
Hack to work around baseurl-permalink conflict
-rw-r--r--config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.json b/config.json
index 7d6cc87..2298668 100644
--- a/config.json
+++ b/config.json
@@ -8,8 +8,8 @@
"baseurl": "http://tummychow.github.io/lanyon-hugo/",
"canonifyurls": true,
"permalinks": {
- "post": "/:year/:month/:day/:title/",
- "fixed": "/:title/"
+ "post": ":year/:month/:day/:title/",
+ "fixed": ":title/"
},
"params": {