Skip to content

Commit

Permalink
Docs: update README and rename to hugo-fixit-starter
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Jan 11, 2024
1 parent 54cd343 commit 23c4074
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img width="913" alt="image" src="https://github.com/hugo-fixit/hugo-fixit-blog-git/assets/33419593/d5fbd940-3ffd-4750-b1e6-4e87b50b0696">
<img width="913" alt="image" src="https://github.com/hugo-fixit/hugo-fixit-starter1/assets/33419593/d5fbd940-3ffd-4750-b1e6-4e87b50b0696">

2. Once the repository is created, just clone and enjoy it!

Expand Down Expand Up @@ -91,4 +91,4 @@ git submodule update --remote --merge themes/FixIt
Head to Setting => Actions => General => Workflow permissions => Check "Read and write permissions".
</details>

<!-- This project was generated with [hugo-fixit-blog-git](https://github.com/hugo-fixit/hugo-fixit-blog-git). Documentation about the original structure can be found [here](https://github.com/hugo-fixit/hugo-fixit-blog-git#directory-structure). -->
<!-- This project was generated with [hugo-fixit-starter1](https://github.com/hugo-fixit/hugo-fixit-starter1). -->
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

1. 点击 **Use this template**,在 GitHub 上创建你的仓库。

<img width="913" alt="image" src="https://github.com/hugo-fixit/hugo-fixit-blog-git/assets/33419593/d5fbd940-3ffd-4750-b1e6-4e87b50b0696">
<img width="913" alt="image" src="https://github.com/hugo-fixit/hugo-fixit-starter1/assets/33419593/d5fbd940-3ffd-4750-b1e6-4e87b50b0696">

2. 仓库创建后,只需克隆并开始使用!

Expand Down Expand Up @@ -91,4 +91,4 @@ git submodule update --remote --merge themes/FixIt
转到 Setting => Actions => General => Workflow permissions => 选中 "Read and write permissions"
</details>

<!-- 该项目是使用 [hugo-fixit-blog-git](https://github.com/hugo-fixit/hugo-fixit-blog-git) 生成的。有关原始结构的文档可以在 [这里](https://github.com/hugo-fixit/hugo-fixit-blog-git#directory-structure) 找到。 -->
<!-- 该项目是使用 [hugo-fixit-starter1](https://github.com/hugo-fixit/hugo-fixit-starter1) 生成的。 -->
2 changes: 1 addition & 1 deletion content/posts/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img width="913" alt="image" src="https://github.com/hugo-fixit/hugo-fixit-blog-git/assets/33419593/d5fbd940-3ffd-4750-b1e6-4e87b50b0696">
<img width="913" alt="image" src="https://github.com/hugo-fixit/hugo-fixit-starter1/assets/33419593/d5fbd940-3ffd-4750-b1e6-4e87b50b0696">

2. Once the repository is created, just clone and enjoy it!

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}

0 comments on commit 23c4074

Please sign in to comment.