Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: display author avatar images in blog post #204

Merged
merged 7 commits into from
Nov 17, 2023

Conversation

imfing
Copy link
Owner

@imfing imfing commented Nov 12, 2023

Preview:

image

It will support

authors:
  - name: imfing
    link: https://github.com/imfing
    image: https://github.com/imfing.png
  - name: Octocat
    link: https://github.com/octocat
    image: https://github.com/octocat.png

and

authors:
  - foo
  - bar
image
  • handle the case where no link is provided for an author
  • support local images

@imfing imfing linked an issue Nov 12, 2023 that may be closed by this pull request
Copy link

netlify bot commented Nov 12, 2023

Deploy Preview for hugo-hextra ready!

Name Link
🔨 Latest commit 9f1e8fd
🔍 Latest deploy log https://app.netlify.com/sites/hugo-hextra/deploys/6556c4ed5ff82300080728c9
😎 Deploy Preview https://deploy-preview-204--hugo-hextra.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@imfing imfing marked this pull request as ready for review November 17, 2023 01:38
@imfing imfing merged commit 27c976b into main Nov 17, 2023
4 checks passed
@imfing imfing deleted the 164-display-avatars-blog branch November 17, 2023 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display author avatars for Blog
1 participant