-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Generate pages for all the books in website #279
Comments
I would like to work on this @hackerkid |
Great. Go ahead!
…On Mon., Oct. 19, 2020, 6:41 a.m. Manuel Cepeda, ***@***.***> wrote:
I would like to work on this @hackerkid <https://github.com/hackerkid>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#279 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABW3Q2KVODQNFXCHUNECDTDSLOG4VANCNFSM4SVALIXA>
.
|
can I be assigned to this issue?? |
@kshsh00 It looks like @mecm1993 has not started working on this yet So can you start working on this :) |
Hello, |
Great! I have assigned you the issue. |
@hackerkid Is this issue still active? I am interested in this issue. If it is still active, may I ask you to assign this to me. Thanks |
@hackerkid Can I Work on this issue? |
The task is to generate a unique page for each and every book present in our list.
The page should show the name of the book, year of publishing, description etc. Basically, all the details present in the book card would be shown in thhe page. The user can access the page by clicking on "Show more" in the book card.
The URL of the page can be in this format
/book/name-of-the-book-by-author-name
You don't have to create each and every page manually. You can programmatically generate pages in Gatsby
https://www.gatsbyjs.com/docs/creating-and-modifying-pages/
The data for the pages lives in
app/src/data/books.json
We are already using Gatsby Pages in the website. Take a look at how category pages are generated to see how its done.
https://books.vishnuks.com/Philosophy-And-Psychology
The text was updated successfully, but these errors were encountered: