gethugothemes / academia-hugo

Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.

Home Page:https://gethugothemes.com/products/academia/?utm_source=academia_github&utm_medium=referral&utm_campaign=github_theme_about

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add params.social

brimwats opened this issue · comments

This is needed in order to be verified on Mastodon.

Here's how another hugo repository did this: luizdepra/hugo-coder#195

add rel to params.toml like so:

[[params.social]]
    name = "Example"
    url = "//example.com"
    rel = "me"