Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcxfs1991/blog
leehey's blog -- 请star或者watch
https://github.com/lcxfs1991/blog
Last synced: 1 day ago
JSON representation
leehey's blog -- 请star或者watch
- Host: GitHub
- URL: https://github.com/lcxfs1991/blog
- Owner: lcxfs1991
- License: cc-by-4.0
- Created: 2016-01-09T14:37:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T18:26:37.000Z (10 months ago)
- Last Synced: 2025-01-11T03:11:58.112Z (8 days ago)
- Language: TypeScript
- Homepage: https://docschina.org/blog
- Size: 80.3 MB
- Stars: 2,185
- Watchers: 323
- Forks: 136
- Open Issues: 40
-
Metadata Files:
- Readme: README 2.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - blog - - 请star或者watch | lcxfs1991 | 2174 | (Others)
README
# Website
This website is built using [Docusaurus](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
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= 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.