Add deploy scripts for namecoin.org website.
@cassiniNMC has expressed an interest in being able to deploy from Jekyll to the Namecoin website. These are the scripts I routinely use to deploy. They're slightly Qubes-specific (I run Jekyll in a dedicated offline VM), but it should be easy to adapt them to more standard GNU/Linux and macOS systems.
Note that the scripts aren't marked as executable (I figured making them executable might pose a security risk to the server), so you need to run them as bash deploy_public.sh instead of ./deploy_public.sh.
@josephbisch any chance you could review this?
@midnightmagic Any chance you could review this?
@cassiniNMC any chance you could review this?
@domob1812 Any chance you could review this?
@brandonrobertz any chance you could review this?
@hlandau any chance you could review this?
@jonasbits Any chance you could review this?
These are big and difficult to audit, and might make more sense as a gist.
Any particular reason to do all of this stuff, and not just clone into a temp dir, build, and rsync over?