Get to know the files in our example site, which has example items of several different types–photos, document scans, videos–so you don’t have to start from scratch.
Before you create your account, it helps to understand how Github usernames will be seen by your website visitors.
Your Github username will be included in the website address people will use for to find your community, so choose it carefully.
The “free” option will mean people can see, but not edit, the files that run your web site.
Ready? *Create a new Github.com account by following the directions here**
GitHub uses “repository” to describe the place where all of the files for a single project are stored.
You’re going to copy a repository that we’ve already made, so that you have example files to work from rather than having to create files from scratch.
https://github.com/DigitalArcPlatform/templateyourusername.github.io (where yourusername is the username you chose when you created your Github account). In our example, where the username is newcitycommunityarchive, you would name your repository newcitycommunityarchive.github.io. Your github username must be exactly the same as the first part of your repository name, and “.github.io” must appear after your repository name.Your new “repository” or “place where all your files are stored” _config.yml file contains settings for exhibit info, font, and color choices that affect the entire web site.
The next few sections of documentation will cover each one of these things one by one, but reading through this first before you start trying to make changes will help you get your bearings.
**If you get lost look for the Code button toward the **
One file in your newly copied web sit controls a lot of the information on the site: _config.yml. You can generate one at https://digitalarcplatform.kalanicraig.com/MakeConfigFile/
Once you’ve downloaded your config file:
_config.yml from the list of files in your repository. All of the main settings for your site are in this file.