Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
niltor committed Apr 1, 2024
2 parents 784dc33 + 99df0a1 commit 05e1256
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Content/Markdown支持示例.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ just some markdown. **123**

```

## LongText

This is a long text:Currently focusing on using Cloud-Native technologies such as .NET Aspire, Radius, Dapr, AI and so on to improve development and delivery efficiency.

## mermaid

```mermaid
Expand Down
2 changes: 1 addition & 1 deletion Lib/BuildSite/template/blog.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="@{BaseUrl}css/app.css">
<link rel="stylesheet" href="@{BaseUrl}css/markdown.css">
<link rel="icon" type="image/png" href="@{BaseUrl}favicon.png" />
<link rel="icon" type="image/png" href="@{BaseUrl}favicon.ico" />
<script src="@{BaseUrl}js/markdown.js"></script>
<title>@{Title}</title>
@{ExtensionHead}
Expand Down
2 changes: 1 addition & 1 deletion Lib/BuildSite/template/index.html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<base href="/" />
<link rel="stylesheet" href="@{BaseUrl}css/app.css" />
<link rel="stylesheet" href="@{BaseUrl}css/markdown.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="icon" type="image/png" href="@{BaseUrl}favicon.ico" />
<script>const baseUrl = '@{BaseUrl}';</script>
<script src="@{BaseUrl}js/index.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions WebApp/data/blogs.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"Title": "Markdown支持示例",
"Path": "/Markdown%E6%94%AF%E6%8C%81%E7%A4%BA%E4%BE%8B.html",
"FileName": "Markdown支持示例.md",
"PublishTime": "2024-04-01T14:45:14+08:00",
"PublishTime": "2024-04-01T15:55:38+08:00",
"CreatedTime": "2024-04-01T14:45:14+08:00",
"UpdatedTime": "2024-04-01T14:45:14+08:00",
"UpdatedTime": "2024-04-01T15:55:38+08:00",
"Catalog": null
}
],
Expand Down
Binary file added WebApp/favicon.ico
Binary file not shown.
Binary file removed WebApp/favicon.png
Binary file not shown.
4 changes: 2 additions & 2 deletions WebApp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<base href="/" />
<link rel="stylesheet" href="/css/app.css" />
<link rel="stylesheet" href="/css/markdown.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<script>const baseUrl = '/';</script>
<script src="/js/index.js"></script>
</head>
Expand Down Expand Up @@ -41,7 +41,7 @@
<p class="text-neutral-700 text-base dark:text-neutral-300">
👨‍💻 NilTor
&nbsp;&nbsp;
⏱️ <span class="publish-time" data-time="2024-04-01T02:45:14+08:00"></span>
⏱️ <span class="publish-time" data-time="2024-04-01T03:55:38+08:00"></span>
</p>
</div>
</div>
Expand Down

0 comments on commit 05e1256

Please sign in to comment.