So I was hanging out with my friend Wes Bos at JSConf recently. And for some reason, every time I said his name, I added an extra random syllable to both his first and last names. Because it was really the funnest thing. Ever.
For example, "Weston Bosley." Or "Westwood Boswitch." Or "Wesbee Bosshog."
Well, naturally, I had to create a website to celebrate this.
http://cowboy.github.io/wesbos/
You'll need to have Grunt and Bower installed.
- Clone this project's repo.
- Ensure the
master
branch is checked out. - Run
npm install
to install Grunt, Grunt plugins, Bower components, etc. - Run
grunt
to start a live-reloading dev webserver on localhost:8000.
When done:
- Run
grunt prod
to publish everything todist
and start a webserver on localhost:8000.
When REALLY done:
- Run
grunt deploy
to publish everything indist
and then to thegh-pages
branch, which will shortly thereafter be viewable at http://cowboy.github.io/wesbos/.
If you have suggestions for more first and last name suffixes, file a PR and I'll add them in. Just make sure they actually sound cool. Thanks!