Features
- ⚛ Prerendered static site
 - 🌎 Internationalization support by i18next
 - 📝 Markdown-based documentation and menus
 - 🎬 Examples with live playground
 - 🏗 Unified Theme and Layout
 - 🆙 Easy customized header nav
 - 🧩 Built-in home page components
 
Usage
Create a Gatsby site from gatsby-starter-theme-antv.
yarn global add gatsby-cli // or npm install gatsby-cli -g
gatsby new mysite https://github.com/antvis/gatsby-starter-theme-antv
Start developing.
$ cd mysite
$ yarn start

    
Top comments (2)
How to customize it?
It provide configs and components for it: github.com/antvis/gatsby-theme-ant...