📄️ 独立页面
在本章节中,我们将学习如何为 Docusaurus 创建独立页面(pages)。
了解 Docusaurus 最核心的概念!
在本章节中,我们将学习如何为 Docusaurus 创建独立页面(pages)。
5 个项目
The blog feature enables you to deploy in no time a full-featured blog.
10 个项目
Docusaurus 站点是经过预渲染的单页 React 应用程序。因此,其对于样式的使用方式与 React 应用程序一致。
Customize your site's appearance through creating your own theme components
Every website needs assets: images, stylesheets, favicons, etc. By default, you are suggested to put these assets in the static folder.
There are a few options you can use to add search to your website:
Docusaurus 允许网站通过 浏览器列表配置(browserslist configuration) 来定义其要支持的所有浏览器。
Docusaurus supports search engine optimization in a variety of ways.
The Docusaurus core doesn't provide any feature of its own. All features are delegated to individual plugins: the docs feature provided by the docs plugin; the blog feature provided by the blog plugin; or individual pages provided by the pages plugin. If there are no plugins installed, the site won't contain any routes.
要针对生产环境构建网站的静态文件,请运行:
3 个项目
Congratulations! You have understood most core features of Docusaurus now. You have: