mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
parent
992da75f9c
commit
07dad9b8f0
3 changed files with 6 additions and 8 deletions
12
Rules
12
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
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 234 KiB |
Loading…
Reference in a new issue