Skip to content

Commit

Permalink
[fix] temp rename
Browse files Browse the repository at this point in the history
  • Loading branch information
EsseLowNitro authored Dec 30, 2024
1 parent 16a38af commit 997400f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# secureblue.io

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.
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.

## Content

Expand Down
6 changes: 3 additions & 3 deletions _config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
domain: esselownitro.github.io
url: https://esselownitro.github.io
baseurl: /esselownitro.github.io/
domain: secureblue-staging.github.io
url: https://secureblue-staging.github.io
baseurl: /secureblue-staging.github.io/

defaults:
-
Expand Down
6 changes: 3 additions & 3 deletions _includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<meta property="og:title" content="{{ page.title }}"/>
<meta property="og:description" content="{{ page.description }}"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://esselownitro.github.io/assets/icons/opengraph.png"/>
<meta property="og:image" content="https://secureblue-staging.github.io/assets/icons/opengraph.png"/>
<meta property="og:image:width" content="512"/>
<meta property="og:image:height" content="512"/>
<meta property="og:image:alt" content="secureblue logo"/>
<meta property="og:site_name" content="secureblue"/>
<meta property="og:url" content="https://esselownitro.github.io/{{ include.content }}"/>
<meta property="og:url" content="https://secureblue-staging.github.io/{{ include.content }}"/>

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

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

0 comments on commit 997400f

Please sign in to comment.