Before moving on, see if you can complete these challenges:
Add keywords to the front matter of your home page and content pages, and add a <meta name="keywords"> tag to your site’s heading.
Change the footer so it uses the author name in the site’s configuration file in the copyright notice.
Incorporate the social media links into your site’s footer. Include the code in a partial.
Download your repository data to a local JSON file and modify the template to read that local file instead. Once you have it working, revert the change so the data is pulled directly from GitHub again.
Dive deeper into how whitespace suppression works in Hugo templates by adding and removing dashes in your list.json template. Make a change and then review the source of the file in the browser. Notice how changing {{ to {{- or }} to -}} affects how the JSON is formatted.
Add additional fields to the JSON file for your project feed.