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