diff --git a/Rules b/Rules index 3777a39..4111dc9 100644 --- a/Rules +++ b/Rules @@ -16,6 +16,12 @@ 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' @@ -23,12 +29,6 @@ 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 ddbe156..c486e9c 100644 --- a/content/personal/2014/12/nepal.yaml +++ b/content/personal/2014/12/nepal.yaml @@ -9,4 +9,6 @@ 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 new file mode 100644 index 0000000..01c33fc Binary files /dev/null and b/output/images/2014/12/Sunset-In-Tengboche.jpg differ