https://github.com/wasiqb/website
My personal website build using Docusaurus.
https://github.com/wasiqb/website
docusaurus2 hacktoberfest website
Last synced: 2 months ago
JSON representation
My personal website build using Docusaurus.
- Host: GitHub
- URL: https://github.com/wasiqb/website
- Owner: WasiqB
- License: apache-2.0
- Created: 2021-09-18T13:10:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T00:09:36.000Z (about 3 years ago)
- Last Synced: 2025-10-26T10:58:30.438Z (6 months ago)
- Topics: docusaurus2, hacktoberfest, website
- Language: CSS
- Homepage: https://wasiqbhamla.github.io/website/
- Size: 13.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn 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
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
```
$ GIT_USER= USE_SSH=true yarn 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.