DeadmanAbir / AgentGenesis

Welcome to AgentGenesis, your source for customizable Gen AI code snippets that you can easily copy and paste into your applications.
https://agentgenesis.dev/
MIT License
99 stars 35 forks source link

Adding blog section with fetching hashnode blogs #38

Closed abhishekpanthee closed 1 month ago

abhishekpanthee commented 1 month ago

Is your feature request related to a problem? Please describe. No not a problem but a feature mostly needed for these type of organizational website

Describe the solution you'd like What ia want to do is to use mdx to render and create blog section with custom uid for different blog articles

Describe alternatives you've considered I though of using the same component using json to load uid and file content but that is a haste

DeadmanAbir commented 1 month ago

Is your feature request related to a problem? Please describe. No not a problem but a feature mostly needed for these type of organizational website

Describe the solution you'd like What ia want to do is to use mdx to render and create blog section with custom uid for different blog articles

Describe alternatives you've considered I though of using the same component using json to load uid and file content but that is a haste

We have planned to write our blogs on hashnode so, checkout hashnode api, how we can fetch blogs from an specific account and render them into our frontend.