8000 GitHub - yuanzhubi/byconity.github.io: Official website for https://github.com/ByConity/ByConity
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yuanzhubi/byconity.github.io

 
 

Repository files navigation

byconity.github.io

Developing

This website is powered by Docusarus. You are encouraged to understand the basics of Docusaurus first.

npm install # Install NPM dependencies

npm start # Start local server, OR

npm start -l zh-cn # Start the zh-cn server

npm run build # Build the Website

General Folder Structure

byconity.github.io/
├── docs/ # English docs, use kebab-case
│   ├── category-1
│   │   ├── assets/ # Images used in category-1
│   │   ├── _category_.json # Metadata for category-1
│   │   └──doc-1.md
│   ├── doc-2.md
│   └── doc-3.md
│
├── blog/ # English blogs, use kebab-case
│   ├── 2021-01-01-happy-new-year.md
│   └── 2021-02-14-valentines-day.md
│
├── i18n/
│   └── zh-CN/
│       ├── docusaurus-plugin-content-docs/
│       │   └── current/ # Chinese docs, use kebab-case
│       │       ├── category-1
│       │       │   ├── assets/ # Images used in category-1
│       │       │   ├── _category_.json # Metadata for category-1
│       │       │   └──doc-1.md
│       │       ├── doc-2.md
│       │       └── doc-3.md
│       └── docusaurus-plugin-content-blog/
│           └── current/ # Chinese blogs, use kebab-case
│               ├── 2021-01-01-happy-new-year.md
│               └── 2021-02-14-valentines-day.md
│
├── src/ # Website source code
└── static/
    └── img/
        └── dbyconity-social-card # Opengraph Social Card

For Writers

File Location

Type Language Path
Docs en docs/
Docs zh-cn i18n/zh-cn/docusaurus-plugin-content-docs/current/
Blog en blog/
Blog zh-cn i18n/zh-cn/docusaurus-plugin-content-blog/current/

Editing Docs

Editing Blog Posts

About

Official website for https://github.com/ByConity/ByConity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 96.9%
  • TypeScript 1.5%
  • Other 1.6%
0