Hugo About page
About me page
This step is how to add an about me page to out hugo site.
This assumes that git and GitHub desktop have been installed. You will also need a github account.
- Open a window command prompt
- In the command prompt type:
cd c:/hugo/sites/example.com
This will change the current directory to c:\hugo\sites\example.com. This is the location that we set up earlier to contain the details of the site that we are creating. - In the command prompt type:
hugo new about.md
This will - In the config.toml add:
name = "About" identifier = "about" url = "/about/"```` *This will*
- You can add multiple of these. The identifier is unique. Add
weight = 10
etc to change ordering.
For more learning, check out:
- TODO