X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=build.rb;h=4025eefa3b452e36d6ee5910e41dd29ea10bfdd3;hp=4a6c268e3c445715f765bc3745c93058f9199f2b;hb=3c09af9cc854c716d9f772d1c8c1e568cacc92b9;hpb=d0a5b73d2a275bfff5957961f2360df8966bee22 diff --git a/build.rb b/build.rb index 4a6c268..4025eef 100755 --- a/build.rb +++ b/build.rb @@ -84,6 +84,8 @@ stdpage('blog', < EOF -stdpage('resume', md_to_html(File.read('../resume.md'))) +if File.exists? ('../resume.md') + stdpage('resume', md_to_html(File.read('../resume.md'))) +end stdpage('favorite-stuff', File.read('../favorite-stuff.html'))