forked from team/site
1
0
Fork 0
tilde.team/faq/index.html

85 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>faq ~ tilde.team</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="tilde.team unix group">
<meta name="author" content="Ben Harris">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#00cc00">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-310x310.png">
<link rel="icon" type="image/png" sizes="192x192" href="/apple-touch-icon-precomposed.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="stylesheet" href="/css/hacker.css">
</head>
<body>
<div class="container">
<h1>
tilde.team faq
<div class="pull-right">
<small><a href="/">back to home</a></small>
</div>
</h1>
<hr>
<div class="list-group">
<a href="/gettingstarted" class="list-group-item">
<h2 class="list-group-item-heading">getting started</h2>
<p class="list-group-item-text">
<p>check out this primer if you aren't familiar with linux and unix!</p>
</p>
</a>
</div>
<div class="list-group">
<a href="https://support.google.com/domains/answer/3251241?hl=en" class="list-group-item">
<h2 class="list-group-item-heading">send mail as</h2>
<p class="list-group-item-text">
check here if you want to send mail as user@tilde.team. see the section for "sending mail from your forwarded email address".
</p>
</a>
</div>
<div class="list-group">
<a href="https://github.com/cfenollosa/bashblog" class="list-group-item">
<h2 class="list-group-item-heading">tildeblogs</h2>
<p class="list-group-item-text">
<p>tildeblogs are built with bashblog</p>
<p>change to your ~/public_html/blog directory.</p>
<p>type <code>bb post</code></p>
<p>write a post</p>
<p>edit the ~/public_html/blog/.config file to change the name and url and other settings for your blog</p>
</p>
</a>
</div>
<div class="list-group">
<div href="" class="list-group-item">
<h2 class="list-group-item-heading">other help</h2>
<p class="list-group-item-text">
<p>let me know if you have any other questions.</p>
<p><a href="mailto:ben@tilde.team">email me</a></p>
<p><a href="https://t.me/bharris">message me</a></p>
</p>
</div>
</div>
</div>
</body>
</html>