To get a shiny new site for your local EA chapter, follow the instructions below. You'll need to create a free GitHub account first.
- Fork this repo by hitting the 'Fork' button above. This creates a copy of this repo that you can work with.
- Go to travisci.com and sign in with your GitHub account.
- Enable builds for your new repo.
- Go back to your repo on GitHub, click on the
config.toml
file, and hit Edit. Change the placeholder values. Commit your changes. - This will trigger a 'build' on Travis – that is, Travis will turn your config and the site template into nice HTML to be served up.
- Finally, go to the 'Settings' tab in your repo, and set up a custom domain for your site, following these instructions.