forked from osredm/PHengLEI-docs
style
This commit is contained in:
parent
7e7b6b158c
commit
1e4c0751b9
|
@ -2,7 +2,7 @@
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
# Tutorial Intro
|
# 仓库管理
|
||||||
|
|
||||||
Let's discover **Docusaurus in less than 5 minutes**.
|
Let's discover **Docusaurus in less than 5 minutes**.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"label": "Tutorial - Basics",
|
"label": "基本",
|
||||||
"position": 2
|
"position": 2
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"label": "Tutorial - Extras",
|
"label": "其它",
|
||||||
"position": 3
|
"position": 3
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,11 +3,11 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
||||||
|
|
||||||
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: '前端周同学\'s Blog',
|
title: 'gitlink',
|
||||||
tagline: '📖 公众号: 前端周同学',
|
tagline: 'gitlink帮助中心',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/icon.ico',
|
||||||
url: 'https://luffyzh.github.io',
|
url: 'https://luffyzh.github.io',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
organizationName: 'luffyZh', // Usually your GitHub org/user name.
|
organizationName: 'luffyZh', // Usually your GitHub org/user name.
|
||||||
|
@ -18,32 +18,32 @@ module.exports = {
|
||||||
indexName: 'docsearch',
|
indexName: 'docsearch',
|
||||||
},
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: '前端周同学',
|
title: '',
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'website logo',
|
alt: 'gitlink',
|
||||||
src: 'img/logo.svg',
|
src: 'img/gitlink.png',
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: 'doc',
|
type: 'doc',
|
||||||
docId: 'intro',
|
docId: 'intro',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
label: '文档',
|
label: '帮助中心',
|
||||||
},
|
|
||||||
{
|
|
||||||
position: 'left',
|
|
||||||
to: '/blog',
|
|
||||||
label: '博客',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
href: 'https://github.com/luffyZh/docusaurus-luffyzh-website',
|
|
||||||
label: 'GitHub',
|
|
||||||
position: 'right',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'localeDropdown',
|
|
||||||
position: 'right',
|
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// position: 'left',
|
||||||
|
// to: '/blog',
|
||||||
|
// label: '博客',
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// href: 'https://github.com/luffyZh/docusaurus-luffyzh-website',
|
||||||
|
// label: 'GitHub',
|
||||||
|
// position: 'right',
|
||||||
|
// },
|
||||||
|
// {
|
||||||
|
// type: 'localeDropdown',
|
||||||
|
// position: 'right',
|
||||||
|
// },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -16,7 +16,20 @@
|
||||||
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
||||||
--ifm-code-font-size: 95%;
|
--ifm-code-font-size: 95%;
|
||||||
}
|
}
|
||||||
|
.navbar{
|
||||||
|
background-color: rgba(27, 36, 64, 1);
|
||||||
|
}
|
||||||
|
.navbar__link--active,a:hover,.menu__link--active{
|
||||||
|
color: rgba(70, 106, 255, 1)!important;
|
||||||
|
}
|
||||||
|
.navbar__link{
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.menu{
|
||||||
|
background-image:linear-gradient(180deg,#f3f5f8 0%,#ffffff 100%);
|
||||||
|
box-shadow:8px 6px 18px rgba(171, 202, 255, 0.24) inset;
|
||||||
|
margin-bottom: 0px!important;
|
||||||
|
}
|
||||||
.docusaurus-highlight-code-line {
|
.docusaurus-highlight-code-line {
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
Loading…
Reference in New Issue