diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..0ce7a27d8 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,20 @@ +{ + "MicroPython.executeButton": [ + { + "text": "▶", + "tooltip": "运行", + "alignment": "left", + "command": "extension.executeFile", + "priority": 3.5 + } + ], + "MicroPython.syncButton": [ + { + "text": "$(sync)", + "tooltip": "同步", + "alignment": "left", + "command": "extension.execute", + "priority": 4 + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 313b18352..bbafb5944 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> +## ***下面是原作者的视频介绍以及博客,我只是进行搬运然后做出了自己的一点修改,并且记录自己的一些笔记*** + ## 项目简介 > 该网站为个人博客网站,主要是记录嵌入式软件方向的笔记 > @@ -5,9 +8,9 @@ > 将本项目克隆到你的github上,之后 https://app.netlify.com/ 部署网站 > 更加详细可查看视频教程 > -## 视频介绍 +### 视频介绍 > https://www.bilibili.com/video/BV17a4y1X7ga > -## 在线查看 +### 在线查看 > https://coucoublog.netlify.app/ > diff --git a/exampleSite/README.md b/exampleSite/README.md index 85bc56d16..a51890094 100644 --- a/exampleSite/README.md +++ b/exampleSite/README.md @@ -1 +1 @@ -这是coucou的学习博客网站,里面有我的个人介绍以及学习笔记 \ No newline at end of file +这是lylz的学习博客网站,里面有我的个人介绍以及学习笔记 \ No newline at end of file diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 65289df02..2d02e2c5b 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -2,12 +2,12 @@ baseurl: https://example.com languageCode: en-us theme: hugo-theme-stack paginate: 5 -title: Coucou's blog +title: Lylz's blog languages: en: languageName: English - title: Coucou's blog + title: Lylz's blog weight: 1 zh-cn: languageName: 中文 @@ -54,7 +54,7 @@ params: sidebar: emoji: 🍥 - subtitle: 这是Coucou的博客网站 + subtitle: 这是Lylz的博客网站 avatar: enabled: true local: true @@ -196,7 +196,7 @@ menu: social: - identifier: github name: GitHub - url: https://github.com/Acoucou/hugo-theme-stack + url: https://github.com/LiuZhouJay/hugo-theme-stack params: icon: brand-github diff --git a/exampleSite/content/page/about/index.md b/exampleSite/content/page/about/index.md index 5b764b5a0..1fa164170 100644 --- a/exampleSite/content/page/about/index.md +++ b/exampleSite/content/page/about/index.md @@ -1,4 +1,4 @@ ---- +