add thunix.net

This commit is contained in:
Sebastian Korotkiewicz 2022-03-27 00:39:20 +01:00
parent 0f6a9b0516
commit 4ed800c65c
Signed by: grizzly
GPG Key ID: 5BDC557B496BDB0D
2 changed files with 20 additions and 17 deletions

View File

@ -1,19 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>~grizzly</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="grizzly">
<meta name="description" content="~grizzly" />
<meta name="keywords" content="grizzly" />
<link rel="stylesheet" href="css/css_style.css" />
<link rel="stylesheet" href="css/fork-awesome.min.css" />
<link rel="stylesheet" href="fonts/jetbrains-mono/font.css" />
</head>
<body id="body" class="dark-mode">
<div style="clear:both;">
<div id="main">
<pre>
<head>
<title>~grizzly</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="grizzly" />
<meta name="description" content="~grizzly" />
<meta name="keywords" content="grizzly" />
<link rel="stylesheet" href="css/css_style.css" />
<link rel="stylesheet" href="css/fork-awesome.min.css" />
<link rel="stylesheet" href="fonts/jetbrains-mono/font.css" />
</head>
<body id="body" class="dark-mode">
<div style="clear: both">
<div id="main">
<pre>
____ _ _
/ ___|_ __(_)_______| |_ _
| | _| '__| |_ /_ / | | | |
@ -28,6 +28,7 @@ Mail: <code>grizzly <em>at</em> envs <em>dot</em> net</code>
<code>grizzly <em>at</em> ttm <em>dot</em> sh</code>
<code>grizzly <em>at</em> tilde <em>dot</em> club</code>
<code>grizzly <em>at</em> tilde <em>dot</em> institute</code>
<code>grizzly <em>at</em> thunix <em>dot</em> net</code>
Tildeverse:
<a href="https://tilde.club/~grizzly">~club/~grizzly</a>
@ -37,6 +38,7 @@ Tildeverse:
<a href="https://tilde.pink/~grizzly/">~pink/~grizzly/</a>
<a href="https://envs.net/~grizzly">envs.net/~grizzly</a>
<a href="https://heathens.club/~grizzly">heathens.club/~grizzly</a>
<a href="https://thunix.net/~grizzly">thunix.net/~grizzly</a>
<a href="http://rw.rs/~grizzly/">rw.rs/~grizzly</a>
<a href="gemini://tilde.team/~grizzly">gemini://tilde.team/~grizzly</a>
<a href="https://cosmic.voyage/Grizzly/hello.html">cosmic.voyage/Grizzly/hello.html</a>
@ -47,7 +49,7 @@ Projects:
- <a href="https://tilde.team/~grizzly/browser/" target="_blank">tilde.team</a>
- <a href="https://envs.net/~grizzly/browser/" target="_blank">envs.net</a>
</pre>
</div>
</div>
</body>
</div>
</div>
</body>
</html>

View File

@ -4,4 +4,5 @@ ssh envs git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/publi
ssh rwrs git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/public_html/.git pull ;
ssh pink git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/public_html/.git pull ;
ssh guru git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/public_html/.git pull ;
ssh unix git --work-tree=/home/grizzly/public_html --git-dir=/home/grizzly/public_html/.git pull ;
ssh heat git --work-tree=/home/grizzly/www --git-dir=/home/grizzly/www/.git pull ;