ProgramLearnNotes/docs/index.md at main · muyaCode/ProgramLearnNotes · GitHub
Skip to content

Latest commit

 

History

History
75 lines (66 loc) · 1.74 KB

File metadata and controls

75 lines (66 loc) · 1.74 KB
layout home
title 鹤屿编程学习笔记
titleTemplate 记录自己的编程学习笔记
hero
name tagline actions
鹤屿编程学习笔记
正在开发中
theme text link
brand
查看编程学习笔记
/order/文档指南
features
icon title details
💡
文档基于vitePress构建
记录自己的编程学习笔记
icon title details
📦
服务端语言
Java、PHP、Python、Go
icon title details
🤖
底层编程语言
C/C++、Rust...
<style> /*首页标题 覆盖变量 自定义字体渐变样式*/ :root { --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: -webkit-linear-gradient(120deg, #bd34fe, #41d1ff); } </style>