From 7e380c6325c5ab91bb50588405fc6ce472d8d109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=B1=E5=91=B1=E5=91=B1?= Date: Tue, 12 Sep 2023 10:22:13 +0800 Subject: [PATCH] update --- package.json | 4 ++-- source/404/index.md | 4 ++++ source/about/index.md | 4 ++++ source/tags/index.md | 4 ++++ 4 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 source/404/index.md create mode 100644 source/about/index.md create mode 100644 source/tags/index.md diff --git a/package.json b/package.json index 21aff30..402d90c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "server": "hexo server" }, "hexo": { - "version": "" + "version": "6.3.0" }, "dependencies": { "css": "^3.0.0", @@ -24,4 +24,4 @@ "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0" } -} +} \ No newline at end of file diff --git a/source/404/index.md b/source/404/index.md new file mode 100644 index 0000000..a80ce24 --- /dev/null +++ b/source/404/index.md @@ -0,0 +1,4 @@ +--- +title: 404 +date: 2023-09-12 10:22:05 +--- diff --git a/source/about/index.md b/source/about/index.md new file mode 100644 index 0000000..3cd1c29 --- /dev/null +++ b/source/about/index.md @@ -0,0 +1,4 @@ +--- +title: about +date: 2023-09-12 10:21:34 +--- diff --git a/source/tags/index.md b/source/tags/index.md new file mode 100644 index 0000000..141a1b4 --- /dev/null +++ b/source/tags/index.md @@ -0,0 +1,4 @@ +--- +title: tags +date: 2023-09-12 10:21:39 +---