From 266f4c45165b60f723c7ae6dcd9f4921dc9e3697 Mon Sep 17 00:00:00 2001 From: sipp11 Date: Tue, 30 Jun 2015 16:59:21 +0700 Subject: [PATCH] Update URL --- content/pages/projects.md | 4 ++-- pelicanconf.py | 5 ++++- themes/notmyideaever/static/css/main.css | 2 +- themes/notmyideaever/templates/base.html | 26 ++++++++++++------------ 4 files changed, 20 insertions(+), 17 deletions(-) diff --git a/content/pages/projects.md b/content/pages/projects.md index 822cd12..d8678f7 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md @@ -5,6 +5,6 @@ The things we're doing: ||| -|-|- -![#ShowtimesTH](http://zzyzx.co/static/showtimes-logo-144.png) | [#ShowtimesTH](http://showtimes.everyday.in.th/) | [![Play Store](http://zzyzx.co/static/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=co.zzyzx.showtimes.android) -![Expensy](http://getexpensy.com/static/images/logo_144.png) | [Expensy](http://getexpensy.com) | [![Play Store](http://zzyzx.co/static/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=co.zzyzx.expensy) +![#ShowtimesTH](http://static.zzyzx.co/showtimes-logo-144.png) | [#ShowtimesTH](http://showtimes.everyday.in.th/) | [![Play Store](http://static.zzyzx.co/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=co.zzyzx.showtimes.android) +![Expensy](http://getexpensy.com/static/images/logo_144.png) | [Expensy](http://getexpensy.com) | [![Play Store](http://static.zzyzx.co/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=co.zzyzx.expensy) | diff --git a/pelicanconf.py b/pelicanconf.py index 68def88..3c7012c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -78,7 +78,10 @@ JINJA_FILTERS = { } -PLUGIN_PATHS = ['/home/sipp11/dev/pelican-plugins'] +PLUGIN_PATHS = [ + '/home/sipp11/dev/pelican-plugins', + '/Volumes/2tblack/sipp11/dev/pelican-plugins', +] PLUGINS = ['assets', 'sitemap', 'gravatar', 'optimize_images'] SITEMAP = { diff --git a/themes/notmyideaever/static/css/main.css b/themes/notmyideaever/static/css/main.css index 26962e6..8c4fdfe 100644 --- a/themes/notmyideaever/static/css/main.css +++ b/themes/notmyideaever/static/css/main.css @@ -12,7 +12,7 @@ @import url("reset.css"); @import url("pygment.css"); @import url("typogrify.css"); -@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin); +/*@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz&subset=latin);*/ /***** Global *****/ /* Body */ diff --git a/themes/notmyideaever/templates/base.html b/themes/notmyideaever/templates/base.html index 76a14bc..582fca5 100644 --- a/themes/notmyideaever/templates/base.html +++ b/themes/notmyideaever/templates/base.html @@ -1,19 +1,19 @@ - - {% block title %}{{ SITENAME }}{%endblock%} - - {% if FEED_ALL_ATOM %} - - {% endif %} - {% if FEED_ALL_RSS %} - - {% endif %} - - + + + {% block title %}{{ SITENAME }}{%endblock%} + + {% if FEED_ALL_ATOM %} + + {% endif %} + {% if FEED_ALL_RSS %} + + {% endif %} +