mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
94 lines
2.4 KiB
Markdown
94 lines
2.4 KiB
Markdown
---
|
||
# 官方文档相关配置:https://vitepress.dev/reference/default-theme-layout
|
||
layout: home # home 是首页,doc 是文档页,page 无样式的文档,自定义页面
|
||
home: true
|
||
|
||
# 官方文档相关配置:https://vitepress.dev/reference/default-theme-home-page
|
||
lang: zh-CN
|
||
title: 许大仙的博客
|
||
titleTemplate: Hi,终于等到你
|
||
editLink: true
|
||
lastUpdated: true
|
||
|
||
# 指定要为当前页面注入的额外头标签。将附加在站点级配置注入的头标签之后
|
||
head:
|
||
- - meta
|
||
- name: description
|
||
content: 许大仙前端、Java、大数据、云原生
|
||
- - meta
|
||
- name: keywords
|
||
content: 许大仙,许大仙的博客
|
||
|
||
|
||
|
||
# 网站的居中文案
|
||
hero:
|
||
name: "计算机知识"
|
||
text: "大、全、细"
|
||
tagline: "『这个世纪疯狂,没人性,腐败;你却一直清醒,温柔,一尘不染。』"
|
||
image: # text 和 tagline 区域旁的图片
|
||
src: /logo.svg
|
||
alt: "许大仙"
|
||
# 按钮相关
|
||
actions:
|
||
- theme: brand
|
||
text: "首页"
|
||
link: "/"
|
||
- theme: alt
|
||
text: "计组6件套"
|
||
link: "/coa6/notes/"
|
||
target: '_blank'
|
||
- theme: alt
|
||
text: "c/c++"
|
||
link: "/notes/"
|
||
- theme: alt
|
||
text: "前端"
|
||
link: "/web-design/notes/"
|
||
target: '_blank'
|
||
- theme: alt
|
||
text: "Java"
|
||
link: "/java/notes/"
|
||
target: '_blank'
|
||
- theme: alt
|
||
text: "大数据"
|
||
link: "/big-data/notes/"
|
||
target: '_blank'
|
||
- theme: alt
|
||
text: "云原生"
|
||
link: "/linux/notes/"
|
||
target: '_blank'
|
||
- theme: alt
|
||
text: "Go"
|
||
link: "/go/notes/"
|
||
target: '_blank'
|
||
- theme: alt
|
||
text: "Python"
|
||
link: "/python/notes/"
|
||
target: '_blank'
|
||
- theme: alt
|
||
text: "数据库"
|
||
link: "/db/notes/"
|
||
target: '_blank'
|
||
- theme: alt
|
||
text: "开源软件"
|
||
link: "/open-software/notes/"
|
||
target: '_blank'
|
||
|
||
# 按钮下方的描述
|
||
features:
|
||
- icon: 🧠
|
||
title: "学习思路"
|
||
details: "学习思路就这么几条:模仿、遍历、分治、动态规划、……"
|
||
- icon: ✍️
|
||
title: "学习手法"
|
||
details: "学习手法就这么几种:缓存、索引、信号/事件、回调/消息循环/dispatcher、……"
|
||
- icon: 🚨
|
||
title: "注意事项"
|
||
details: "注意事项就这么几点:边界值、等价类、数据完整性原子性、死锁、空转、……"
|
||
---
|
||
|
||
<confetti />
|
||
<HomeUnderline />
|
||
|
||
|