Skip to content

How do I get social icons to display? #1674

Answered by clarelgibson
clarelgibson asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for the suggestion. I managed to solve my issue with the following steps:

  1. I moved the socialIcons code to sit within the params section of my hugo.yaml file. The instructions on the wiki were not clear that this needs to sit within params but looking at the source files for another site built with the PaperMod theme I saw that this was the case.
  2. I enabled the profileMode variables within params so that my home page is now in profile mode, with the below code:
  profileMode:
    enabled: true
    title: "Clare Gibson"
    subtitle: "Data analyst, product owner, lifelong learner"
    imageUrl: "img/clare-01.png"
    imageWidth: 150
    imageHeight: 150

With the 2 updates above …

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@clarelgibson
Comment options

Answer selected by clarelgibson
@adityatelange
Comment options

@jasonbraganza
Comment options

@adityatelange
Comment options

@clarelgibson
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants