https://github.com/bytedance/rspress-website-template
The website template which is based on rspress.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Keywords
Repository
The website template which is based on rspress.
Basic Info
- Host: GitHub
- Owner: bytedance
- License: apache-2.0
- Language: TypeScript
- Default Branch: main
- Homepage: https://bytedance.github.io/rspress-website-template/
- Size: 130 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Rspress website template
This template is a show case of the Rspress which supports the internationalization with some common documents of the open source project website.
How to Start the website
```bash npm install # Install NPM dependencies
npm run dev # Start local server
npm run build # Build the production bundle, using the doc_build as the default output directory
npm run preview # Start the local preview service ```
General Folder Structure
txt
rspress-template
├── docs/ # Latest English docs, use kebab-case
│ ├── en # the English version of the documents
│ │ ├── _meta.json
│ │ ├── community
│ │ │ └── index.md
│ │ ├── downloads.md
│ │ ├── guide
│ │ │ ├── _meta.json
│ │ │ ├── developer
│ │ │ │ ├── build.md
│ │ │ │ ├── contribution.md
│ │ │ │ └── release.md
│ │ │ ├── start
│ │ │ │ └── quick.md
│ │ └── index.md
│ ├── public # the common images file share within the document
│ │ ├── rspress-dark-logo.png
│ │ ├── rspress-icon.png
│ │ └── rspress-light-logo.png
│ └── zh # the Chinese version of the documents
│ ├── _meta.json
│ ├── community
│ │ └── index.md
│ ├── downloads.md
│ ├── guide
│ │ ├── _meta.json
│ │ ├── developer
│ │ │ ├── build.md
│ │ │ ├── contribution.md
│ │ │ └── release.md
│ │ ├── start
│ │ │ └── quick.md
│ └── index.md
├── i18n.json # the internationalization file
...
Owner
- Name: Bytedance Inc.
- Login: bytedance
- Kind: organization
- Location: Singapore
- Website: https://opensource.bytedance.com
- Twitter: ByteDanceOSS
- Repositories: 255
- Profile: https://github.com/bytedance
GitHub Events
Total
- Member event: 1
Last Year
- Member event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- actions/deploy-pages v2 composite
- actions/setup-node v3 composite
- actions/upload-pages-artifact v2 composite
- @types/node ^16 development
- rspress ^1.0.0