Skip to content

Commit

Permalink
Deploy rustic-rs/rustic-rs.github.io to rustic-rs/rustic-rs.github.io…
Browse files Browse the repository at this point in the history
…:gh-pages
  • Loading branch information
GitHub Actions committed Dec 18, 2023
0 parents commit bf3770b
Show file tree
Hide file tree
Showing 47 changed files with 2,253 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!doctype html>
<title>404 Not Found</title>
<h1>404 Not Found</h1>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rustic.cli.rs
Binary file added assets/GitHub_Logo_White.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/discord-mark-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/github-mark-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/rustic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions community.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[items]]
url = "https://discord.gg/WRUWENZnzQ"
image = "/assets/discord-mark-white.svg"
title = "Discord"

[[items]]
url = "https://github.com/rustic-rs/rustic/discussions"
image = "/assets/GitHub_Logo_White.png"
title = "Discussions"

[[items]]
url = "https://github.com/rustic-rs/rustic/issues"
image = "/assets/GitHub_Logo_White.png"
title = "Issues"
238 changes: 238 additions & 0 deletions community/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,238 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Community | rustic - fast, encrypted, and deduplicated backups </title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link rel="icon" type="image/svg" href="https://rustic.cli.rs/assets/rustic.svg">

<style>
:root {
/* Primary theme color */
--primary-color: #FEB33F;
/* Primary theme text color */
--primary-text-color: #543631;
--primary-text-color-over: #000;
/* Primary theme link color */
--primary-link-color: #d09a07;
/* Secondary color: the background body color */
--secondary-color: #fcfaf6;
--secondary-text-color: #303030;
/* Highlight text color of table of content */
--toc-highlight-text-color: #d46e13;
--toc-background-color: white;
--code-color: #4a4a4a;
--code-background-color: white;

--shadow-color: #7a7a7a;

/* Font used for headers (h1 & h2) */
--header-font-family: "Fira Sans", sans-serif;
/* Font used for text */
--text-font-family: "Fira Sans", sans-serif;
}

@media (prefers-color-scheme: dark) {
:root {
--primary-color: #382929;
--primary-text-color: #d7d7d7;
--primary-text-color-over: #FFF;
--primary-link-color: #9b9b9b;
--secondary-color: #282828;
--secondary-text-color: #f2f2f2;
--navbar-background-color-hover: #362525;
--toc-highlight-text-color: #f2f2f2;
--toc-background-color: #3a3a3a;
--code-color: black;
--code-background-color: white;

--shadow-color: #202020;
--header-font-family: "Fira Sans", sans-serif;
--text-font-family: "Fira Sans", sans-serif;
}
}
</style>

<link rel="stylesheet" href="https://rustic.cli.rs/fonts.css">

<link rel="stylesheet" href="https://rustic.cli.rs/rustic.css">
<script async defer src="https://rustic.cli.rs/js/buttons.js"></script>


</head>

<body class="layout">
<header>
<div class="header-menu">



<div class="navbar-logo">
<a href="https://rustic.cli.rs/">
<img src="https://rustic.cli.rs/assets/rustic.svg" alt="logo" /> rustic
</a>
</div>

<nav>

<div class="menu-items">



<div class="nav-item">
<a class="subtitle-text" href="https://rustic.cli.rs/learn/">
Learn
</a>
</div>




<div class="nav-item">
<a class="subtitle-text" href="https://rustic.cli.rs/community/">
Community
</a>
</div>



</div>
<div class="menu-items-hamburger">



<div class="nav-item">
<a class="subtitle-text" href="https://rustic.cli.rs/learn/">
Learn
</a>
</div>




<div class="nav-item">
<a class="subtitle-text" href="https://rustic.cli.rs/community/">
Community
</a>
</div>



</div>
<div class="hamburger">
<div class="hamburg">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
</div>
<script>
var hamburger = document.querySelector(".hamburg");
var hamburger_menu = document.querySelector(".hamburger");
var menu_items_hamburger = document.querySelector(".menu-items-hamburger");
hamburger_menu.onclick = function () {
hamburger.classList.toggle("checked");
if (hamburger.classList.contains("checked")) {
menu_items_hamburger.setAttribute("style", "display: flex;");
} else {
menu_items_hamburger.setAttribute("style", "display: none;");
}
}
</script>

</nav>


</div>

</header>
<main>


<section class="main-content">








<div class="content text">

<div class="heading-text">📣 Community</div>
<p>You can ask questions in the <a href="https://github.com/rustic-rs/rustic/discussions">Discussions</a> or have a look at the
<a href="https://rustic.cli.rs/docs/FAQ.html">FAQ</a>.</p>
<div class="flex-row">

<a href="https:&#x2F;&#x2F;discord.gg&#x2F;WRUWENZnzQ">
<div class="ecosystem-gallery">
<img src="&#x2F;assets&#x2F;discord-mark-white.svg" />
<div class="desc">Discord</div>

</div>
</a>

<a href="https:&#x2F;&#x2F;github.com&#x2F;rustic-rs&#x2F;rustic&#x2F;discussions">
<div class="ecosystem-gallery">
<img src="&#x2F;assets&#x2F;GitHub_Logo_White.png" />
<div class="desc">Discussions</div>

</div>
</a>

<a href="https:&#x2F;&#x2F;github.com&#x2F;rustic-rs&#x2F;rustic&#x2F;issues">
<div class="ecosystem-gallery">
<img src="&#x2F;assets&#x2F;GitHub_Logo_White.png" />
<div class="desc">Issues</div>

</div>
</a>

</div>

</div>

</section>
</main>



<footer>
<div class="subtext">
<a href="https://github.com/rustic-rs">rustic © 2023</a>
</div>
<div class="remark">
<a href="https://github.com/huhu/juice" target="_blank">Based on Juice theme</a>
</div>
</footer>

</body>
<script>
const scrollHandler = entries => {
// Find the first entry which intersecting and ratio > 0.9 to highlight.
let entry = entries.find(entry => {
return entry.isIntersecting && entry.intersectionRatio > 0.9;
});
if (!entry) return;

document.querySelectorAll(".toc a").forEach((item) => {
item.classList.remove("active");
});

// let url = new URL(`#${entry.target.id}`);
let link = document.querySelector(`.toc a[href$="${decodeURIComponent(`#${entry.target.id}`)}"]`)
if (link) {
link.classList.add("active");
link.scrollIntoView({ behavior: "auto", block: "nearest" });
}
};
// Set -100px root margin to improve highlight experience.
const observer = new IntersectionObserver(scrollHandler, { threshold: 1 });
let items = document.querySelectorAll('h1,h2,h3,h4,h5,h6');
items.forEach(item => observer.observe(item));
</script>

</html>
14 changes: 14 additions & 0 deletions doc-resources.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[items]]
url = "https://rustic.cli.rs/docs"
image = "https://raw.githubusercontent.com/rustic-rs/assets/main/logos/readme_header_docs.png"
title = "User Documentation"

[[items]]
url = "https://rustic.cli.rs/dev-docs"
image = "https://raw.githubusercontent.com/rustic-rs/assets/main/logos/readme_header_dev.png"
title = "Developer Documentation"

[[items]]
url = "https://github.com/rustic-rs/rustic/blob/main/config/README.md"
image = "https://raw.githubusercontent.com/rustic-rs/assets/main/logos/readme_header_config.png"
title = "Config File Documentation"
Loading

0 comments on commit bf3770b

Please sign in to comment.