Follow the official hugo instructions to install the theme.
Which goes something like this:
git submodule add https://github.com/izzyhub/aboutme-theme.git themes/aboutmeAdd this line to your config.toml (or change it if you already
have a theme.
theme = "aboutme"You can add links to the bottom with a [params] section in your config.toml.
For example:
[params]
email = "[email protected]"
github = "https://github.com"
twitter = "twitter_username"
linkedin = "https://www.linkedin.com"
mastadon = "https://mastadon.social/@username"Mastadon links use "rel=me" for mastadon verification.
You can also add your location
[params]
location = "Roswell, NM"Change the page title with
[params]
title="About Me"Create a content/_index.md file to hold the content of your page.
The page's main header and title are in the title variable.
title: "Page title"The rest of the file is markdown.
This theme uses Font Awesome for the SVG icons.