Add some projects and blog post

This commit is contained in:
g1n 2021-07-06 17:33:40 +00:00
parent ec8ea3c872
commit 1b60e0017a
10 changed files with 179 additions and 17 deletions

View File

@ -15,6 +15,10 @@
</div></div></div>
<div id="divbody"><div class="content">
<h3>all posts</h3>
<h4 class='allposts_header'>July 2021</h4>
<ul>
<li><a href="./spartan-protocol.html">Spartan protocol</a> &mdash; July 05, 2021</li>
</ul>
<h4 class='allposts_header'>June 2021</h4>
<ul>
<li><a href="./exploring-bbses.html">Exploring BBSes</a> &mdash; June 29, 2021</li>

View File

@ -17,7 +17,10 @@
<h3>all tags</h3>
<ul>
<li><a href="tag_bbs.html">bbs</a> &mdash; 1 post</li>
<li><a href="tag_gemini.html">gemini</a> &mdash; 1 post</li>
<li><a href="tag_monochrome.html">monochrome</a> &mdash; 1 post</li>
<li><a href="tag_protocol.html">protocol</a> &mdash; 1 post</li>
<li><a href="tag_spartan.html">spartan</a> &mdash; 1 post</li>
<li><a href="tag_tilde.team.html">tilde.team</a> &mdash; 1 post</li>
</ul>
<div id="all_posts"><a href="./index.html">back home</a></div>

View File

