X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=build.rb;h=507bd4e50fc2351182ac12bad7680f67b4391af6;hp=4a6c268e3c445715f765bc3745c93058f9199f2b;hb=b74f400c071b86972f5382d358cd6d9b359de49c;hpb=d0a5b73d2a275bfff5957961f2360df8966bee22 diff --git a/build.rb b/build.rb index 4a6c268..507bd4e 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')) +stdpage('favorite-things', File.read('../favorite-things.html'))