Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.15 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.15 KB

Installation

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/aboutme

Add this line to your config.toml (or change it if you already have a theme.

theme = "aboutme"

Configuration

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"

Content

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.

Credits

This theme uses Font Awesome for the SVG icons.