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

feature request: author pages and display improvement #506

Open
username0136 opened this issue Dec 5, 2024 · 0 comments
Open

feature request: author pages and display improvement #506

username0136 opened this issue Dec 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@username0136
Copy link

Feature Description

Introduce dedicated author pages, similar to WordPress, with a configuration option to enable or disable them. Additionally, improve the current handling of author links and images, which are currently hardcoded in each post.
Instead, centralize author details (e.g., name, link, and image) in a single configuration (yaml or some json). Posts can reference the author by their unique ID, making updates (e.g., author profile picture changes) seamless across the website.

Problem

  • Author links and images are hardcoded in each post, which is inefficient and unscalable for production use.
  • Lack of centralized management for author information makes updates cumbersome and error-prone.

Solution

  • Implement a centralized configuration (yaml or some json thing) for managing author information (e.g., name, image, and link).
  • Allow posts to reference author details by a unique ID instead of hardcoding.
  • Add an optional feature for author-specific pages, controlled by a configuration toggle.

Additional context

Docusaurus has a similar implementation for handling authors and author pages. Reviewing their approach can provide valuable insights.

@username0136 username0136 changed the title feature request: author pages and blog author display improvement feature request: author pages and display improvement Dec 5, 2024
@imfing imfing added the enhancement New feature or request label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants