Skip to content

This is my code repository, which records personal development notes on Java, Linux, web front-end, and other knowledge.

License

Notifications You must be signed in to change notification settings

blogres/blogres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blogres

提交规范

注意

  • 测试 时设置提交消息为 test 开头;

  • Build部署文档 时设置提交消息为 docs 开头,如(docs add linux)等;

  • 升级依赖版本 时设置提交消息为 new 开头;

  • 测试依赖最新版本 时设置提交消息为 up 开头。

md文件模板

---
title: 
icon: 
category: 
- H
headerDepth: 5
date: 2024-01-06
order: 1
tag:
  - H
---

摘要描述信息

<!-- more -->

md文件设置frontmatter

# 顶置,你可以将sticky设置为number来设置它们的顺序。数值大的文章会排列在前面。
sticky: true
# 收藏
star: true
# 是否是文章,或者 plugins.blog.filter 自定义哪些页面是文章。
article: false
# 是否显示在时间线
timeline: false
# 不希望页面被侧边栏收录
index: false
# 控制侧边栏的排序方式(当你设置为正数时,【MIN:1】越小的越靠前;当你设置为负数时,【MAX:-1】越大的越靠后:)
order: 1

配置侧边栏目录

自动读取md文件并配置侧边栏目录

children: "structure",

sidebar -> "/foo/": "structure",

技术选型

  • 技术版本列表
技术 地址
node 20.xnpmmirror
npm 9.xnpmmirror
pnpm 8.xnpmmirror
vue 3.xnpmmirror
vuepress-theme-hope 2.0.0-rc.xnpmmirror
vuepress 2.0.0-rc.xnpmmirror