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

[Help]: I tried everything but couldn't know how to display the full bloug posts on the main home page! #403

Open
ysfbrq opened this issue Oct 21, 2024 · 2 comments

Comments

@ysfbrq
Copy link

ysfbrq commented Oct 21, 2024

I remove everything from the blog's main page, and I want it to display the full blog posts with its body text.

I went in hours with GPT but still a challenge to solve.

I only want the main home page to show 10 full blog posts and pagination at the end.

@ysfbrq
Copy link
Author

ysfbrq commented Oct 21, 2024

Any help would be much appreciated as my web dev skills are rusty after all those years back then with just HTML and an FTP client 😂

@ysfbrq ysfbrq changed the title [BUG]: I tried everything but couldn't know how to display the full bloug posts on the main home page! [Help]: I tried everything but couldn't know how to display the full bloug posts on the main home page! Oct 21, 2024
@ysfbrq
Copy link
Author

ysfbrq commented Oct 21, 2024

I think it's something with .card file? here:

export default function Card({ href, frontmatter, secHeading = true }: Props) { const { title, pubDatetime, modDatetime, description } = frontmatter;

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

No branches or pull requests

1 participant