This repo is no longer deployed at http://maxwellholder.com and is kept here only for reference.
The current site deployed at http://maxwellholder.com is available at mxhold/mxhold.github.io.
Run bin/server
to serve site locally for preview. It will live-reload any
changes made in source/
.
Run bin/build
to build static pages from source/
files.
Run bin/deploy
to deploy. This assumes you have maxwellholder
set up in your
SSH config to point to a server that will serve
/var/www/maxwellholder.com/current
. This also does not deploy anything for the
/vocal_tract_length
page, which must be deployed separately as it is not a
static page.
Any and all contributions are welcome!
- Fork this repository ( https://github.com/mxhold/maxwellholder.com/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
If you have a suggestion but don't know how to use git (or just don't want to)
feel free to email me at [email protected]
.