Skip to content

Hugo theme for a simple single page personal website.

License

Notifications You must be signed in to change notification settings

izzyhub/aboutme-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 = "mail@example.com"
  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.

About

Hugo theme for a simple single page personal website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published