There are now two great ways to quickly integrate your Chapter with the Maptime community:
In this guide, we’ll cover managing your page from a directory within the Maptime repo. To manage your chapter’s site from its own repo, check out the Starter template or just make your own repo within the Maptime organization. Just file an issue and we’ll set you up with a repo and admin team.
To manage a single page on Maptime’s site requires a little git know-how but we’re here to help. If you’re totally new to git and Github, check out their awesome guides for help. If you’re ready to dive in, follow these steps to start your own page inside Maptime’s repository.
Fork
button in the upper right to copy it to your own account.
Forking a site means you’re making a copy of it to your account and the origin repo maintains a connection to the changes you make to your site. The genius of this is that you can make a Pull Request (i.e requesting that the site you forked from pull the changes you made). Take a second to let that sink in ;)index.html
and copy contents from the /nullisland/index.html file for the template into your new file.Someone from the Maptime admin team will review changes and either merge them in or comment back with questions or suggested modifications. If changes are requested before merging, simply make the changes in your file and commit the changes. No need to make another PR if the one you made is still open. Neat huh? Good luck and as always create an issue with your questions, send us a tweet, or find us on the Slack chat channel for more help.