diff --git a/Rules b/Rules index 4111dc9..3777a39 100644 --- a/Rules +++ b/Rules @@ -16,12 +16,6 @@ compile %r{/(?:technical|personal|)articles/(page/|)} do filter :rubypants end -compile %r(/(?:about|nepal)/$) do - filter :rdiscount - layout 'topphoto' - filter :rubypants -end - compile %r(/\d{4}/.*) do filter :rdiscount layout 'article' @@ -29,6 +23,12 @@ compile %r(/\d{4}/.*) do filter :rubypants end +compile %r(/about/.*) do + filter :rdiscount + layout 'topphoto' + filter :rubypants +end + compile %r{.*/feed/} do filter :erb end diff --git a/content/personal/2014/12/nepal.yaml b/content/personal/2014/12/nepal.yaml index 1fe96fa..71b6843 100644 --- a/content/personal/2014/12/nepal.yaml +++ b/content/personal/2014/12/nepal.yaml @@ -9,6 +9,4 @@ keywords: - photos - nepal - trekking -photo: /images/2014/12/Sunset-In-Tengboche.jpg -photo_alt: Sunset in Tengboche short_url: http://j.mp/1yKWhtv diff --git a/output/images/2014/12/Sunset-In-Tengboche.jpg b/output/images/2014/12/Sunset-In-Tengboche.jpg deleted file mode 100644 index 01c33fc..0000000 Binary files a/output/images/2014/12/Sunset-In-Tengboche.jpg and /dev/null differ