From a1ab4c34bb857bdca729a107394fbcf3fdb50616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gustavo=20Moutinho?= <69329397+ag-mout@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:34:17 +0000 Subject: [PATCH] Add deprecation warning and migration guide Added deprecation notice and migration recommendations. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2b3400f..0c84b62 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# :warning: + +# This Project Is Deprecated. We recommend using [Quarto](https://quarto.org/) instead. See this [migration guide](https://nbdev.fast.ai/tutorials/blogging.html) if you are already using fastpages. + +More information on why we deprecated this project is [here](https://forums.fast.ai/t/fastpages-deprecating-fastpages-in-favor-of-quarto/99095). + +# :warning: + # Your blog This is the repository for your blog! Click *_config.yml* above to get started and fill in the details. Then click *index.md* and edit it to start creating your home page.