forked from imsyy/home
-
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
15a0b2e
commit 39e0b16
Showing
4 changed files
with
88 additions
and
88 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,43 +1,43 @@ | ||
# Simple workflow for deploying static content to GitHub Pages | ||
name: Deploy static content to Pages | ||
|
||
on: | ||
# Runs on pushes targeting the default branch | ||
push: | ||
branches: ["gh-pages"] | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. | ||
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. | ||
concurrency: | ||
group: "pages" | ||
cancel-in-progress: false | ||
|
||
jobs: | ||
# Single deploy job since we're just deploying | ||
deploy: | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Setup Pages | ||
uses: actions/configure-pages@v5 | ||
- name: Upload artifact | ||
uses: actions/upload-pages-artifact@v3 | ||
with: | ||
# Upload entire repository | ||
path: '.' | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v4 | ||
# Simple workflow for deploying static content to GitHub Pages | ||
name: Deploy static content to Pages | ||
|
||
on: | ||
# Runs on pushes targeting the default branch | ||
push: | ||
branches: ["gh-pages"] | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. | ||
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. | ||
concurrency: | ||
group: "pages" | ||
cancel-in-progress: false | ||
|
||
jobs: | ||
# Single deploy job since we're just deploying | ||
deploy: | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Setup Pages | ||
uses: actions/configure-pages@v5 | ||
- name: Upload artifact | ||
uses: actions/upload-pages-artifact@v3 | ||
with: | ||
# Upload entire repository | ||
path: '.' | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v4 |
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,4 +1,4 @@ | ||
# gh-pages | ||
|
||
我的个人站点的主页的部署分支。 | ||
|
||
# gh-pages | ||
|
||
我的个人站点的主页的部署分支。 | ||
|
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,3 +1,3 @@ | ||
## Logo 字体替换 | ||
|
||
## Logo 字体替换 | ||
|
||
可将该文件夹下的 `Pacifico-Regular-all.ttf` 替换原来的 `Pacifico-Regular.ttf` |
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,41 +1,41 @@ | ||
<!doctype html> | ||
<html lang="zh-CN"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="Access-Control-Allow-Origin" content="*" /> | ||
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="icon" href="/images/icon/favicon.ico" /> | ||
<link rel="apple-touch-icon" href="/images/logo/apple-touch-icon.png" /> | ||
<link rel="bookmark" href="/images/logo/apple-touch-icon.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="200x200" href="/images/logo/apple-touch-icon.png" /> | ||
<meta name="description" content="DavidingPlus's HomePage" /> | ||
<meta name="keywords" content="DavidingPlus,HomePage" /> | ||
<meta name="author" content="DavidingPlus" /> | ||
<meta name="theme-color" content="#424242" /> | ||
<title>DavidingPlus</title> | ||
<!-- HarmonyOS Sans --> | ||
<!-- 本站 CDN 已开启防盗链,非本站域名不可访问,请更改链接为下方内容,否则自定义字体将失效 --> | ||
<link rel="stylesheet" href="https://s1.hdslb.com/bfs/static/jinkela/long/font/regular.css" /> | ||
<!-- <link rel="stylesheet" href="https://cdn.imsyy.top/gh/imsyy/file/font/HarmonyOS_Sans/regular.min.css" /> --> | ||
<!-- IE Out --> | ||
<script> | ||
if (/*@cc_on!@*/ false || (!!window.MSInputMethodContext && !!document.documentMode)) | ||
window.location.href = | ||
'https://support.dmeng.net/upgrade-your-browser.html?referrer=' + | ||
encodeURIComponent(window.location.href); | ||
</script> | ||
<!doctype html> | ||
<html lang="zh-CN"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="Access-Control-Allow-Origin" content="*" /> | ||
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="icon" href="/images/icon/favicon.ico" /> | ||
<link rel="apple-touch-icon" href="/images/logo/apple-touch-icon.png" /> | ||
<link rel="bookmark" href="/images/logo/apple-touch-icon.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="200x200" href="/images/logo/apple-touch-icon.png" /> | ||
<meta name="description" content="DavidingPlus's HomePage" /> | ||
<meta name="keywords" content="DavidingPlus,HomePage" /> | ||
<meta name="author" content="DavidingPlus" /> | ||
<meta name="theme-color" content="#424242" /> | ||
<title>DavidingPlus</title> | ||
<!-- HarmonyOS Sans --> | ||
<!-- 本站 CDN 已开启防盗链,非本站域名不可访问,请更改链接为下方内容,否则自定义字体将失效 --> | ||
<link rel="stylesheet" href="https://s1.hdslb.com/bfs/static/jinkela/long/font/regular.css" /> | ||
<!-- <link rel="stylesheet" href="https://cdn.imsyy.top/gh/imsyy/file/font/HarmonyOS_Sans/regular.min.css" /> --> | ||
<!-- IE Out --> | ||
<script> | ||
if (/*@cc_on!@*/ false || (!!window.MSInputMethodContext && !!document.documentMode)) | ||
window.location.href = | ||
'https://support.dmeng.net/upgrade-your-browser.html?referrer=' + | ||
encodeURIComponent(window.location.href); | ||
</script> | ||
<script type="module" crossorigin src="/assets/index-ad028025.js"></script> | ||
<link rel="stylesheet" href="/assets/index-aa2142bf.css"> | ||
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head> | ||
|
||
<body> | ||
<!-- 主体内容 --> | ||
<div id="app"></div> | ||
<!-- noscript --> | ||
<noscript> | ||
<div style="text-align: center">请开启 JavaScript</div> | ||
</noscript> | ||
|
||
</body> | ||
</html> | ||
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head> | ||
|
||
<body> | ||
<!-- 主体内容 --> | ||
<div id="app"></div> | ||
<!-- noscript --> | ||
<noscript> | ||
<div style="text-align: center">请开启 JavaScript</div> | ||
</noscript> | ||
|
||
</body> | ||
</html> |