Skip to content

Commit 76ae783

Browse files
committed
DOC: Website "camo" background
1 parent 17d78f3 commit 76ae783

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/scripts/build-website.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ preamble='<!doctype html>
88
<head>
99
<meta charset="utf-8">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11-
<title>Myba - git-based file backup with encryption</title>
11+
<title>Myba - git-based backup with encryption</title>
1212
<link rel="logo icon" href="icon.svg">
1313
<meta name="theme-color" content="#333">
1414
<meta property="name" content="myba">
@@ -21,7 +21,7 @@ preamble='<!doctype html>
2121
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JT9W3RXCJD"></script>
2222
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag("js",new Date());gtag("config","G-JT9W3RXCJD");</script>
2323
<style>
24-
html{background:DarkOliveGreen; line-height: 1.4em; font-family:sans-serif;}
24+
html{line-height: 1.4em; font-family:sans-serif; background: repeating-linear-gradient(60deg, #F5F5F560 0 10px, #00640060 10px 80px, #9ACD3260 80px 120px, #556B2F60 120px 170px, #2F4F4F60 170px 190px, #F0E68C60 190px 200px, #6B8E2360 200px 220px ), repeating-linear-gradient(-60deg, #F5F5F560 0 10px, #00640060 10px 80px, #9ACD3260 80px 120px, #556B2F60 120px 170px, #2F4F4F60 170px 190px, #F0E68C60 190px 200px, #6B8E2360 200px 220px ), repeating-linear-gradient(180deg, #F5F5F560 0 10px, #00640060 10px 80px, #9ACD3260 80px 120px, #556B2F60 120px 170px, #2F4F4F60 170px 190px, #F0E68C60 190px 200px, #6B8E2360 200px 220px ), black;}
2525
article {background:#fffb; padding:2em; margin:auto; max-width: 900px;}
2626
pre {background:#fff8;}
2727
code:not(pre code) {background:#fff8; padding: .2em .5em; white-space: nowrap;}
@@ -35,7 +35,7 @@ a:visited {color:#230}
3535
summary {width:fit-content; border:2px solid silver; cursor:pointer; padding:.2em .6em; margin:.3em 0}
3636
details[open] summary {border:2px solid black;}
3737
</style>
38-
<meta property="og:title" content="Myba - git-based file backup with encryption">
38+
<meta property="og:title" content="Myba - git-based backup with encryption">
3939
<meta property="og:type" content="website">
4040
<meta property="og:url" content="https://kernc.github.io/myba/">
4141
<meta property="og:image" content="https://kernc.github.io/myba/icon.svg">

README.full.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="icon.svg" width="64" alt/> Myba — git-based backup utility with encryption
1+
<img src="icon.svg" width="64" alt/> Myba — git-based backup with encryption
22
=====
33

44
[![Build status](https://img.shields.io/github/actions/workflow/status/kernc/myba/ci.yml?branch=master&style=for-the-badge)](https://github.com/kernc/myba/actions)
@@ -14,16 +14,16 @@
1414
open-source, secure, distributed, version-controlled, encrypted
1515
file backup software based on `git`**,
1616
for **Linux, MacOS, BSDs**, and possibly even **Windows/WSL**.
17-
In a world of vice, instability, evergreen browsers, fast-moving markets and near constant _supply chain attacks_,
18-
it's the best kind of backup utility**a timeless shell script** that relies on few, well-tested and _stable_ technologies.
17+
In a world of vice, instability, "evergreen" browsers, fast-moving markets and near constant _supply chain attacks_,
18+
it's the only kind of backup—**a timeless shell script** that relies on few, well-tested, _stable_ technologies.
1919
Its only **dependencies are**:
2020

2121
* a running **shell** / standard **POSIX environment** (sh, bash, zsh, dash, ... WSL?),
2222
* **gzip**
2323
* **git** (and Git LFS for files sized >40 MB),
2424
* either **OpenSSL** (AES256-CTR) or **GPG** (AES256-CFB) for encryption,
2525

26-
all of which you should discover most popularly available.
26+
all of which you should find most popularly available.
2727

2828
**Git does a great job of securely storing and tracking changes and backing up important documents,**
2929
it is popular and widely-deployed,

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="icon.svg" width="64" alt/> Myba — git-based backup utility w/ encryption
1+
<img src="icon.svg" width="64" alt/> Myba — git-based backup with encryption
22
=====
33

44
[![Build status](https://img.shields.io/github/actions/workflow/status/kernc/myba/ci.yml?branch=master&style=for-the-badge)](https://github.com/kernc/myba/actions)
@@ -12,16 +12,16 @@
1212
open-source, secure, distributed, version-controlled, encrypted
1313
file backup software based on `git`**,
1414
for **Linux, MacOS, BSDs**, and possibly even **Windows/WSL**.
15-
In a world of vice, instability, evergreen browsers, fast-moving markets and near constant _supply chain attacks_,
16-
it's the best kind of backup utility**a timeless shell script** that relies on few, well-tested and _stable_ technologies.
15+
In a world of vice, instability, "evergreen" browsers, fast-moving markets and near constant _supply chain attacks_,
16+
it's the only kind of backup—**a timeless shell script** that relies on few, well-tested, _stable_ technologies.
1717
Its only **dependencies are**:
1818

1919
* a running **shell** / standard **POSIX environment** (sh, bash, zsh, dash, ... WSL?),
2020
* **gzip**
2121
* **git** (and Git LFS for files sized >40 MB),
2222
* either **OpenSSL** (AES256-CTR) or **GPG** (AES256-CFB) for encryption,
2323

24-
all of which you should discover most popularly available.
24+
all of which you should find most popularly available.
2525

2626
### **Learn more** about the project on [**`myba` backup project website**](https://kernc.github.io/myba/).
2727

0 commit comments

Comments
 (0)