Skip to content

Docusaurus' Boilerplate Code to create a static website to publish notes, blogs etc. It uses markdown files to generate website content.

Notifications You must be signed in to change notification settings

busycaesar/Docusaurus_Boilerplate

Repository files navigation

Docusaurus Boilerplate Code

Description

This is the Boilerplate Code to create a static website to publish notes, blogs etc. It uses markdown files to generate website content.

Tech Stack

Image Alt

How it looks?

Features

  • Converts markdown files into static website.

How to run the project?

Follow these steps to set up and deploy your Docusaurus-based documentation website:

  1. Clone the Repository
git clone <repository-url>
cd <project-directory>
  1. Install Dependencies
npm install
  1. Add Documentation Content
  • Place your Markdown files in the docs/ directory.
  1. Configure Site Metadata
  • Update site title, description, and other metadata in docusaurus.config.js.
  1. Preview the Website Locally
npm run serve
  1. Set Custom Domain (Optional)
  • Create a CNAME file inside the static/ directory with your custom domain:
example.com
  1. Deploy Changes
  • Use the provided script to commit and deploy:
./push-changes.sh "Your commit message here"
  • If no message is provided, a default will be used.

Author

Dev J. Shah

About

Docusaurus' Boilerplate Code to create a static website to publish notes, blogs etc. It uses markdown files to generate website content.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published