Create a site or blog from your GitHub repositories with GitHub Pages.
You turned on GitHub Pages! :tada:
We'll work in a branch, my-pages, that I created for you to get this site looking great. :sparkle:
Jekyll uses a file titled _config.yml to store settings for your site, your theme, and reusable content like your site title and GitHub handle. You can check out the _config.yml file on the Code tab of your repository.
We need to use a blog-ready theme. For this activity, we will use a theme named "minima".
_config.yml file in the my-pages branch.theme: set to minima so it shows in the _config.yml file as below:theme: minima
title:, author:, and description: to further customize your site.base: main and compare:my-pages.