From 7bdc93d3725aeb191a502bed40367667e814ee79 Mon Sep 17 00:00:00 2001 From: Coding Zhang <2291200076@qq.com> Date: Mon, 6 Dec 2021 00:22:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A6=96=E9=A1=B5README?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E7=9B=AE=E5=BD=95=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ docs/guide.md | 23 +++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 docs/README.md create mode 100644 docs/guide.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..ec22530 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,46 @@ +--- +# 首页 +home: true + +# 首页图片的 URL +heroImage: /images/logo.png + +# 首页图片的 alt 属性 +heroAlt: " " + +# 标题 如果不设置,则默认使用站点 title +# heroText: Coz的学习笔记 + +#首页的标语 如果不设置,则默认使用站点 description 设置为 null 来禁用首页标语 +tagline: 🎉欢迎来到Coding Zhang的笔记小站🎊 + +actions: + - text: 查看目录 + link: /guide + type: primary + +footerHtml: true + +footer: + MIT Licensed | Copyright © 2021 张小弟之家 +sidebar: false +--- + +

梦想需要付诸行动,否则只能是梦

+ + \ No newline at end of file diff --git a/docs/guide.md b/docs/guide.md new file mode 100644 index 0000000..c693498 --- /dev/null +++ b/docs/guide.md @@ -0,0 +1,23 @@ +--- +# 首页 +home: true + +# 标题 +heroText: 目录 + +# 标语 +tagline: 🎉欢迎来到Coding Zhang的笔记小站🎊 + +actions: + - text: 回首页 + link: / + type: secondary +--- + +
+ +[计算机网络笔记](computer-networks) + +[web服务器](web-server) + +
\ No newline at end of file