From 0ae84df3d161f0c8fd347edf4e260afb0cde40b4 Mon Sep 17 00:00:00 2001 From: Dennis Geurts Date: Mon, 13 Aug 2012 22:12:08 +0300 Subject: [PATCH 1/3] Update theme.yml fix missing files for production mode compilation --- theme.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/theme.yml b/theme.yml index 4e56501..8594cc4 100644 --- a/theme.yml +++ b/theme.yml @@ -11,8 +11,15 @@ "bootstrap/css/bootstrap.min.css", "bootstrap/css/bootstrap-responsive.min.css", "css-social-buttons/zocial.stripped.css", + "css-social-buttons/zocial-regular-webfont.eot", + "css-social-buttons/zocial-regular-webfont.svg", + "css-social-buttons/zocial-regular-webfont.ttf", + "css-social-buttons/zocial-regular-webfont.woff", + "css-social-buttons/zocial.css", + "css/base.css", "css/darkstrap.css", - "css/style.css?body=1" + "css/pygments.css", + "css/style.css" ], "widgets" : { From 667357113ec3b16154740d706dc5a9373bfd1b9c Mon Sep 17 00:00:00 2001 From: Dennis Geurts Date: Mon, 13 Aug 2012 22:13:37 +0300 Subject: [PATCH 2/3] Update layouts/default.html fix for googleplus link to profile page --- layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/default.html b/layouts/default.html index d572654..8126e8a 100644 --- a/layouts/default.html +++ b/layouts/default.html @@ -53,7 +53,7 @@ {{/ site.author.github }} {{# site.author.googleplus }}
  • - +
  • {{/ site.author.googleplus }} {{# site.author.twitter }} From 75742121005cc85c72c7fb843b71b13cfb444c6f Mon Sep 17 00:00:00 2001 From: Dennis Geurts Date: Mon, 13 Aug 2012 22:14:40 +0300 Subject: [PATCH 3/3] Update layouts/default.html {{urls.base_path}} is unknown in the db, reverted it to '/'. --- layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/default.html b/layouts/default.html index 8126e8a..89b968e 100644 --- a/layouts/default.html +++ b/layouts/default.html @@ -35,7 +35,7 @@ - {{ site.title }} + {{ site.title }}