@ -2,10 +2,22 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel><title>~g1n's blog</title><link>https://xhec.one/~g1n/index.html</link>
<description>~g1n's blog</description><language>en</language>
<lastBuildDate>Wed, 30 Jun 2021 06:04:51 +0000</lastBuildDate>
<pubDate>Wed, 30 Jun 2021 06:04:51 +0000</pubDate>
<lastBuildDate>Mon, 05 Jul 2021 17:57:38 +0000</lastBuildDate>
<pubDate>Mon, 05 Jul 2021 17:57:38 +0000</pubDate>
<atom:link href="https://xhec.one/~g1n/feed.rss" rel="self" type="application/rss+xml">
<item><title>
Spartan protocol
</title><description><![CDATA[
<p>I started exploring spartan protocol and currently making my own client for it in bash - <a href="https://tildegit.org/g1n/laconia">laconia</a>. It is very WIP, but can open <a href="https://spartan.mozz.us">spartan.mozz.us</a>, <a href="https://alexschroeder.ch">alexschroeder.ch</a>, and local server on ~team generated from mine gemini capsule.</p>
<p>tags: <a href='tag_spartan.html'>spartan</a>, <a href='tag_protocol.html'>protocol</a>, <a href='tag_gemini.html'>gemini</a></p>
<!-- text end -->
]]></description><link>https://xhec.one/~g1n/spartan-protocol.html</link>
<guid>https://xhec.one/~g1n/./spartan-protocol.html</guid>
<dc:creator>G1n</dc:creator>
<pubDate>Mon, 05 Jul 2021 17:56:57 +0000</pubDate></item>
<item><title>
Exploring BBSes
</title><description><![CDATA[

View File

@ -14,6 +14,19 @@
<div id="description">~g1n's blog</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3><a class="ablack" href="spartan-protocol.html">
Spartan protocol
</a></h3>
<!-- bashblog_timestamp: #202107051756.57# -->
<div class="subtitle">July 05, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I started exploring spartan protocol and currently making my own client for it in bash - <a href="https://tildegit.org/g1n/laconia">laconia</a>. It is very WIP, but can open <a href="https://spartan.mozz.us">spartan.mozz.us</a>, <a href="https://alexschroeder.ch">alexschroeder.ch</a>, and local server on ~team generated from mine gemini capsule.</p>
<p>tags: <a href='tag_spartan.html'>spartan</a>, <a href='tag_protocol.html'>protocol</a>, <a href='tag_gemini.html'>gemini</a></p>
<!-- text end -->
<h3><a class="ablack" href="exploring-bbses.html">
Exploring BBSes
</a></h3>
@ -148,21 +161,6 @@ G1n
<p>Tags: <a href='tag_emacs.html'>emacs</a>, <a href='tag_emacs-for-everything.html'>emacs-for-everything</a>, <a href='tag_exwm.html'>exwm</a></p>
<!-- text end -->
<h3><a class="ablack" href="elpher---gopher-and-gemini-client-in-emacs.html">
Elpher - gopher and gemini client in emacs
</a></h3>
<!-- bashblog_timestamp: #202105020948.39# -->
<div class="subtitle">May 02, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>Web homepage - <a href="https://thelambdalab.xyz/elpher/">https://thelambdalab.xyz/elpher/</a><br>
Gopher homepage - <a href="gopher://thelambdalab.xyz/1/projects/elpher/">gopher://thelambdalab.xyz/1/projects/elpher/</a></p>
<p>Tags: <a href='tag_gemini.html'>gemini</a>, <a href='tag_gopher.html'>gopher</a>, <a href='tag_emacs.html'>emacs</a>, <a href='tag_emacs-for-everything.html'>emacs-for-everything</a>, <a href='tag_elpher.html'>elpher</a></p>
<!-- text end -->
<div id="all_posts"><a href="all_posts.html">archive</a> &mdash; <a href="all_tags.html">all tags</a> &mdash; <a href="xhec.one/~g1n/feed.xml">rss</a></div>
</div>

View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="blog.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="subscribe to this page..." href="xhec.one/~g1n/feed.xml">
<title>Spartan protocol</title>
</head><body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://xhec.one/~g1n/index.html">~g1n's blog</a></h1>
<div id="description">~g1n's blog</div>
</div></div></div>
<div id="divbody"><div class="content">
<!-- entry begin -->
<h3><a class="ablack" href="spartan-protocol.html">
Spartan protocol
</a></h3>
<!-- bashblog_timestamp: #202107051756.57# -->
<div class="subtitle">July 05, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I started exploring spartan protocol and currently making my own client for it in bash - <a href="https://tildegit.org/g1n/laconia">laconia</a>. It is very WIP, but can open <a href="https://spartan.mozz.us">spartan.mozz.us</a>, <a href="https://alexschroeder.ch">alexschroeder.ch</a>, and local server on ~team generated from mine gemini capsule.</p>
<p>tags: <a href='tag_spartan.html'>spartan</a>, <a href='tag_protocol.html'>protocol</a>, <a href='tag_gemini.html'>gemini</a></p>
<!-- text end -->
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;xhec&#46;one">g1n&#64;xhec&#46;one</a><br>
generated with <a href="https://tildegit.org/team/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</body></html>

5
blog/spartan-protocol.md Normal file
View File

@ -0,0 +1,5 @@
Spartan protocol
I started exploring spartan protocol and currently making my own client for it in bash - [laconia](https://tildegit.org/g1n/laconia). It is very WIP, but can open [spartan.mozz.us](https://spartan.mozz.us), [alexschroeder.ch](https://alexschroeder.ch), and local server on ~team generated from mine gemini capsule.
tags: spartan, protocol, gemini

34
blog/tag_gemini.html Normal file
View File

@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="blog.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="subscribe to this page..." href="xhec.one/~g1n/feed.xml">
<title>~g1n's blog &mdash; posts tagged "gemini"</title>
</head><body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://xhec.one/~g1n/index.html">~g1n's blog</a></h1>
<div id="description">~g1n's blog</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3><a class="ablack" href="spartan-protocol.html">
Spartan protocol
</a></h3>
<!-- bashblog_timestamp: #202107051756.57# -->
<div class="subtitle">July 05, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I started exploring spartan protocol and currently making my own client for it in bash - <a href="https://tildegit.org/g1n/laconia">laconia</a>. It is very WIP, but can open <a href="https://spartan.mozz.us">spartan.mozz.us</a>, <a href="https://alexschroeder.ch">alexschroeder.ch</a>, and local server on ~team generated from mine gemini capsule.</p>
<p>tags: <a href='tag_spartan.html'>spartan</a>, <a href='tag_protocol.html'>protocol</a>, <a href='tag_gemini.html'>gemini</a></p>
<!-- text end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;xhec&#46;one">g1n&#64;xhec&#46;one</a><br>
generated with <a href="https://tildegit.org/team/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</body></html>

34
blog/tag_protocol.html Normal file
View File

@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="blog.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="subscribe to this page..." href="xhec.one/~g1n/feed.xml">
<title>~g1n's blog &mdash; posts tagged "protocol"</title>
</head><body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://xhec.one/~g1n/index.html">~g1n's blog</a></h1>
<div id="description">~g1n's blog</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3><a class="ablack" href="spartan-protocol.html">
Spartan protocol
</a></h3>
<!-- bashblog_timestamp: #202107051756.57# -->
<div class="subtitle">July 05, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I started exploring spartan protocol and currently making my own client for it in bash - <a href="https://tildegit.org/g1n/laconia">laconia</a>. It is very WIP, but can open <a href="https://spartan.mozz.us">spartan.mozz.us</a>, <a href="https://alexschroeder.ch">alexschroeder.ch</a>, and local server on ~team generated from mine gemini capsule.</p>
<p>tags: <a href='tag_spartan.html'>spartan</a>, <a href='tag_protocol.html'>protocol</a>, <a href='tag_gemini.html'>gemini</a></p>
<!-- text end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;xhec&#46;one">g1n&#64;xhec&#46;one</a><br>
generated with <a href="https://tildegit.org/team/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</body></html>

34
blog/tag_spartan.html Normal file
View File

@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="blog.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="subscribe to this page..." href="xhec.one/~g1n/feed.xml">
<title>~g1n's blog &mdash; posts tagged "spartan"</title>
</head><body>
<div id="divbodyholder">
<div class="headerholder"><div class="header">
<div id="title">
<h1 class="nomargin"><a class="ablack" href="https://xhec.one/~g1n/index.html">~g1n's blog</a></h1>
<div id="description">~g1n's blog</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3><a class="ablack" href="spartan-protocol.html">
Spartan protocol
</a></h3>
<!-- bashblog_timestamp: #202107051756.57# -->
<div class="subtitle">July 05, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I started exploring spartan protocol and currently making my own client for it in bash - <a href="https://tildegit.org/g1n/laconia">laconia</a>. It is very WIP, but can open <a href="https://spartan.mozz.us">spartan.mozz.us</a>, <a href="https://alexschroeder.ch">alexschroeder.ch</a>, and local server on ~team generated from mine gemini capsule.</p>
<p>tags: <a href='tag_spartan.html'>spartan</a>, <a href='tag_protocol.html'>protocol</a>, <a href='tag_gemini.html'>gemini</a></p>
<!-- text end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~g1n/">G1n</a> &mdash; <a href="mailto:g1n&#64;xhec&#46;one">g1n&#64;xhec&#46;one</a><br>
generated with <a href="https://tildegit.org/team/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>
</div></div>
</body></html>

View File

@ -39,6 +39,8 @@
<hr>
<h3> My projects </h3>
<p>~> <a href="http://pitilde.ddns.net">pi.tilde</a> (currently registration only via irc to me)</p>
<p>~> <a href="https://tildegit.org/g1n/twtxt-c">twtxt-c</a> - simple bash client for twtxt</p>
<p>~> <a href="https://tildegit.org/g1n/laconia">laconia</a> - simple spartan protocol client</p>
<hr>
<h3> Other tildes where you can find me: </h3>
<p> ~> <a href="https://tilde.cafe/~g1n">tilde.cafe</a></p>