-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
6745103
commit ff1fc85
Showing
26 changed files
with
710 additions
and
19 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
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,3 @@ | ||
domain: esselownitro.github.io | ||
url: https://esselownitro.github.io | ||
baseurl: /esselownitro.github.io/website |
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
--- | ||
layout: common-page | ||
title: "Images | secureblue" | ||
permalink: /images | ||
--- | ||
# Images | ||
|
||
> [!NOTE] | ||
|
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
5 changes: 5 additions & 0 deletions
5
markdown/POSTINSTALL-README.md → website/POSTINSTALL-README.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
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
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 +1,6 @@ | ||
--- | ||
layout: common-page | ||
title: "Support | secureblue" | ||
permalink: /support | ||
--- | ||
Submit support requests via Github Issues or Discord: https://discord.gg/gNr3Kbks34 |
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,20 @@ | ||
<header> | ||
<nav id="site-menu"> | ||
<ul> | ||
<li {% if include.content == "/" %}aria-current="page"{% endif %}><a href="/"><img src="/assets/secureblue.svg" alt=""/>secureblue</a></li> | ||
<li>{{ include.content }}</li> | ||
<li {% if include.content == "code-of-conduct" %}aria-current="page"{% endif %}><a href="/code-of-conduct"></a>Code of conduct</li> | ||
<li {% if include.content == "contributing" %}aria-current="page"{% endif %}><a href="/contributing"></a>Contributing</li> | ||
<li {% if include.content == "donate" %}aria-current="page"{% endif %}><a href="/donate"></a>Donate</li> | ||
<li {% if include.content == "faq" %}aria-current="page"{% endif %}><a href="/faq"></a>FAQ</li> | ||
<li {% if include.content == "images" %}aria-current="page"{% endif %}><a href="/images"></a>Images</li> | ||
<li {% if include.content == "kargs" %}aria-current="page"{% endif %}><a href="/kargs"></a>kargs</li> | ||
<li {% if include.content == "postinstall-readme" %}aria-current="page"{% endif %}><a href="/postinstall-readme">Postinstall Readme</a></li> | ||
<li {% if include.content == "preinstall-readme" %}aria-current="page"{% endif %}><a href="/preinstall-readme">Preinstall Readme</a></li> | ||
<li {% if include.content == "recommended" %}aria-current="page"{% endif %}><a href="/recommended">Recommended</a></li> | ||
<li {% if include.content == "security" %}aria-current="page"{% endif %}><a href="/security">Security</a></li> | ||
<li {% if include.content == "support" %}aria-current="page"{% endif %}><a href="/support">Support</a></li> | ||
<li {% if include.content == "userns" %}aria-current="page"{% endif %}><a href="/userns">userns</a></li> | ||
</ul> | ||
</nav> | ||
</header> |
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,41 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" prefix="og: https://ogp.me/ns#"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>common page title</title> | ||
|
||
<meta name="description" content="smth"/> | ||
<meta property="og:title" content="smth"/> | ||
<meta property="og:description" content="smth"/> | ||
<meta property="og:url" content="https://secureblue.io/smth"/> | ||
<link rel="canonical" href="https://secureblue.io/smth"/> | ||
<link rel="stylesheet" href="/assets/main.css"/> | ||
|
||
<meta name="theme-color" content="#00293d"/> | ||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#00293d"/> | ||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#00293d"/> | ||
<meta name="color-scheme" content="dark light"/> | ||
<meta name="msapplication-TileColor" content="#00abff"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<meta property="og:type" content="website"/> | ||
<meta property="og:image" content="https://secureblue.io/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"/> | ||
<link rel="icon" href="/favicon.ico"/> | ||
<link rel="icon" sizes="any" type="image/svg+xml" href="/assets/favicon.svg"/> | ||
<link rel="mask-icon" href="/assets/secureblue.svg" color="#1a1a1a"/> | ||
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png"/> | ||
<!-- link rel="manifest" href="/manifest.webmanifest"/ --> | ||
<!-- link rel="license" href="/LICENSE.txt"/ --> | ||
</head> | ||
<body> | ||
{% include "header.html" content=page.name %} | ||
<main class="normalize" id="smth"> | ||
<div class="content"> | ||
{{ content }} | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
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,56 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" prefix="og: https://ogp.me/ns#"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>secureblue: Hardened Fedora Atomic and Fedora CoreOS images</title> | ||
|
||
<meta name="description" content="secureblue offers hardened Fedora Atomic and Fedora CoreOS operating system images."/> | ||
<meta property="og:title" content="secureblue: Hardened Fedora Atomic and Fedora CoreOS images"/> | ||
<meta property="og:description" content="secureblue offers hardened Fedora Atomic and Fedora CoreOS operating system images."/> | ||
<meta property="og:url" content="https://secureblue.io/"/> | ||
<link rel="canonical" href="https://secureblue.io/"/> | ||
<link rel="stylesheet" href="/assets/main.css"/> | ||
|
||
<meta name="theme-color" content="#00293d"/> | ||
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#00293d"/> | ||
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#00293d"/> | ||
<meta name="color-scheme" content="dark light"/> | ||
<meta name="msapplication-TileColor" content="#00abff"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<meta property="og:type" content="website"/> | ||
<meta property="og:image" content="https://secureblue.io/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"/> | ||
<link rel="icon" href="/favicon.ico"/> | ||
<link rel="icon" sizes="any" type="image/svg+xml" href="/assets/favicon.svg"/> | ||
<link rel="mask-icon" href="/assets/secureblue.svg" color="#1a1a1a"/> | ||
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png"/> | ||
<!-- link rel="manifest" href="/manifest.webmanifest"/ --> | ||
<!-- link rel="license" href="/LICENSE.txt"/ --> | ||
</head> | ||
<body> | ||
{% include "header.html" content="/" %} | ||
<main class="normalize" id="secureblue"> | ||
<div class="content hero"> | ||
|
||
<div> | ||
<h1><a href="#secureblue">secureblue</a></h1> | ||
<p>[something goes here. idk.]</p> | ||
<a class="button" href="/images">Image list</a> | ||
</div> | ||
|
||
<figure class="device-img"> | ||
<img class="laptop-img" width="288" height="171" src="/assets/some-random-laptop.svg" alt=""/> | ||
<img class="laptop-logo-img" width="120" height="120" src="/assets/secureblue.svg" alt=""/> | ||
</figure> | ||
|
||
</div> | ||
|
||
<div class="content"> | ||
{{ content }} | ||
</div> | ||
</main> | ||
</body> | ||
</html> |
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.
Oops, something went wrong.