Skip to content

Commit 997400f

Browse files
authored
[fix] temp rename
1 parent 16a38af commit 997400f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# secureblue.io
22

3-
This repo contains the source files of [secureblue's static website](https://esselownitro.github.io) (provisory domain), generated using Jekyll and currently being deployed to GitHub Pages. We plan on deploying to Cloudflare Pages in the future. It is a fork of [GrapheneOS's static website](https://github.com/GrapheneOS/grapheneos.org) and borrows pieces of HTML and general ideas from it as well as a mostly identical CSS, but uses a website generation workflow we consider more convenient.
3+
This repo contains the source files of [secureblue's static website](https://secureblue-staging.github.io) (provisory domain), generated using Jekyll and currently being deployed to GitHub Pages. We plan on deploying to Cloudflare Pages in the future. It is a fork of [GrapheneOS's static website](https://github.com/GrapheneOS/grapheneos.org) and borrows pieces of HTML and general ideas from it as well as a mostly identical CSS, but uses a website generation workflow we consider more convenient.
44

55
## Content
66

_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
domain: esselownitro.github.io
2-
url: https://esselownitro.github.io
3-
baseurl: /esselownitro.github.io/
1+
domain: secureblue-staging.github.io
2+
url: https://secureblue-staging.github.io
3+
baseurl: /secureblue-staging.github.io/
44

55
defaults:
66
-

_includes/meta.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<meta property="og:title" content="{{ page.title }}"/>
1212
<meta property="og:description" content="{{ page.description }}"/>
1313
<meta property="og:type" content="website"/>
14-
<meta property="og:image" content="https://esselownitro.github.io/assets/icons/opengraph.png"/>
14+
<meta property="og:image" content="https://secureblue-staging.github.io/assets/icons/opengraph.png"/>
1515
<meta property="og:image:width" content="512"/>
1616
<meta property="og:image:height" content="512"/>
1717
<meta property="og:image:alt" content="secureblue logo"/>
1818
<meta property="og:site_name" content="secureblue"/>
19-
<meta property="og:url" content="https://esselownitro.github.io/{{ include.content }}"/>
19+
<meta property="og:url" content="https://secureblue-staging.github.io/{{ include.content }}"/>
2020

21-
<link rel="canonical" href="https://esselownitro.github.io/{{ include.content }}"/>
21+
<link rel="canonical" href="https://secureblue-staging.github.io/{{ include.content }}"/>
2222

2323
<link rel="icon" type="image/png" href="/assets/icons/favicon-96x96.png" sizes="96x96" />
2424
<link rel="icon" type="image/svg+xml" href="/assets/icons/favicon.svg" />

0 commit comments

Comments
 (0)