X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=build.rb;h=f724fe92ca4e28a343ab2efb3a60c4788e0b21ef;hp=4a6c268e3c445715f765bc3745c93058f9199f2b;hb=956d10ee358397728a058b51551ccd031c226c31;hpb=d0a5b73d2a275bfff5957961f2360df8966bee22 diff --git a/build.rb b/build.rb index 4a6c268..f724fe9 100755 --- a/build.rb +++ b/build.rb @@ -84,6 +84,12 @@ 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-things', File.read('../favorite-things.html')) -stdpage('favorite-stuff', File.read('../favorite-stuff.html')) +# we could use ruby native stuff here, but this was +# better documented so meh. +system("scss --cache-location ../.sass-cache --update ../css:css")