Skip to main content

Create a Blog Post

Docusaurus creates a page for each blog post, but also a blog index page, a tag system, an RSS feed...

Create your first Post

Create a file at blog/2021-02-28-greetings.md:


_18
---
_18
slug: greetings
_18
title: Greetings!
_18
authors:
_18
- name: Joel Marcey
_18
title: Co-creator of Docusaurus 1
_18
url: https://github.com/JoelMarcey
_18
image_url: https://github.com/JoelMarcey.png
_18
- name: Sébastien Lorber
_18
title: Docusaurus maintainer
_18
url: https://sebastienlorber.com
_18
image_url: https://github.com/slorber.png
_18
tags: [greetings]
_18
---
_18
_18
Congratulations, you have made your first post!
_18
_18
Feel free to play around and edit this post as much you like.

A new blog post is now available at http://localhost:3000/blog/greetings.