Skip to content

Commit 1597918

Browse files
committed
fix: remove convert script and legacy ipynb files from blog folders
Made-with: Cursor
1 parent 31f7fed commit 1597918

13 files changed

Lines changed: 2 additions & 4768 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,9 @@ dependencies and activate it.
7878
render `index.qmd` to `index.md` using Quarto so that MkDocs can consume the
7979
generated Markdown.
8080

81-
- **Legacy Jupyter Notebook Posts (optional / for migration only):** Existing
82-
posts may still be stored as `index.ipynb`. To migrate them to Quarto, run:
83-
84-
```bash
85-
python scripts/convert-blog-posts-to-qmd.py
86-
```
87-
88-
This will generate corresponding `index.qmd` files, which you can then edit
89-
directly. New posts should **not** be authored as notebooks; prefer `.qmd`.
90-
9181
3. **Building and Viewing:**
92-
- If using a Jupyter Notebook, run `makim pages.build` to convert the
93-
notebook into a Markdown file (`index.md`).
94-
- Add the generated `index.md` to your repository as it will be used to
95-
render the webpage.
82+
- Run `makim pages.build` to render `index.qmd` to `index.md` and build the
83+
site. The generated `index.md` is used to render the webpage.
9684

9785
## Final Steps
9886

0 commit comments

Comments
 (0)