The easy way is to build your website, then use a web sucker tool like wget.
Say your site was at www.test.com, then you could run wget like this:
wget -r http://www.test.com
and it would download the whole site to a set of static files that you could burn to CDROM and take with you.