X-Git-Url: https://iankelling.org/git/?p=iankelling.org;a=blobdiff_plain;f=build.rb;h=4867a2542f3df139f75787e5664aec28bfe29ad5;hp=d16f7da91b7beeee11de976b390d3c5dbd986466;hb=001299deacd7b5d230416aeda612ca7b40e13ffc;hpb=e81919074554ec1e719f1431667299c9c84dc854 diff --git a/build.rb b/build.rb index d16f7da..4867a25 100755 --- a/build.rb +++ b/build.rb @@ -58,6 +58,18 @@ FileUtils.mkdir_p('../comments/blog') FileUtils.chmod_R(0777, '../comments') +technotes_list = [] +Dir.glob('../technical-notes/*.md').sort.each do |file| + technotes_list << techpost(file) +end + +stdpage('technical-notes', < + #{technotes_list.join("\n")} + +EOF + + # main reference doc https://validator.w3.org/feed/docs/atom.html # Reference doc says updated should be last time it changed # but jekyll's rss feed just uses current time, which is easier to get,