|
302 | 302 | "\n", |
303 | 303 | "2. **Will migrating from fastpages to Quarto take lots of manual effort?**\n", |
304 | 304 | "\n", |
305 | | - " You will have to do some manual work to make sure everything looks and works the same, including converting Jekyll shortcodes to equivalent Quarto commands. However, we have automated the biggest aspects for you. Please see [Migrating from fastpages](#migrating-from-fastpages) with instructions.\n", |
| 305 | + " You will have to do some manual work to make sure everything looks and works the same, including converting Jekyll shortcodes to equivalent Quarto commands. However, we have automated the biggest aspects for you. Please see [Migrating from fastpages](#migrating-from-fastpages) for instructions.\n", |
306 | 306 | "\n", |
307 | 307 | "3. **I cannot find something in Quarto that does what `#collapse_output` did in fastpages**\n", |
308 | 308 | "\n", |
|
318 | 318 | " \n", |
319 | 319 | "6. **How do I enable comments on my blog posts?**\n", |
320 | 320 | "\n", |
321 | | - " In general, Quarto offers all of the same features and much more than fastpages did, including comments. If you search the [Quarto docs](https://quarto.org/) for comments, and will see a [page for enabling comments](https://quarto.org/docs/output-formats/html-basics.html#commenting).\n", |
| 321 | + " In general, Quarto offers all of the same features and much more than fastpages did, including comments. If you search the [Quarto docs](https://quarto.org/) for comments, you will see a [page for enabling comments](https://quarto.org/docs/output-formats/html-basics.html#commenting).\n", |
322 | 322 | " \n", |
323 | 323 | "7. **How do I sort and hide posts? What about the publishing date since that's not in the filename?**\n", |
324 | 324 | "\n", |
|
334 | 334 | " \n", |
335 | 335 | "8. **What does nbdev have to do with Quarto?**.\n", |
336 | 336 | "\n", |
337 | | - " For just blogging, nothing! You can use Quarto for blogging without worrying about nbdev. In the past, we maintained a nbdev related project called [fastpages](https://github.com/fastai/fastpages), and are recommending that people migrate to Quarto if possible. Furthermore, nbdev is built on top of Quart,o which means much of the functionality is similar and we wanted to make the nbdev community aware of how to use Quarto for blogging. Finally, you can incorporate blogs into a nbdev project site, which we discuss in [Blog in nbdev docs](#blog-in-nbdev-docs).\n", |
| 337 | + " For just blogging, nothing! You can use Quarto for blogging without worrying about nbdev. In the past, we maintained a nbdev related project called [fastpages](https://github.com/fastai/fastpages), and are recommending that people migrate to Quarto if possible. Furthermore, nbdev is built on top of Quarto which means much of the functionality is similar. Finally, you can incorporate blogs into a nbdev project site, which we discuss in [this section](#creating-a-blog-within-a-nbdev-project).\n", |
338 | 338 | " \n", |
339 | 339 | "9. **For stand alone blogs, why are you directing us to Quarto, can I just use nbdev?**\n", |
340 | 340 | "\n", |
341 | | - " nbdev is built on top of Quarto. For the purposes of blogging, Quarto provides most of what you need, and adding nbdev is of little additional benefit if all you want to do is to create a blogging site. We decided to keep things simple and let people use Quarto directly instead of trying to abstract aspects of Quarto for blogging. Furthermore, having some knowledge of Quarto can be very helpful in using nbdev!. Lastly, you can still use some nbdev features in your blog, which are listed in [this article](modular_nbdev.ipynb)." |
| 341 | + " nbdev is built on top of Quarto. For the purposes of blogging, adding nbdev is of little additional benefit if all you want to do is to blog. We decided to keep things simple and let people use Quarto directly instead of trying to abstract aspects of Quarto for blogging. Furthermore, having some knowledge of Quarto can be very helpful in using nbdev!. Lastly, you can still use some nbdev features in your blog, which are listed in [this article](modular_nbdev.ipynb)." |
342 | 342 | ] |
343 | 343 | }, |
344 | 344 | { |
|
0 commit comments