From add14338458e49810771b61aad1cab9a72985661 Mon Sep 17 00:00:00 2001 From: Stan Ke <156306548@qq.com> Date: Sun, 10 Mar 2024 15:17:52 +0800 Subject: [PATCH] delete music func --- source/_posts/Programming language.md | 7 ++ themes/hexo-theme-matery/_config.yml | 19 ++++- .../layout/_partial/footer.ejs | 3 - .../layout/_widget/music.ejs | 56 -------------- .../layout/_widget/musics.ejs | 58 -------------- themes/hexo-theme-matery/layout/layout.ejs | 1 - themes/hexo-theme-matery/layout/musics.ejs | 77 ------------------- 7 files changed, 25 insertions(+), 196 deletions(-) delete mode 100644 themes/hexo-theme-matery/layout/_widget/music.ejs delete mode 100644 themes/hexo-theme-matery/layout/_widget/musics.ejs delete mode 100644 themes/hexo-theme-matery/layout/musics.ejs diff --git a/source/_posts/Programming language.md b/source/_posts/Programming language.md index b915748..a6ef7f4 100644 --- a/source/_posts/Programming language.md +++ b/source/_posts/Programming language.md @@ -1,5 +1,12 @@ --- title: 基础语言与框架 +categories: +- 基础知识 +tags: +- 计算机基础 +- 编程 +- web +- 计算机网络 --- # 基础语言与框架 diff --git a/themes/hexo-theme-matery/_config.yml b/themes/hexo-theme-matery/_config.yml index e8e4007..c89a61b 100644 --- a/themes/hexo-theme-matery/_config.yml +++ b/themes/hexo-theme-matery/_config.yml @@ -262,7 +262,24 @@ postCalendar: true # https://github.com/utterance/utterances 是个 GitHub App,它的权限仅限于某个仓库。像 hugo hexo 这种静态页面类型的博客,clientID/clientSecret 泄露是不可避免的。我认为较好的解决方式是像 utteras 这种 GitHubApp,只有一个仓库的读写权限,将破坏降到最小。 # valine是使用的免费的leancloud开发版资源,即使数据丢了leancloud也不用负任何的责任。此外valine的src目录已在1.4.0后停止更新。。。薛定谔的开源。 - +myProjects: + enable: true + data: + hexo-theme-matery: + icon: fas fa-file-alt + iconBackground: 'linear-gradient(to bottom right, #66BB6A 0%, #81C784 100%)' + url: http://github.com/blinkfox/hexo-theme-matery + desc: This is a Hexo blog theme with 'Material Design' and responsive design. + Fenix: + icon: fas fa-database + iconBackground: 'linear-gradient(to bottom right, #F06292 0%, #EF5350 100%)' + url: https://github.com/blinkfox/fenix + desc: 这是 Spring Data JPA 复杂或动态 SQL 查询的扩展库。 + typora-vue-theme: + icon: fas fa-file-alt + iconBackground: 'linear-gradient(to bottom right, #29B6F6 0%, #1E88E5 100%)' + url: https://github.com/blinkfox/typora-vue-theme + desc: This is a typora theme inspired by Vue document style. # 当初多说国内最大都倒了,livere不一定靠谱。 # disqus被墙了。 diff --git a/themes/hexo-theme-matery/layout/_partial/footer.ejs b/themes/hexo-theme-matery/layout/_partial/footer.ejs index b5a1b4e..d4d21f9 100644 --- a/themes/hexo-theme-matery/layout/_partial/footer.ejs +++ b/themes/hexo-theme-matery/layout/_partial/footer.ejs @@ -1,7 +1,4 @@