Skip to content

Commit 279d2f6

Browse files
docs: clarify .qmd and .ipynb are both supported for new posts
Agent-Logs-Url: https://github.com/VictorOmondiCDS/blog/sessions/2c583b65-17ad-4825-88b1-eb2203d4dcc9 Co-authored-by: VictorOmondiCDS <33686520+VictorOmondiCDS@users.noreply.github.com>
1 parent 1697787 commit 279d2f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ The rendered output is placed in the `docs/` directory.
8181

8282
## Adding a New Post
8383

84-
1. Create a new folder inside `posts/` named with the format `YYYY-MM-DD-your-post-title/`:
84+
1. Create a new folder inside `posts/` named with the format `YYYY-MM-DD-your-post-title/` and add your content file (`.qmd` for Quarto markdown or `.ipynb` for Jupyter notebooks):
8585

8686
```
8787
posts/
8888
└── 2024-01-15-my-new-post/
89-
└── index.qmd
89+
└── index.qmd # or index.ipynb for a Jupyter notebook
9090
```
9191

9292
2. Add a YAML front matter block at the top of your `.qmd` or `.ipynb` file. For example:

0 commit comments

Comments
 (0)