This page specifies each step necessary to get started with your own website.
Rather than create everything from scratch, let’s start with a basic set of core files for your site. Our basic template is called Xanthan (like the gum), because it holds everything together.
Use this Template
button in the upper right.xanthan
, and you can always rename it later (or delete it and start over).Create Repository
button in the lower right.If you named your repository something other than xanthan
, you need to make one small configuration edit. If you did not change xanthan
to something else, skip this section.
Code
tab near the top left_config.yml
file to have the same baseurl
as your repository name.Now that your have your starter files, we just need to tell GitHub that you want to use your repository to build a website.
Settings
tab in the upper right of the nav bar.Pages
.Source
, the Deploy from a Branch
should be selected.Branch
, change from None
to main
.Save
button that appears on that same line.Actions
tab.You have a website!
Now you’re ready the explore the components of your site and start editing. Let’s start with Understanding Folders.