From 049c28348d933c6aebcf7436843ff4c19f3f47e7 Mon Sep 17 00:00:00 2001
From: Cell <1024@lruihao.cn>
Date: Thu, 11 Jan 2024 16:21:18 +0800
Subject: [PATCH] Docs: update README and rename to hugo-fixit-starter1
---
README.en.md | 4 ++--
README.md | 4 ++--
content/posts/hello-world.md | 2 +-
package.json | 8 ++++----
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.en.md b/README.en.md
index a5c7461..0cdc200 100644
--- a/README.en.md
+++ b/README.en.md
@@ -32,7 +32,7 @@ For a complete quick start, see this [page](https://fixit.lruihao.cn/documentati
1. Click **Use this template**, and create your repository on GitHub.
-
+
2. Once the repository is created, just clone and enjoy it!
@@ -91,4 +91,4 @@ git submodule update --remote --merge themes/FixIt
Head to Setting => Actions => General => Workflow permissions => Check "Read and write permissions".
-
+
diff --git a/README.md b/README.md
index e975f31..e8b16b4 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@
1. 点击 **Use this template**,在 GitHub 上创建你的仓库。
-
+
2. 仓库创建后,只需克隆并开始使用!
@@ -91,4 +91,4 @@ git submodule update --remote --merge themes/FixIt
转到 Setting => Actions => General => Workflow permissions => 选中 "Read and write permissions"。
-
+
diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md
index 433bb54..172df53 100644
--- a/content/posts/hello-world.md
+++ b/content/posts/hello-world.md
@@ -31,7 +31,7 @@ For a complete quick start, see this [page](https://fixit.lruihao.cn/documentati
1. Click **Use this template**, and create your repository on GitHub.
-
+
2. Once the repository is created, just clone and enjoy it!
diff --git a/package.json b/package.json
index f535911..3559d5a 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "hugo-fixit-blog",
+ "name": "hugo-fixit-starter1",
"version": "1.0.0",
"description": "This is a quick start template for Hugo theme [FixIt](https://github.com/hugo-fixit/FixIt). It uses Git submodule feature to load the theme.",
"main": "index.js",
@@ -11,12 +11,12 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/hugo-fixit/hugo-fixit-blog.git"
+ "url": "git+https://github.com/hugo-fixit/hugo-fixit-starter1.git"
},
"author": "Lruihao (https://github.com/Lruihao)",
"license": "MIT",
"bugs": {
- "url": "https://github.com/hugo-fixit/hugo-fixit-blog/issues"
+ "url": "https://github.com/hugo-fixit/hugo-fixit-starter1/issues"
},
- "homepage": "https://github.com/hugo-fixit/hugo-fixit-blog#readme"
+ "homepage": "https://github.com/hugo-fixit/hugo-fixit-starter1#readme"
}