Skip to content

Commit

Permalink
test base path
Browse files Browse the repository at this point in the history
  • Loading branch information
niltor committed Mar 25, 2024
1 parent 961bffc commit 58e412a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# blazor-blog
# Blazor-blog

如果你想拥有一个免费的博客,那么这是你的一个选择。

借助`github pages``dotnet blazor`,你可以拥有一个自定义的个人博客。

## 如何使用

### Fork本仓库

## 自定义

fork之后,你将拥有所有的自定义权限,因为所有的源代码都已经在你自己的仓库中。

仓库主要包含两个核心项目,一个是`BuildSite`,该项目是用来生成静态站点的。

`Blog`项目是一个Blazor WASM项目,默认包含了博客的主页定义。你可以自由的添加和修改其他的功能。
2 changes: 1 addition & 1 deletion src/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blog</title>
<base href="/" />
<base href="/blazor-blog" />
<link rel="stylesheet" href="css/app.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="Blog.styles.css" rel="stylesheet" />
Expand Down

0 comments on commit 58e412a

Please sign in to comment.