https://github.com/putra4648/website
My personal website built with Docusaurus v3
https://github.com/putra4648/website
blog docusaurus website
Last synced: 11 months ago
JSON representation
My personal website built with Docusaurus v3
- Host: GitHub
- URL: https://github.com/putra4648/website
- Owner: putra4648
- License: mit
- Created: 2025-02-18T11:14:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-27T07:33:44.000Z (about 1 year ago)
- Last Synced: 2025-05-27T08:41:57.348Z (about 1 year ago)
- Topics: blog, docusaurus, website
- Language: TypeScript
- Homepage: https://putracoderz.my.id/
- Size: 1.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ pnpm
```
### Local Development
```
$ pnpm run start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ pnpm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true pnpm run deploy
```
Not using SSH:
```
$ GIT_USER= pnpm run deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.