文件名称:vuepress-theme-craftdocs:Craft CMS文档的VuePress主题
文件大小:48KB
文件格式:ZIP
更新时间:2024-04-28 21:54:18
Vue
VuePress的Craft.io文件主题
这是所使用的主题。
它对默认的VuePress主题进行了以下更改:
增加了对和。
禁用所有内联标签的。
改进
样式。
将themeConfig选项添加到调整边栏的大小中: smallerSidebarHeadings和widerSidebar 。 (默认情况下,每个false 。)
设置
像平常一样VuePress
需要这个主题
yarn add -D vuepress-theme-craftdocs # or npm install -D vuepress-theme-craftdocs
在.vuepress/config.js设置以下内容:
module . exports = {
// ...
theme : "craftdocs" ,
themeConfig : {
// ...
【文件预览】:
vuepress-theme-craftdocs-develop
----styles()
--------code.styl(3KB)
--------split.styl(3KB)
--------index.styl(5KB)
--------palette.styl(359B)
--------mobile.styl(717B)
----layouts()
--------Layout.vue(4KB)
----global-components()
--------BrowserShot.vue(3KB)
--------MetaDetails.vue(813B)
----components()
--------CodeLanguageSwitcher.vue(1KB)
--------CodeToggle.vue(3KB)
--------SidebarLink.vue(3KB)
--------Page.vue(830B)
----markup.js(6KB)
----util()
--------index.js(6KB)
----LICENSE.md(1KB)
----enhanceApp.js(1KB)
----Storage.js(603B)
----README.md(3KB)
----resources()
--------window-buttons.svg(2KB)
----.gitignore(31B)
----noopModule.js(18B)
----search.svg(216B)
----index.js(59B)
----CHANGELOG.md(2KB)
----package-lock.json(125KB)
----package.json(454B)
网友评论
相关文章