-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25dd894
commit f9c5187
Showing
20 changed files
with
156 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"yaml.schemas": { | ||
"https://json.schemastore.org/hugo.json": "file:///d%3A/Users/yan_h/Desktop/Blog/.github/workflows/hugo.yaml" | ||
"https://json.schemastore.org/hugo.json": "file:///d%3A/Users/yan_h/Desktop/Blog/.github/workflows/hugo.yaml", | ||
"https://raw.githubusercontent.com/Azure/Azure-Landing-Zones-Library/main/schemas/default_policy_values.json": "file:///d%3A/Users/yan_h/Desktop/Blog/hugo.yaml" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
content/page/archives/index.md → content/page/archives/index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: "Archives" | ||
date: 2019-05-28 | ||
layout: "archives" | ||
slug: "archives" | ||
menu: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "归档" | ||
layout: "archives" | ||
slug: "archives" | ||
menu: | ||
main: | ||
weight: -70 | ||
params: | ||
icon: archives | ||
--- |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Links | ||
links: | ||
- title: GitHub | ||
description: GitHub is the world's largest software development platform. | ||
website: https://github.com | ||
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png | ||
- title: TypeScript | ||
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. | ||
website: https://www.typescriptlang.org | ||
image: ts-logo-128.jpg | ||
menu: | ||
main: | ||
weight: -50 | ||
params: | ||
icon: link | ||
|
||
comments: false | ||
--- | ||
|
||
To use this feature, add `links` section to frontmatter. | ||
|
||
This page's frontmatter: | ||
|
||
```yaml | ||
links: | ||
- title: GitHub | ||
description: GitHub is the world's largest software development platform. | ||
website: https://github.com | ||
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png | ||
- title: TypeScript | ||
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. | ||
website: https://www.typescriptlang.org | ||
image: ts-logo-128.jpg | ||
``` | ||
`image` field accepts both local and external images. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "搜索" | ||
slug: "search" | ||
layout: "search" | ||
outputs: | ||
- html | ||
- json | ||
menu: | ||
main: | ||
weight: -60 | ||
params: | ||
icon: search | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<style> | ||
@font-face { | ||
font-family: "HarmonyOS Sans SC"; | ||
src: url("fonts/HarmonyOSSansSC-Medium.woff2") format("woff2"); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: "HarmonyOS Sans SC"; | ||
src: url("fonts/HarmonyOSSansSC-Medium-Italic.woff2") format("woff2"); | ||
font-weight: normal; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: "HarmonyOS Sans SC"; | ||
src: url("fonts/HarmonyOSSansSC-Bold.woff2") format("woff2"); | ||
font-weight: bold; | ||
font-style: normal; | ||
} | ||
|
||
@font-face { | ||
font-family: "HarmonyOS Sans SC"; | ||
src: url("fonts/HarmonyOSSansSC-Bold-Italic.woff2") format("woff2"); | ||
font-weight: bold; | ||
font-style: italic; | ||
} | ||
|
||
body { | ||
font-family: "HarmonyOS Sans SC", sans-serif; /* 应用自定义字体,备选字体为sans-serif */ | ||
} | ||
|
||
.background { | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
background: url('{{ (resources.Get "backgrounds/1730047334321.png").Permalink }}') | ||
no-repeat center top; | ||
background-size: cover; | ||
z-index: -1; | ||
filter: blur(3px); | ||
} | ||
|
||
.background::after { | ||
content: ""; | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
right: 0; | ||
bottom: 0; | ||
background: rgba(0, 0, 0, 0.4); /* Adjust opacity here to change darkness */ | ||
z-index: -1; | ||
} | ||
</style> | ||
|
||
<div class="background"></div> |