System Administrator Added TestSite function that initializes a local Jekyll server  about 10 years ago

Commit id: 04d8aa229a0b07835f48186f0e0f49f754a69dad

deletions | additions      

       

system('git checkout gh-pages');  disp( sprintf('Test Site', sprintf('Go to http://localhost:4000%s/ to test the site.',  getfield( ReadYaml( '_config.yml'), 'baseurl')) ); system( 'jekyll serve');