https://github.com/bytedance/rspress-website-template

The website template which is based on rspress.

https://github.com/bytedance/rspress-website-template

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

rspress website-template
Last synced: 10 months ago · JSON representation

Repository

The website template which is based on rspress.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
rspress website-template
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

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

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

.github/workflows/rspress_deploy.yml actions
  • actions/checkout v3 composite
  • actions/deploy-pages v2 composite
  • actions/setup-node v3 composite
  • actions/upload-pages-artifact v2 composite
package.json npm
  • @types/node ^16 development
  • rspress ^1.0.0