Blog
The blog feature enables you to create time-stamped articles.
Info
Refer to Blog Plugin API Reference in the Docusaurus documentation for an exhaustive list of options.
- From the Blog Articles collection in the CMS, click Add File.
- Give it a Title.
- Add any Authors. For each author, edit the component and add:
- Their Name.
- Their Title.
- A URL.
- An Image URL.
- Select the publication Date. In production, post-dated articles will not appear until the site is rebuilt. However, they will appear when running the development server (
npm run dev). - (Optional) Add any taxonomy Tags.
- Enter the content.
- Click Save.
For more information, refer to Blog in the Docusaurus documentation.