Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
'blogsubmit'
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiahan2018 committed Dec 30, 2023
0 parents commit 35a0054
Show file tree
Hide file tree
Showing 101 changed files with 41,841 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.vuepress/.cache
.vuepress/.temp
node_modules
72 changes: 72 additions & 0 deletions .vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
import { defineUserConfig } from "vuepress";
import type { DefaultThemeOptions } from "vuepress";
import recoTheme from "vuepress-theme-reco";
import { mdEnhancePlugin } from "vuepress-plugin-md-enhance";


export default defineUserConfig({
title: "vuepress-theme-reco",
description: "Just playing around",

plugins: [
mdEnhancePlugin({
// 使用 KaTeX 启用 TeX 支持
katex: true,
// 使用 mathjax 启用 TeX 支持
mathjax: false,
}),
],

theme: recoTheme({
style: "@vuepress-reco/style-default",
logo: "/logo.png",
author: "YuJiahan",
authorAvatar: "/head.png",
docsRepo: "https://github.com/vuepress-reco/vuepress-theme-reco-next",
docsBranch: "main",
docsDir: "example",
lastUpdatedText: "",



// series 为原 sidebar
series: {
"/docs/theme-reco/": [
{
text: "module one",
children: ["home", "theme"],
},
{
text: "module two",
children: ["api", "plugin"],
},
],
},
navbar: [
{ text: "Home", link: "/" },
{ text: "Categories", link: "/categories/reco/1/" },
{ text: "Tags", link: "/tags/tag1/1/" },
{
text: "Docs",
children: [
{ text: "vuepress-reco", link: "/docs/theme-reco/theme" },
{ text: "vuepress-theme-reco", link: "/blogs/other/guide" },
],
},
],
// commentConfig: {
// type: 'valie',
// // options 与 1.x 的 valineConfig 配置一致
// options: {
// // appId: 'xxx',
// // appKey: 'xxx',
// // placeholder: '填写邮箱可以收到回复提醒哦!',
// // verify: true, // 验证码服务
// // notify: true,
// // recordIP: true,
// // hideComments: true // 隐藏评论
// },
// },
}),
// debug: true,
});
39 changes: 39 additions & 0 deletions .vuepress/public/bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .vuepress/public/head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .vuepress/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
home: true
modules:
- BannerBrand
- Footer
bannerBrand:
bgImage: '/bg.svg'
title: Mr.Yu's blog
description: 一名后端菜鸡的技术博客
tagline: 欢迎来到我的博客。
buttons:
- { text: 进入博客, link: '/blogs/bloghome' }
- { text: Gitee Homepage, link: 'https://gitee.com/yjh-biancheng', type: 'plain' }
# socialLinks:
# - { icon: 'LogoGithub', link: 'https://github.com/vuepress-reco/vuepress-theme-reco' }
# - { icon: '.vuepress\public\logo.png', link: 'https://gitee.com/yjh-biancheng' }

isShowTitleInHome: true
actionText: About
actionLink: /views/other/about
---
11 changes: 11 additions & 0 deletions blogs/.vuepress/.cache/deps/@vue_devtools-api.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions blogs/.vuepress/.cache/deps/@vue_devtools-api.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 106 additions & 0 deletions blogs/.vuepress/.cache/deps/@vuepress_shared.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions blogs/.vuepress/.cache/deps/@vuepress_shared.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 35a0054

Please sign in to comment.