Author - Elijah Lopez
Wow, so I can add an authors page. Now I just need to figure out how to add all posts with the author automatically. I’m looking into layouts. For now, we will use archetypes to speed up the creation of these about pages.
I created a new archetype in the theme so that running
hugo new authors/first-last.md
will spit out
---
title: "First Last"
authorPage: true
---
As for the about me, my website summarizes my most proud of productions, my GitHub summarizes my most useful software projects, and my YouTube has some videos that I tried to make useful.