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

Refactor Mastodon Comments #886

Open
6 tasks
luizdepra opened this issue Jan 29, 2024 · 2 comments
Open
6 tasks

Refactor Mastodon Comments #886

luizdepra opened this issue Jan 29, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@luizdepra
Copy link
Owner

luizdepra commented Jan 29, 2024

Describe the enhancement

Mastodon Comments should:

  • Only add Mastodon CSS if needed. Maybe move mastodon styles to a separated file.
  • The CSS style should match the theme style.
  • Configuration should be:
[params.mastodon]
purityPath = "..."
host = "..."
username = "..."
postId = "..."
  • Posts could override the configuration with any combination of host, username and postId.
[mastodon]
host = "..."
username = "..."
postId = "..."
  • Add an option to load comments automatically.
  • Add documentation about how to use this feature.
@luizdepra luizdepra added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jan 29, 2024
@retiolus
Copy link
Contributor

retiolus commented Feb 2, 2024

There is an issue displaying user's avatar, I don't know why but with hugo server it looks right:

image

But after a hugo -D it looks like this:

image

@retiolus
Copy link
Contributor

retiolus commented Feb 9, 2024

Also, the "Learn how this is implemented link" is broken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants