Skip to content

Commit 1cb1254

Browse files
committed
Configure custom domain www.oracleshellinstall.com
- Add CNAME file for GitHub Pages custom domain - Update all URLs from pc-study.github.io/OracleShellInstall to www.oracleshellinstall.com - Update sitemap.xml, robots.txt, og:url, canonical, hreflang, JSON-LD
1 parent ac9a63a commit 1cb1254

File tree

11 files changed

+241
-240
lines changed

11 files changed

+241
-240
lines changed

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta property="og:title" content="404 - OracleShellInstall">
99
<meta property="og:description" content="您访问的页面不存在或已被移动。">
1010
<meta property="og:type" content="website">
11-
<meta property="og:url" content="https://pc-study.github.io/OracleShellInstall/404.html">
12-
<link rel="canonical" href="https://pc-study.github.io/OracleShellInstall/404.html">
11+
<meta property="og:url" content="https://www.oracleshellinstall.com/404.html">
12+
<link rel="canonical" href="https://www.oracleshellinstall.com/404.html">
1313
<link rel="icon" href="favicon.svg" type="image/svg+xml">
1414
<link rel="preconnect" href="https://fonts.googleapis.com">
1515
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&family=Noto+Sans+SC:wght@300;400;500;700;900&family=Orbitron:wght@700;900&display=swap" rel="stylesheet">

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.oracleshellinstall.com

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Oracle 数据库一键自动化安装脚本,支持 **单机 / ASM / RAC** 三种部署模式,覆盖 Oracle 11gR2 至 26ai 全版本,兼容 20+ 主流 Linux 发行版。
44

5-
**在线工具:** [https://pc-study.github.io/OracleShellInstall/](https://pc-study.github.io/OracleShellInstall/)
5+
**在线工具:** [https://www.oracleshellinstall.com/](https://www.oracleshellinstall.com/)
66

77
---
88

@@ -64,7 +64,7 @@ sh OracleShellInstall.sh \
6464
-dd /dev/sdc # DATA 磁盘
6565
```
6666

67-
> 更多参数配置请使用 [在线命令生成器](https://pc-study.github.io/OracleShellInstall/generator.html) 或查阅 [使用文档](https://pc-study.github.io/OracleShellInstall/docs.html)
67+
> 更多参数配置请使用 [在线命令生成器](https://www.oracleshellinstall.com/generator.html) 或查阅 [使用文档](https://www.oracleshellinstall.com/docs.html)
6868
6969
## 支持的环境
7070

@@ -89,7 +89,7 @@ sh OracleShellInstall.sh \
8989
| `-er` | 启用归档模式 | true |
9090
| `-opd` | 优化数据库参数 | N |
9191

92-
完整参数列表请参阅 [在线文档](https://pc-study.github.io/OracleShellInstall/docs.html#params-common)
92+
完整参数列表请参阅 [在线文档](https://www.oracleshellinstall.com/docs.html#params-common)
9393

9494
## 网站
9595

compat.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<meta property="og:title" content="安装合集 - OracleShellInstall">
99
<meta property="og:description" content="覆盖 26+ 操作系统、4 大 Oracle 版本的兼容矩阵与 170+ 实操教程。">
1010
<meta property="og:type" content="website">
11-
<meta property="og:url" content="https://pc-study.github.io/OracleShellInstall/compat.html">
12-
<meta property="og:image" content="https://pc-study.github.io/OracleShellInstall/img/og-cover.jpg">
11+
<meta property="og:url" content="https://www.oracleshellinstall.com/compat.html">
12+
<meta property="og:image" content="https://www.oracleshellinstall.com/img/og-cover.jpg">
1313
<meta property="og:image:width" content="1200">
1414
<meta property="og:image:height" content="630">
1515
<meta name="twitter:card" content="summary_large_image">
1616
<meta name="twitter:title" content="OracleShellInstall">
17-
<meta name="twitter:image" content="https://pc-study.github.io/OracleShellInstall/img/og-cover.jpg">
18-
<link rel="canonical" href="https://pc-study.github.io/OracleShellInstall/compat.html">
19-
<link rel="alternate" hreflang="zh-CN" href="https://pc-study.github.io/OracleShellInstall/compat.html">
20-
<link rel="alternate" hreflang="en" href="https://pc-study.github.io/OracleShellInstall/compat.html">
21-
<link rel="alternate" hreflang="x-default" href="https://pc-study.github.io/OracleShellInstall/compat.html">
17+
<meta name="twitter:image" content="https://www.oracleshellinstall.com/img/og-cover.jpg">
18+
<link rel="canonical" href="https://www.oracleshellinstall.com/compat.html">
19+
<link rel="alternate" hreflang="zh-CN" href="https://www.oracleshellinstall.com/compat.html">
20+
<link rel="alternate" hreflang="en" href="https://www.oracleshellinstall.com/compat.html">
21+
<link rel="alternate" hreflang="x-default" href="https://www.oracleshellinstall.com/compat.html">
2222
<meta name="color-scheme" content="light dark">
2323
<link rel="icon" href="favicon.svg" type="image/svg+xml">
2424
<link rel="preconnect" href="https://fonts.googleapis.com">

docs.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<meta property="og:title" content="使用文档 - OracleShellInstall">
99
<meta property="og:description" content="完整的 OracleShellInstall 使用文档,涵盖单机、ASM、RAC 安装教程及参数参考。">
1010
<meta property="og:type" content="website">
11-
<meta property="og:url" content="https://pc-study.github.io/OracleShellInstall/docs.html">
12-
<meta property="og:image" content="https://pc-study.github.io/OracleShellInstall/img/og-cover.jpg">
11+
<meta property="og:url" content="https://www.oracleshellinstall.com/docs.html">
12+
<meta property="og:image" content="https://www.oracleshellinstall.com/img/og-cover.jpg">
1313
<meta property="og:image:width" content="1200">
1414
<meta property="og:image:height" content="630">
1515
<meta name="twitter:card" content="summary_large_image">
1616
<meta name="twitter:title" content="OracleShellInstall">
17-
<meta name="twitter:image" content="https://pc-study.github.io/OracleShellInstall/img/og-cover.jpg">
18-
<link rel="canonical" href="https://pc-study.github.io/OracleShellInstall/docs.html">
19-
<link rel="alternate" hreflang="zh-CN" href="https://pc-study.github.io/OracleShellInstall/docs.html">
20-
<link rel="alternate" hreflang="en" href="https://pc-study.github.io/OracleShellInstall/docs.html">
21-
<link rel="alternate" hreflang="x-default" href="https://pc-study.github.io/OracleShellInstall/docs.html">
17+
<meta name="twitter:image" content="https://www.oracleshellinstall.com/img/og-cover.jpg">
18+
<link rel="canonical" href="https://www.oracleshellinstall.com/docs.html">
19+
<link rel="alternate" hreflang="zh-CN" href="https://www.oracleshellinstall.com/docs.html">
20+
<link rel="alternate" hreflang="en" href="https://www.oracleshellinstall.com/docs.html">
21+
<link rel="alternate" hreflang="x-default" href="https://www.oracleshellinstall.com/docs.html">
2222
<meta name="color-scheme" content="light dark">
2323
<link rel="icon" href="favicon.svg" type="image/svg+xml">
2424
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -92,7 +92,7 @@
9292
"@type": "TechArticle",
9393
"headline": "OracleShellInstall Documentation",
9494
"description": "Complete documentation for the OracleShellInstall automated Oracle database installation script.",
95-
"url": "https://pc-study.github.io/OracleShellInstall/docs.html",
95+
"url": "https://www.oracleshellinstall.com/docs.html",
9696
"author": {
9797
"@type": "Person",
9898
"name": "Pengcheng Liu"

download.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<meta property="og:title" content="下载中心 - OracleShellInstall">
99
<meta property="og:description" content="脚本下载、使用须知、权限获取步骤及常见问题解答。">
1010
<meta property="og:type" content="website">
11-
<meta property="og:url" content="https://pc-study.github.io/OracleShellInstall/download.html">
12-
<meta property="og:image" content="https://pc-study.github.io/OracleShellInstall/img/og-cover.jpg">
11+
<meta property="og:url" content="https://www.oracleshellinstall.com/download.html">
12+
<meta property="og:image" content="https://www.oracleshellinstall.com/img/og-cover.jpg">
1313
<meta property="og:image:width" content="1200">
1414
<meta property="og:image:height" content="630">
1515
<meta name="twitter:card" content="summary_large_image">
1616
<meta name="twitter:title" content="OracleShellInstall">
17-
<meta name="twitter:image" content="https://pc-study.github.io/OracleShellInstall/img/og-cover.jpg">
18-
<link rel="canonical" href="https://pc-study.github.io/OracleShellInstall/download.html">
19-
<link rel="alternate" hreflang="zh-CN" href="https://pc-study.github.io/OracleShellInstall/download.html">
20-
<link rel="alternate" hreflang="en" href="https://pc-study.github.io/OracleShellInstall/download.html">
21-
<link rel="alternate" hreflang="x-default" href="https://pc-study.github.io/OracleShellInstall/download.html">
17+
<meta name="twitter:image" content="https://www.oracleshellinstall.com/img/og-cover.jpg">
18+
<link rel="canonical" href="https://www.oracleshellinstall.com/download.html">
19+
<link rel="alternate" hreflang="zh-CN" href="https://www.oracleshellinstall.com/download.html">
20+
<link rel="alternate" hreflang="en" href="https://www.oracleshellinstall.com/download.html">
21+
<link rel="alternate" hreflang="x-default" href="https://www.oracleshellinstall.com/download.html">
2222
<meta name="color-scheme" content="light dark">
2323
<link rel="icon" href="favicon.svg" type="image/svg+xml">
2424
<link rel="preconnect" href="https://fonts.googleapis.com">

generator.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<meta property="og:title" content="命令生成器 - OracleShellInstall">
99
<meta property="og:description" content="可视化配置参数,一键生成 Oracle 数据库安装命令,支持单机/ASM/RAC 三种模式。">
1010
<meta property="og:type" content="website">
11-
<meta property="og:url" content="https://pc-study.github.io/OracleShellInstall/generator.html">
12-
<meta property="og:image" content="https://pc-study.github.io/OracleShellInstall/img/og-cover.jpg">
11+
<meta property="og:url" content="https://www.oracleshellinstall.com/generator.html">
12+
<meta property="og:image" content="https://www.oracleshellinstall.com/img/og-cover.jpg">
1313
<meta property="og:image:width" content="1200">
1414
<meta property="og:image:height" content="630">
1515
<meta name="twitter:card" content="summary_large_image">
1616
<meta name="twitter:title" content="OracleShellInstall">
17-
<meta name="twitter:image" content="https://pc-study.github.io/OracleShellInstall/img/og-cover.jpg">
18-
<link rel="canonical" href="https://pc-study.github.io/OracleShellInstall/generator.html">
19-
<link rel="alternate" hreflang="zh-CN" href="https://pc-study.github.io/OracleShellInstall/generator.html">
20-
<link rel="alternate" hreflang="en" href="https://pc-study.github.io/OracleShellInstall/generator.html">
21-
<link rel="alternate" hreflang="x-default" href="https://pc-study.github.io/OracleShellInstall/generator.html">
17+
<meta name="twitter:image" content="https://www.oracleshellinstall.com/img/og-cover.jpg">
18+
<link rel="canonical" href="https://www.oracleshellinstall.com/generator.html">
19+
<link rel="alternate" hreflang="zh-CN" href="https://www.oracleshellinstall.com/generator.html">
20+
<link rel="alternate" hreflang="en" href="https://www.oracleshellinstall.com/generator.html">
21+
<link rel="alternate" hreflang="x-default" href="https://www.oracleshellinstall.com/generator.html">
2222
<meta name="color-scheme" content="light dark">
2323
<link rel="icon" href="favicon.svg" type="image/svg+xml">
2424
<link rel="preconnect" href="https://fonts.googleapis.com">

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<meta property="og:title" content="OracleShellInstall - Oracle 数据库一键自动化安装">
99
<meta property="og:description" content="一键自动化安装 Oracle 数据库,支持单机/ASM/RAC 三种模式,覆盖 20+ Linux 发行版。">
1010
<meta property="og:type" content="website">
11-
<meta property="og:url" content="https://pc-study.github.io/OracleShellInstall/">
12-
<meta property="og:image" content="https://pc-study.github.io/OracleShellInstall/img/og-cover.jpg">
11+
<meta property="og:url" content="https://www.oracleshellinstall.com/">
12+
<meta property="og:image" content="https://www.oracleshellinstall.com/img/og-cover.jpg">
1313
<meta property="og:image:width" content="1200">
1414
<meta property="og:image:height" content="630">
1515
<meta name="twitter:card" content="summary_large_image">
1616
<meta name="twitter:title" content="OracleShellInstall">
17-
<meta name="twitter:image" content="https://pc-study.github.io/OracleShellInstall/img/og-cover.jpg">
18-
<link rel="canonical" href="https://pc-study.github.io/OracleShellInstall/">
19-
<link rel="alternate" hreflang="zh-CN" href="https://pc-study.github.io/OracleShellInstall/">
20-
<link rel="alternate" hreflang="en" href="https://pc-study.github.io/OracleShellInstall/">
21-
<link rel="alternate" hreflang="x-default" href="https://pc-study.github.io/OracleShellInstall/">
17+
<meta name="twitter:image" content="https://www.oracleshellinstall.com/img/og-cover.jpg">
18+
<link rel="canonical" href="https://www.oracleshellinstall.com/">
19+
<link rel="alternate" hreflang="zh-CN" href="https://www.oracleshellinstall.com/">
20+
<link rel="alternate" hreflang="en" href="https://www.oracleshellinstall.com/">
21+
<link rel="alternate" hreflang="x-default" href="https://www.oracleshellinstall.com/">
2222
<meta name="color-scheme" content="light dark">
2323
<link rel="icon" href="favicon.svg" type="image/svg+xml">
2424
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -136,7 +136,7 @@
136136
"description": "One-click automated Oracle Database installation script supporting Single/ASM/RAC modes across 20+ Linux distributions.",
137137
"applicationCategory": "DeveloperApplication",
138138
"operatingSystem": "Linux",
139-
"url": "https://pc-study.github.io/OracleShellInstall/",
139+
"url": "https://www.oracleshellinstall.com/",
140140
"author": {
141141
"@type": "Person",
142142
"name": "Pengcheng Liu",
@@ -146,7 +146,7 @@
146146
"@type": "Offer",
147147
"price": "0",
148148
"priceCurrency": "CNY",
149-
"url": "https://pc-study.github.io/OracleShellInstall/pricing.html"
149+
"url": "https://www.oracleshellinstall.com/pricing.html"
150150
}
151151
}
152152
</script>

pricing.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<meta property="og:title" content="脚本订阅 - OracleShellInstall">
99
<meta property="og:description" content="开源版与付费版功能对比,RAC集群、ARM架构、国产化系统、一键补丁等付费专属功能。">
1010
<meta property="og:type" content="website">
11-
<meta property="og:url" content="https://pc-study.github.io/OracleShellInstall/pricing.html">
12-
<meta property="og:image" content="https://pc-study.github.io/OracleShellInstall/img/og-cover.jpg">
11+
<meta property="og:url" content="https://www.oracleshellinstall.com/pricing.html">
12+
<meta property="og:image" content="https://www.oracleshellinstall.com/img/og-cover.jpg">
1313
<meta property="og:image:width" content="1200">
1414
<meta property="og:image:height" content="630">
1515
<meta name="twitter:card" content="summary_large_image">
1616
<meta name="twitter:title" content="OracleShellInstall">
17-
<meta name="twitter:image" content="https://pc-study.github.io/OracleShellInstall/img/og-cover.jpg">
18-
<link rel="canonical" href="https://pc-study.github.io/OracleShellInstall/pricing.html">
19-
<link rel="alternate" hreflang="zh-CN" href="https://pc-study.github.io/OracleShellInstall/pricing.html">
20-
<link rel="alternate" hreflang="en" href="https://pc-study.github.io/OracleShellInstall/pricing.html">
21-
<link rel="alternate" hreflang="x-default" href="https://pc-study.github.io/OracleShellInstall/pricing.html">
17+
<meta name="twitter:image" content="https://www.oracleshellinstall.com/img/og-cover.jpg">
18+
<link rel="canonical" href="https://www.oracleshellinstall.com/pricing.html">
19+
<link rel="alternate" hreflang="zh-CN" href="https://www.oracleshellinstall.com/pricing.html">
20+
<link rel="alternate" hreflang="en" href="https://www.oracleshellinstall.com/pricing.html">
21+
<link rel="alternate" hreflang="x-default" href="https://www.oracleshellinstall.com/pricing.html">
2222
<meta name="color-scheme" content="light dark">
2323
<link rel="icon" href="favicon.svg" type="image/svg+xml">
2424
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -123,7 +123,7 @@
123123
"@type": "Brand",
124124
"name": "OracleShellInstall"
125125
},
126-
"url": "https://pc-study.github.io/OracleShellInstall/pricing.html"
126+
"url": "https://www.oracleshellinstall.com/pricing.html"
127127
}
128128
</script>
129129
</head>

robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ User-agent: *
22
Allow: /
33
Disallow:
44

5-
Sitemap: https://pc-study.github.io/OracleShellInstall/sitemap.xml
5+
Sitemap: https://www.oracleshellinstall.com/sitemap.xml

0 commit comments

Comments
 (0)