Overview
This is a website built using Docusaurus 2, which is a modern static website generator.
Features
- Static Website: The website is generated as static content using Docusaurus 2.
- Local Development: A local development server is available to view changes reflected live without restarting the server.
- Build: The build command generates static content into the build directory, which can then be hosted on any static contents hosting service.
- Deployment: Deployment can be done using SSH or GitHub pages.
Installation
To install and run the website locally, follow these steps:
- Clone the repository.
- Run the following command to start the local development server and open a browser window:
<command>
- To generate static content into the build directory for deployment, run the following command:
<command>
- If using SSH for deployment, use the appropriate SSH command.
- If using GitHub pages, use the following command to build the website and push to the gh-pages branch:
<command>
Summary
This is a website built using Docusaurus 2, a modern static website generator. It offers features such as local development, easy deployment using SSH or GitHub pages, and the ability to generate static content for hosting on any static contents hosting service. The installation process involves cloning the repository, running commands for local development and build, and deploying using the appropriate method.