Skip to content

Commit

Permalink
fix more formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SaranjeetKaur committed Aug 12, 2024
1 parent 02d2518 commit 819b36a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This repository contains blogs by the [central RSE team](https://www.imperial.ac
- Any images should be added to `docs/posts/images/<blog-name>`.
- Add all the relevant metadata (for example, `date`, `authors`, `categories`, `tags`):

```{
```zsh
---
date: 2024-07-22
authors:
Expand All @@ -32,10 +32,10 @@ tags:
- tag_b
- tag_c
---
}```
```

Note: If authors are not already listed in `docs/.authors.yml`, please add them. Similarly, any mew `categories` should be listed under `categories_allowed` in `mkdocs.yml`.

- Add any new authors to `docs/.authors.yml`.
- After the introduction paragraph of the blog, include `<!-- more -->`. This will render a shorter version of the blog on the landing page with a `Continue reading...` link.
- Preview the blog locally using `mkdocs serve`.
Expand Down

0 comments on commit 819b36a

Please sign in to comment.