fastai / fastpages

An easy to use blogging platform, with enhanced support for Jupyter Notebooks.
https://fastpages.fast.ai/
Apache License 2.0
3.53k stars 756 forks source link

Deleting published pages #649

Closed ghost closed 2 years ago

ghost commented 2 years ago

Maybe a silly question, but how one can delete a blog that is already published?

M

shirolepranav commented 2 years ago

@msh855 Depending on whether you want to delete a notebook or a markdown post, you can go to the respective folder. For notebooks, go to "[reponame]/_notebooks/[postname]", then click on the .ipynb file you want to delete. When the file opens there will be a delete icon on the top right. Click the icon. On the next page, click on "Commit Changes". Your post will be deleted. For markdown files, go to "[reponame]/_posts/[postname]", then click on the .md file you want to delete. Follow the same instructions as above.

hamelsmu commented 2 years ago

NB: I am writing this comment on all open issues

Thank you for posting this issue, and I'm really sorry I haven't gotten around to fixing this. All of my time has been focused on nbdev. In the new version of nbdev, we knew that we wanted to include blogging rather than it being a separate project. We realized that Quarto, which the new version of nbdev is built on, is much better than fastpages. Rather than keep this project going, we are recommending that people migrate to Quarto as we think that will be more powerful for users and is a much better tool for blogging.

I've written a detailed migration guide with some tools that will hopefully make the process of switching much easier. Overall I think it will be worth it for users.

My apologies again for not getting to this issue sooner. Will close this issue with this PR https://github.com/fastai/fastpages/pull/657, where we are letting people know that we are deprecating this project. Thanks again for your support and for using fastpages! 🙇🏽