Generate static websites from dynamic hosts. Useful when coupled with ghost or WordPress for example.
Right now, you'll need :
- Bash
- wget
- cURL (for fetching error pages)
You can either choose to run the following command to download script and install
it in /usr/local/bin
. Please make sure that you added that to $PATH environment
variable.
curl -sSL https://raw.githubusercontent.com/gyndav/gennyd/master/install.sh | sh
gennyd [-o OUTPUT] [-e E404] [website]
Up to you! Use ftp, rsync, s3cmd or whatever fancy flavor you have to deal with.