c/docs/index.md

98 lines
2.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# 官方文档相关配置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'
- theme: alt
text: "书籍"
link: "/books/notes/"
target: '_blank'
# 按钮下方的描述
features:
- icon: 🧠
title: "学习思路"
details: "学习思路就这么几条:模仿、遍历、分治、动态规划、……"
- icon: ✍️
title: "学习手法"
details: "学习手法就这么几种:缓存、索引、信号/事件、回调/消息循环/dispatcher、……"
- icon: 🚨
title: "注意事项"
details: "注意事项就这么几点:边界值、等价类、数据完整性原子性、死锁、空转、……"
---
<confetti />
<HomeUnderline />