Giter Club home page Giter Club logo

byconity.github.io's Introduction

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

byconity.github.io's People

Contributors

zhbdesign avatar willemjiang avatar tigerwangyb avatar tchuangbd avatar pswai avatar lorreinma avatar hustnn avatar dependabot[bot] avatar vinijaiswal avatar xxisxuxu avatar adora627 avatar wordhardqi avatar janplus avatar joshalphonse avatar yuanquan404 avatar clark0 avatar linkwk7 avatar wuranbo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.