Initial commit w/ first blog post

This commit is contained in:
Tucker Boniface 2018-06-22 17:36:40 -04:00
commit 2a62ab92c0
9 changed files with 163 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
all_posts.html
all_tags.html
blog.css
drafts/
feed.rss
index.html
main.css
tag_linux.html
tag_tilde.html
*.tar.gz

BIN
avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 B

6
blog/.config Executable file
View File

@ -0,0 +1,6 @@
global_title="~tab/blog/"
global_description="a blog about linux and programming, maybe?"
global_url="https://tilde.team/~tab/blog"
global_author="tab"
global_email="tab@tilde.team"
header_file=".header.template"

19
blog/.header.template Normal file
View File

@ -0,0 +1,19 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<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">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />

13
blog/extra.css Normal file
View File

@ -0,0 +1,13 @@
#title{font-size: x-large;}
li{margin-bottom:8px;}
ul,ol{margin-left:24px;margin-right:24px;}
#all_posts{margin-top:24px;text-align:center;}
.subtitle{font-size:small;margin:12px 0px;}
.content p{margin-left:24px;margin-right:24px;}
h1{margin-bottom:12px !important;}
#description{font-size:large;margin-bottom:12px;}
h3{margin-top:42px;margin-bottom:8px;}
h4{margin-left:24px;margin-right:24px;}
img{max-width:100%;}
#twitter{line-height:20px;vertical-align:top;text-align:right;font-style:italic;color:#333;margin-top:24px;font-size:14px;}
#divbodyholder{padding-left:75px;padding-bottom:50px;}

View File

@ -0,0 +1,54 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<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">
<link rel="stylesheet" href="extra.css">
<link rel="alternate" type="application/rss+xml" title="Subscribe to this page..." href="feed.rss" />
<title>My first day on ~.team</title>
</head><body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://tilde.team/~tab/blog/index.html">~tab/blog/</a></h1>
<div id="description">a blog about linux and programming, maybe?</div>
</div></div></div>
<div id="divbody"><div class="content">
<!-- entry begin -->
<h3><a class="ablack" href="my-first-day-on-team.html">
My first day on ~.team
</a></h3>
<!-- bashblog_timestamp: #201806221700.52# -->
<div class="subtitle">June 22, 2018 &mdash;
tab
</div>
<!-- text begin -->
<p>Today was my first day on tilde.team. Everybody was very welcoming and interested in what I had to say. The wiki is very thorough, I was able to get everything set up to my liking quickly. I would recommend you read the wiki, whether you are already on the team or looking to join. I only had one hiccup, which was configuring mutt to work with the ~.team email. In case you are having trouble yourself, I have linked an example .muttrc below.</p>
<p>I have been looking recently for a public access server for some time now, only to find inactive or unwelcoming servers. The social aspect of these servers is what drew me in. I already have a server of my own that I can develop and run projects on, I didn&rsquo;t need another. I&rsquo;m really looking forward to seeing how this all plays out, hoping to meet more of you soon. See you around.</p>
<p>~tab</p>
<p><a href="../files/.muttrc">Example .muttrc</a></p>
<p>Tags: <a href='tag_tilde.html'>tilde</a>, <a href='tag_linux.html'>linux</a></p>
<!-- text end -->
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="http://twitter.com/example">tab</a> &mdash; <a href="mailto:tab&#64;tilde&#46;team">tab&#64;tilde&#46;team</a><br/>
Generated with <a href="https://github.com/cfenollosa/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</body></html>

View File

@ -0,0 +1,11 @@
My first day on ~.team
Today was my first day on tilde.team. Everybody was very welcoming and interested in what I had to say. The wiki is very thorough, I was able to get everything set up to my liking quickly. I would recommend you read the wiki, whether you are already on the team or looking to join. I only had one hiccup, which was configuring mutt to work with the ~.team email. In case you are having trouble yourself, I have linked an example .muttrc below.
I have been looking recently for a public access server for some time now, only to find inactive or unwelcoming servers. The social aspect of these servers is what drew me in. I already have a server of my own that I can develop and run projects on, I didn't need another. I'm really looking forward to seeing how this all plays out, hoping to meet more of you soon. See you around.
~tab
[Example .muttrc](../files/.muttrc)
Tags: tilde, linux

24
files/.muttrc Normal file
View File

@ -0,0 +1,24 @@
set imap_user=<your username>
set folder=imaps://mail.tilde.team/
set spoolfile = +INBOX
mailboxes = +INBOX
set header_cache = ~/.cache/mutt
set message_cachedir = "~/.cache/mutt"
set postponed = +Drafts
unset imap_passive
set imap_keepalive = 300
set mail_check = 120
set record = +Sent
set realname = <your name>
set from = <your username>@tilde.team
set use_from = yes
set smtp_url=smtp://<your username>@mail.tilde.team:587
set ssl_starttls = yes
# Recommended settings
#set sort=reverse-date-received # newest emails first
#bind index "G" imap-fetch-mail # "G" to refresh
#bind index "<ESC>c" change-folder

26
index.php Executable file
View File

@ -0,0 +1,26 @@
<?php $user = posix_getpwuid(fileowner(__FILE__))["name"]; ?>
<html>
<head>
<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="<?=$user?>">
<meta name="theme-color" content="#00cc00">
<title><?=$user?>~tilde.team</title>
<link rel="stylesheet" type="text/css" href="/css/hacker.css">
</head>
<body>
<div class="container">
<div class="page-header">
<div class="pull-right">
<p><a href="/">&lt;- back to tilde.team</a></p>
</div>
<h1><strong>~<?=$user?></strong></h1>
</div>
<strong>// TODO</strong>
<a href="blog">Blog</a>
</div>
</body>
</html>