-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[docs] [workflows] Improve docs for setting up a blog that pulls content from Markdown #13710
Comments
@prestonso hey, wow thats a nice process here. Looks very clear thanks! If I get this right from the Thanks a lot for taking good care of this! 🙏 |
@paschalidi a PR will need to be created to address the checklist items in the Recommendations above, yes 🙂 this is just 1 of the 25 workflows that are being improved as addressed in #13708 That would mean improving the docs according to those points made by @prestonso Would you like to help take that on @paschalidi? |
✨✨Yeah I would love to help with that! Thanks a lot for making this possible! Given each point I will try to raise questions that might pop up or express what I would do, so that we can be better aligned and sure all of us are in the same page.
Hmm can we please discuss a little bit further what we would like to have as result here. 🙇 Thanks
What I would do here is add some extra documentation on where and how to name the
Would be nice if we can be a little bit more specific here. I could have this "Gatsby calls the createPages API (if present)" as a note instead since this is obvious but I have the feeling @prestonso would like to have more changes here. Hmm can we please discuss this a little bit further?
Straightforward. 👍 🥇
Straightforward. 🥇 Thanks for taking the time to make those great notes @prestonso and thanks @gillkyle for helping out with this! |
Great! Thanks for being willing to pitch in @paschalidi! In reference to this first point:
I think the note from @prestonso is saying that this link (https://www.gatsbyjs.org/docs/adding-markdown-pages/#read-files-into-gatsby-from-the-filesystem---gatsby-source-filesystem) discusses how to configure the plugin with
This sounds like removing some of the wording that isn't as relevant or feels too complicated. The phrase about "Gatsby calls the createPages API..." could be taken out of that paragraph and put into a NOTE: sort of like what is done in this example. Those notes are a good place to link to more advanced documentation and guides. Appreciate your help! 👍 |
@gillkyle amazing! thanks for the quick response! |
Thanks for your help on this @paschalidi. I'll unassign and let you take this on! |
@prestonso you are very welcome! thanks for the amazing initial work and report! |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open! As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contributefor more information about opening PRs, triaging issues, and contributing! Thanks for being a part of the Gatsby community! 💪💜 |
Have you been able to make some progress on this @paschalidi? 🙂 |
@paschalidi Awesome! Sorry I missed the PR getting merged in the issue activity further up the page 😅 I'll close this issue and check it off as done on the meta issue. It'll be great to figure out the searchability stuff with Algolia as I think that could benefit several of the other workflows that have encountered similar issues. |
heya @gillkyle no need to apologise! 👍 keep it up! |
Part of the Top 25 Learning Workflows initiative. See #13708 for the meta issue that this issue falls under.
User story
As a new Gatsby user, I want to create a blog that pulls content and images from Markdown and allows me to query it.
Evaluation
Steps taken to implement
gatsby markdown blog
on Google; clicked first result.gatsby markdown blog
in search bar; all listed results take user to Adding Markdown pages.mkdir
at (e.g./blog/
). More explicit guidance on this page would be helpful.gatsby-source-filesystem
with/articles
path andmarkdown-articles
name./articles
?). No guidance onYYYY-MM-DD-lorem-ipsum-dolor-sit-amet/index.md
file naming.createPages
API (if present)"Recommendations
mkdir
at (e.g./blog/
). Add more explicit guidance on this page./articles
?). Add more explicit guidance onYYYY-MM-DD-lorem-ipsum-dolor-sit-amet/index.md
file naming.createPages
API (if present)".The text was updated successfully, but these errors were encountered: