An open API service indexing awesome lists of open source software.

https://github.com/ng-zorro/blog

:pencil: Dev blogs.
https://github.com/ng-zorro/blog

antd blog gatsby ng-zorro-antd

Last synced: 6 months ago
JSON representation

:pencil: Dev blogs.

Awesome Lists containing this project

README

          






NG-ZORRO Blog

[中文版说明](./README.zh-hans.md)

## Write

Follow these steps to write a new article:

- Create a dir under `content/blog/`.
- Create an `index.md` file which would be considered as a post in the default language (Simplified Chinese).
- All static resources can be put into the same dir.
- (Optional) Create translations with name patterns like `index.{languageId}.md`.

### Metadata

- title
- date
- description
- (Optional) author
- (Optional) category. Please make sure you use keys in posts, and write translations in `i18n.js`.
- (Optional) tags. Please make sure you use keys in posts, and write translations in `i18n.js`.

### Dark Mode

Built-in dark mode.

![](./screenshots/white.png)

![](./screenshots/dark.png)

## License

For code, MIT.

For posts, Creative Common 4.0.