Skip to main content

Docusaurus

(This website was made with Docusaurus btw if you can't tell already)

Usefullnotes

  • Docusaurus is static
  • Docusaurus has a cool logo of a Dinosaur (man I love Dinosaurs)
  • Docusaurus is a FB project and uses npm

Basic commands

  • npm run start
  • npm run build (it builds the website)

Usefull directories

  • /docs is for the doc part
  • /blog is for the blog part. The format of the files is blog/YYYY-MM-DD-title.md

file sample :

---
slug: greetings
title: Greetings!
authors:
- name: Joel Marcey
title: Co-creator of Docusaurus 1
url: https://github.com/JoelMarcey
image_url: https://github.com/JoelMarcey.png
- name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
tags: [greetings]
---

Congratulations, you have made your first post!

Feel free to play around and edit this post as much as you like.

Full documentation

Can be found here : https://docusaurus.io/fr/docs