-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
51 changed files
with
1,585 additions
and
9,319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,43 +30,8 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({ | |
nav: [ | ||
{ text: '首页', link: '/' }, | ||
{ | ||
text: '前端', | ||
link: '/web/', //目录页链接,此处link是vdoing主题新增的配置项,有二级导航时,可以点击一级导航跳到目录页 | ||
items: [ | ||
// 说明:以下所有link的值只是在相应md文件头部定义的永久链接(不是什么特殊编码)。另外,注意结尾是有斜杠的 | ||
{ | ||
text: '前端文章', | ||
items: [ | ||
{ text: 'JavaScript', link: '/pages/8143cc480faf9a11/' }, | ||
], | ||
}, | ||
{ | ||
text: '学习笔记', | ||
items: [ | ||
{ text: '《JavaScript教程》', link: '/note/javascript/' }, | ||
{ text: '《JavaScript高级程序设计》', link: '/note/js/' }, | ||
{ text: '《ES6 教程》', link: '/note/es6/' }, | ||
{ text: '《Vue》', link: '/note/vue/' }, | ||
{ text: '《React》', link: '/note/react/' }, | ||
{ | ||
text: '《TypeScript 从零实现 axios》', | ||
link: '/note/typescript-axios/', | ||
}, | ||
{ | ||
text: '《Git》', | ||
link: '/note/git/', | ||
}, | ||
{ | ||
text: 'TypeScript', | ||
link: '/pages/51afd6/', | ||
}, | ||
{ | ||
text: 'JS设计模式总结', | ||
link: '/pages/4643cd/', | ||
}, | ||
], | ||
}, | ||
], | ||
text: 'Java', | ||
link: '/01.java/', | ||
}, | ||
{ text: '关于', link: '/about/' }, | ||
{ | ||
|
@@ -81,7 +46,7 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({ | |
], | ||
sidebarDepth: 2, // 侧边栏显示深度,默认1,最大2(显示到h3标题) | ||
logo: '/img/logo.png', // 导航栏logo | ||
repo: 'xugaoyi/vuepress-theme-vdoing', // 导航栏右侧生成Github链接 | ||
repo: 'lan-dian', // 导航栏右侧生成Github链接 | ||
searchMaxSuggestions: 10, // 搜索结果显示最大数 | ||
lastUpdated: '上次更新', // 开启更新时间,并配置前缀文字 string | boolean (取值为git提交时间) | ||
docsDir: 'docs', // 编辑的文件夹 | ||
|
@@ -134,39 +99,33 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({ | |
|
||
// 博主信息 (显示在首页侧边栏) | ||
blogger: { | ||
avatar: 'https://jsd.cdn.zzko.cn/gh/xugaoyi/image_store/blog/20200103123203.jpg', | ||
name: 'Evan Xu', | ||
slogan: '前端界的小学生', | ||
avatar: '/img/logo.png', | ||
name: '岚殿', | ||
}, | ||
|
||
// 社交图标 (显示于博主信息栏和页脚栏。内置图标:https://doc.xugaoyi.com/pages/a20ce8/#social) | ||
social: { | ||
// iconfontCssFile: '//at.alicdn.com/t/xxx.css', // 可选,阿里图标库在线css文件地址,对于主题没有的图标可自己添加。阿里图片库:https://www.iconfont.cn/ | ||
icons: [ | ||
{ | ||
iconClass: 'icon-youjian', | ||
title: '发邮件', | ||
link: 'mailto:[email protected]', | ||
}, | ||
// { | ||
// iconClass: 'icon-youjian', | ||
// title: '发邮件', | ||
// link: 'mailto:[email protected]', | ||
// }, | ||
{ | ||
iconClass: 'icon-github', | ||
title: 'GitHub', | ||
link: 'https://github.com/xugaoyi', | ||
}, | ||
{ | ||
iconClass: 'icon-erji', | ||
title: '听音乐', | ||
link: 'https://music.163.com/#/playlist?id=755597173', | ||
}, | ||
link: 'https://github.com/lan-dian', | ||
} | ||
], | ||
}, | ||
|
||
// 页脚信息 | ||
footer: { | ||
createYear: 2019, // 博客创建年份 | ||
copyrightInfo: | ||
'Evan Xu | <a href="https://github.com/xugaoyi/vuepress-theme-vdoing/blob/master/LICENSE" target="_blank">MIT License</a>', // 博客版权信息、备案信息等,支持a标签或换行标签</br> | ||
}, | ||
// // 页脚信息 | ||
// footer: { | ||
// createYear: 2024, // 博客创建年份 | ||
// copyrightInfo: | ||
// 'Evan Xu | <a href="https://github.com/xugaoyi/vuepress-theme-vdoing/blob/master/LICENSE" target="_blank">MIT License</a>', // 博客版权信息、备案信息等,支持a标签或换行标签</br> | ||
// }, | ||
|
||
// 扩展自动生成frontmatter。(当md文件的frontmatter不存在相应的字段时将自动添加。不会覆盖已有的数据。) | ||
extendFrontmatter: { | ||
|
@@ -187,10 +146,10 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({ | |
'meta', | ||
{ | ||
name: 'keywords', | ||
content: '前端博客,个人技术博客,前端,前端开发,前端框架,web前端,前端面试题,技术文档,学习,面试,JavaScript,js,ES6,TypeScript,vue,python,css3,html5,Node,git,github,markdown', | ||
content: 'Java,后端,技术,博客', | ||
}, | ||
], | ||
['meta', { name: 'baidu-site-verification', content: '7F55weZDDc' }], // 百度统计的站长验证(你可以去掉) | ||
// ['meta', { name: 'baidu-site-verification', content: '7F55weZDDc' }], // 百度统计的站长验证(你可以去掉) | ||
['meta', { name: 'theme-color', content: '#11a8cd' }], // 移动浏览器主题颜色 | ||
// [ | ||
// 'script', | ||
|
@@ -286,26 +245,26 @@ export default defineConfig4CustomTheme<VdoingThemeConfig>({ | |
}, | ||
}, | ||
], | ||
[ | ||
'vuepress-plugin-comment', // 评论 | ||
{ | ||
choosen: 'gitalk', | ||
options: { | ||
clientID: 'a6e1355287947096b88b', | ||
clientSecret: 'f0e77d070fabfcd5af95bebb82b2d574d7248d71', | ||
repo: 'blog-gitalk-comment', // GitHub 仓库 | ||
owner: 'xugaoyi', // GitHub仓库所有者 | ||
admin: ['xugaoyi'], // 对仓库有写权限的人 | ||
// distractionFreeMode: true, | ||
pagerDirection: 'last', // 'first'正序 | 'last'倒序 | ||
id: '<%- (frontmatter.permalink || frontmatter.to.path).slice(-16) %>', // 页面的唯一标识,长度不能超过50 | ||
title: '「评论」<%- frontmatter.title %>', // GitHub issue 的标题 | ||
labels: ['Gitalk', 'Comment'], // GitHub issue 的标签 | ||
body: | ||
'页面:<%- window.location.origin + (frontmatter.to.path || window.location.pathname) %>', // GitHub issue 的内容 | ||
}, | ||
}, | ||
], | ||
// [ | ||
// 'vuepress-plugin-comment', // 评论 | ||
// { | ||
// choosen: 'gitalk', | ||
// options: { | ||
// clientID: 'a6e1355287947096b88b', | ||
// clientSecret: 'f0e77d070fabfcd5af95bebb82b2d574d7248d71', | ||
// repo: 'blog-gitalk-comment', // GitHub 仓库 | ||
// owner: 'xugaoyi', // GitHub仓库所有者 | ||
// admin: ['xugaoyi'], // 对仓库有写权限的人 | ||
// // distractionFreeMode: true, | ||
// pagerDirection: 'last', // 'first'正序 | 'last'倒序 | ||
// id: '<%- (frontmatter.permalink || frontmatter.to.path).slice(-16) %>', // 页面的唯一标识,长度不能超过50 | ||
// title: '「评论」<%- frontmatter.title %>', // GitHub issue 的标题 | ||
// labels: ['Gitalk', 'Comment'], // GitHub issue 的标签 | ||
// body: | ||
// '页面:<%- window.location.origin + (frontmatter.to.path || window.location.pathname) %>', // GitHub issue 的内容 | ||
// }, | ||
// }, | ||
// ], | ||
[ | ||
'@vuepress/last-updated', // "上次更新"时间格式 | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: java基础 | ||
date: 2024-04-07 10:07:02 | ||
permalink: /pages/269116/ | ||
categories: | ||
- java | ||
tags: | ||
- | ||
author: | ||
name: lan-dian | ||
link: https://github.com/lan-dian | ||
--- | ||
Java基础笔记 |
Oops, something went wrong.