From 6c8d7d8c4510b2644e3900196428621bc480fd06 Mon Sep 17 00:00:00 2001 From: breeze256 Date: Sat, 16 Nov 2024 20:03:59 +0800 Subject: [PATCH] update branch --- .gitmodules | 1 + _config.material.yml | 2 +- _config.yml | 9 ++++- .../_posts/2024-11-16.md | 4 +- source/_posts/hello-world.md | 38 ------------------- themes/material | 2 +- 6 files changed, 13 insertions(+), 43 deletions(-) rename "source/_posts/\345\217\215\345\257\271\345\272\224\350\257\225\346\225\231\350\202\262\344\270\216\345\275\242\345\274\217\345\214\226\347\232\204\342\200\234\346\225\231\350\202\262\346\224\271\351\235\251\342\200\235.md" => source/_posts/2024-11-16.md (98%) delete mode 100644 source/_posts/hello-world.md diff --git a/.gitmodules b/.gitmodules index a3fd605..1bcf27d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "themes/material"] path = themes/material url = https://github.com/breeze256/hexo-theme-material.git + branch = private diff --git a/_config.material.yml b/_config.material.yml index 2c51a2e..5b0dee6 100644 --- a/_config.material.yml +++ b/_config.material.yml @@ -32,7 +32,7 @@ scheme: Paradox # UI & UX: slogan, color, effect uiux: - slogan: "以目的决定行为,而非以行为决定目的。" + slogan: "自由的风终会吹动木讷的树" theme_color: "#0097A7" theme_sub_color: "#00838F" hyperlink_color: "#00838F" diff --git a/_config.yml b/_config.yml index b6f0b29..92c45b2 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ timezone: '' # URL ## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project' url: http://breeze256.github.io -permalink: :year/:month/:day/:title/ +permalink: :title/ permalink_defaults: pretty_urls: trailing_index: true # Set to false to remove trailing 'index.html' from permalinks @@ -31,7 +31,7 @@ i18n_dir: :lang skip_render: # Writing -new_post_name: :title.md # File name of new posts +new_post_name: :year-:month-:day-:title.md # File name of new posts default_layout: post titlecase: false # Transform title into titlecase external_link: @@ -67,7 +67,12 @@ index_generator: # Category & Tag default_category: uncategorized category_map: + "理论 & 学习": study + "现实 & 生活": life tag_map: + "数学": math + "计算机科学": computer-science + "文学": literature # Metadata elements ## https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta diff --git "a/source/_posts/\345\217\215\345\257\271\345\272\224\350\257\225\346\225\231\350\202\262\344\270\216\345\275\242\345\274\217\345\214\226\347\232\204\342\200\234\346\225\231\350\202\262\346\224\271\351\235\251\342\200\235.md" b/source/_posts/2024-11-16.md similarity index 98% rename from "source/_posts/\345\217\215\345\257\271\345\272\224\350\257\225\346\225\231\350\202\262\344\270\216\345\275\242\345\274\217\345\214\226\347\232\204\342\200\234\346\225\231\350\202\262\346\224\271\351\235\251\342\200\235.md" rename to source/_posts/2024-11-16.md index 42bf324..a70b04a 100644 --- "a/source/_posts/\345\217\215\345\257\271\345\272\224\350\257\225\346\225\231\350\202\262\344\270\216\345\275\242\345\274\217\345\214\226\347\232\204\342\200\234\346\225\231\350\202\262\346\224\271\351\235\251\342\200\235.md" +++ b/source/_posts/2024-11-16.md @@ -1,7 +1,9 @@ --- title: 反对应试教育与形式化的“教育改革” date: 2024-11-16 18:29:08 -tags: test +tags: 文学 +categories: +- [学习] --- 现在,作为一个深陷于应试教育的学生,我对于应试教育不会有半点好感,这是人之常情。应试教育已经严重拖累了中国地区的教育发展进程,并在可预见的未来不会有半点好转。 diff --git a/source/_posts/hello-world.md b/source/_posts/hello-world.md deleted file mode 100644 index 821780c..0000000 --- a/source/_posts/hello-world.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: Hello World ---- -Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues). - -## Quick Start - -### Create a new post - -``` bash -$ hexo new "My New Post" -``` - -More info: [Writing](https://hexo.io/docs/writing.html) - -### Run server - -``` bash -$ hexo server -``` - -More info: [Server](https://hexo.io/docs/server.html) - -### Generate static files - -``` bash -$ hexo generate -``` - -More info: [Generating](https://hexo.io/docs/generating.html) - -### Deploy to remote sites - -``` bash -$ hexo deploy -``` - -More info: [Deployment](https://hexo.io/docs/one-command-deployment.html) diff --git a/themes/material b/themes/material index 0c97ee2..23b2d8b 160000 --- a/themes/material +++ b/themes/material @@ -1 +1 @@ -Subproject commit 0c97ee2f38580e5d3db5524e428d6df6ee7afbcc +Subproject commit 23b2d8b2494808073a974da4c0fe508b39c77398