Skip to main content

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.

  1. From the Blog Articles collection in the CMS, click Add File.
  2. Give it a Title.
  3. Add any Authors. For each author, edit the component and add:
    1. Their Name.
    2. Their Title.
    3. A URL.
    4. An Image URL.
  4. 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).
  5. (Optional) Add any taxonomy Tags.
  6. Enter the content.
  7. Click Save.

For more information, refer to Blog in the Docusaurus documentation.

Related topics

  • IntroductionWiki sidebar generation and category index document conventions.
  • Static assetsStatic 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 introductionAn introduction to docStatic docs.
  • ConfigurationConfiguring your site's behavior through docusaurus.config.ts and more.
  • InternationalizationTranslating documents with docStatic.
  • Styling and layoutA Docstatic site is a pre-rendered single-page React application. You can style it the way you style React apps.
  • CLIDocStatic command line scripts.