修改模板配置文件
This commit is contained in:
parent
ae40affffc
commit
861f0d83db
18
index.html
18
index.html
|
@ -16,14 +16,26 @@
|
||||||
<meta name="description" content="Description">
|
<meta name="description" content="Description">
|
||||||
<meta name="viewport"
|
<meta name="viewport"
|
||||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
|
||||||
|
<style>
|
||||||
|
:root {
|
||||||
|
/* Reduce the font size */
|
||||||
|
/* --base-font-size: 14px; */
|
||||||
|
/* Change the theme color hue (0-360) */
|
||||||
|
/* --theme-hue: 325; */
|
||||||
|
/* Add sidebar navigation bullets */
|
||||||
|
/* --sidebar-nav-link-before-content-l1: "😀"; */
|
||||||
|
/* --sidebar-nav-link-before-content-l2: "💩"; */
|
||||||
|
--link-color: var(--theme-color);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script>
|
<script>
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
name: 'CWIKIUS 文档手册',
|
name: 'CWIKIUS 文档手册 模板',
|
||||||
repo: 'https://github.com/cwiki-us-docs/cwikius-docs',
|
repo: 'https://src.ossez.com/honeymoose/Framework-Docsify',
|
||||||
executeScript: true,
|
executeScript: true,
|
||||||
loadNavbar: true,
|
loadNavbar: true,
|
||||||
mergeNavbar: true,
|
mergeNavbar: true,
|
||||||
|
|
Loading…
Reference in New Issue