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.
- Host: GitHub
- URL: https://github.com/ng-zorro/blog
- Owner: NG-ZORRO
- License: mit
- Created: 2019-06-06T03:21:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:39:40.000Z (over 2 years ago)
- Last Synced: 2025-04-18T00:57:21.711Z (6 months ago)
- Topics: antd, blog, gatsby, ng-zorro-antd
- Language: JavaScript
- Homepage: https://ng.ant.design/blog
- Size: 4.14 MB
- Stars: 17
- Watchers: 15
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.


## License
For code, MIT.
For posts, Creative Common 4.0.