https://github.com/simonhlee97/simon-2nd-brain-docusaurus
Simon Second Brain and Blog
https://github.com/simonhlee97/simon-2nd-brain-docusaurus
docusaurus2
Last synced: 7 months ago
JSON representation
Simon Second Brain and Blog
- Host: GitHub
- URL: https://github.com/simonhlee97/simon-2nd-brain-docusaurus
- Owner: simonhlee97
- Created: 2022-06-29T05:25:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T11:57:20.000Z (almost 3 years ago)
- Last Synced: 2025-10-14T12:56:42.945Z (7 months ago)
- Topics: docusaurus2
- Language: JavaScript
- Homepage: https://simon-second-brain.vercel.app/
- Size: 820 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docusaurus 2
This directory is a brief example of a [Docusaurus](https://v2.docusaurus.io) site that can be deployed to Vercel with zero configuration.
## Deploy Your Own
Deploy your own Docusaurus project with Vercel.
[](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/docusaurus-2&template=docusaurus-2)
_Live Example: https://docusaurus-2-template.vercel.app_
### How We Created This Example
To get started with Docusaurus on Vercel, you can use the [Docusaurus CLI](https://v2.docusaurus.io/docs/installation#scaffold-project-website) to initialize the project:
```shell
$ npx @docusaurus/init@next init my-website classic
```