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.
Related topics
- Introduction – Wiki sidebar generation and category index document conventions.
- Static assets – Static assets are the non-code files that are directly copied to the build output. Learn about how they are handled and the best practices for using static assets.
- Docs introduction – An introduction to docStatic docs.
- Configuration – Configuring your site's behavior through docusaurus.config.ts and more.
- Internationalization – Translating documents with docStatic.
- Styling and layout – A Docstatic site is a pre-rendered single-page React application. You can style it the way you style React apps.
- CLI – DocStatic command line scripts.