主题
Gatsby 主题将一个网站的默认配置(共享的功能,数据源,设计)简化成一个安装包。
这意味着你的项目的配置和功能不是被编写进去的,而是通过安装一个版本化的,集中管理的依赖。你可以无缝地更新一个主题,与其他人一起创作一个主题,甚至还可以将一个兼容的主题替换成另外一个。
In this section:
- What are Gatsby Themes?
- Getting Started
- Using a Gatsby Theme
- Using Multiple Gatsby Themes
- Shadowing
- Building Themes
- Converting a Starter
- Theme Composition
- Conventions
其它资源
Edit this page on GitHub