New blog-post

This commit is contained in:
g1n 2021-06-01 11:39:41 -04:00
parent f8a7111396
commit 9101cf9d31
10 changed files with 242 additions and 25 deletions

View File

@ -15,6 +15,10 @@
</div></div></div>
<div id="divbody"><div class="content">
<h3>All posts</h3>
<h4 class='allposts_header'>June 2021</h4>
<ul>
<li><a href="./learning-programing.html">Learning programing</a> &mdash; June 01, 2021</li>
</ul>
<h4 class='allposts_header'>May 2021</h4>
<ul>
<li><a href="./bmpdb-and-bmpcb---play-music-on-your-machine-in-command-line.html"><b>mpd</b> and <b>mpc</b> - play music on your machine in command line</a> &mdash; May 21, 2021</li>

View File

@ -31,8 +31,10 @@
<li><a href="tag_first-post.html">first-post</a> &mdash; 1 post</li>
<li><a href="tag_gemini.html">gemini</a> &mdash; 1 post</li>
<li><a href="tag_git.html">git</a> &mdash; 1 post</li>
<li><a href="tag_go.html">go</a> &mdash; 1 post</li>
<li><a href="tag_gopher.html">gopher</a> &mdash; 1 post</li>
<li><a href="tag_hello.html">hello</a> &mdash; 1 post</li>
<li><a href="tag_learning.html">learning</a> &mdash; 1 post</li>
<li><a href="tag_magit.html">magit</a> &mdash; 1 post</li>
<li><a href="tag_mpc.html">mpc</a> &mdash; 1 post</li>
<li><a href="tag_mpd.html">mpd</a> &mdash; 1 post</li>
@ -42,7 +44,10 @@
<li><a href="tag_org-mode.html">org-mode</a> &mdash; 1 post</li>
<li><a href="tag_orgmode.html">orgmode</a> &mdash; 1 post</li>
<li><a href="tag_plan9.html">plan9</a> &mdash; 1 post</li>
<li><a href="tag_programing.html">programing</a> &mdash; 1 post</li>
<li><a href="tag_python.html">python</a> &mdash; 1 post</li>
<li><a href="tag_qemu.html">qemu</a> &mdash; 1 post</li>
<li><a href="tag_rust.html">rust</a> &mdash; 1 post</li>
<li><a href="tag_sites.html">sites</a> &mdash; 1 post</li>
<li><a href="tag_st.html">st</a> &mdash; 1 post</li>
<li><a href="tag_suckless.html">suckless</a> &mdash; 1 post</li>

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>Fri, 21 May 2021 11:46:06 -0400</lastBuildDate>
<pubDate>Fri, 21 May 2021 11:46:06 -0400</pubDate>
<lastBuildDate>Tue, 01 Jun 2021 11:39:05 -0400</lastBuildDate>
<pubDate>Tue, 01 Jun 2021 11:39:05 -0400</pubDate>
<atom:link href="https://xhec.one/~g1n/feed.rss" rel="self" type="application/rss+xml" />
<item><title>
Learning programing
</title><description><![CDATA[
<p> Yesterday I started learning Go. Today: Rust. Tommorow I will improve Python. Going to program everyday! </p>
<p>Tags: <a href='tag_programing.html'>programing</a>, <a href='tag_learning.html'>learning</a>, <a href='tag_go.html'>go</a>, <a href='tag_rust.html'>rust</a>, <a href='tag_python.html'>python</a></p>
<!-- text end -->
]]></description><link>https://xhec.one/~g1n/learning-programing.html</link>
<guid>https://xhec.one/~g1n/./learning-programing.html</guid>
<dc:creator>G1n</dc:creator>
<pubDate>Tue, 01 Jun 2021 11:37:34 -0400</pubDate></item>
<item><title>
<b>mpd</b> and <b>mpc</b> - play music on your machine in command line
</title><description><![CDATA[
@ -119,16 +131,4 @@ EXWM - X.org window manager but in emacs
<guid>https://xhec.one/~g1n/./exwm---xorg-window-manager-but-in-emacs.html</guid>
<dc:creator>G1n</dc:creator>
<pubDate>Sat, 01 May 2021 09:15:19 -0400</pubDate></item>
<item><title>
Creating OrgBlog
</title><description><![CDATA[
<p><b>OrgBlog</b> - simple blog on emacs org-mode</p>
<p>Tags: <a href='tag_orgblog.html'>orgblog</a>, <a href='tag_emacs.html'>emacs</a>, <a href='tag_orgmode.html'>orgmode</a>, <a href='tag_org-mode.html'>org-mode</a></p>
<!-- text end -->
]]></description><link>https://xhec.one/~g1n/creating-orgblog.html</link>
<guid>https://xhec.one/~g1n/./creating-orgblog.html</guid>
<dc:creator>G1n</dc:creator>
<pubDate>Fri, 30 Apr 2021 11:16:14 -0400</pubDate></item>
</channel></rss>

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="learning-programing.html">
Learning programing
</a></h3>
<!-- bashblog_timestamp: #202106011137.34# -->
<div class="subtitle">June 01, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p> Yesterday I started learning Go. Today: Rust. Tommorow I will improve Python. Going to program everyday! </p>
<p>Tags: <a href='tag_programing.html'>programing</a>, <a href='tag_learning.html'>learning</a>, <a href='tag_go.html'>go</a>, <a href='tag_rust.html'>rust</a>, <a href='tag_python.html'>python</a></p>
<!-- text end -->
<h3><a class="ablack" href="bmpdb-and-bmpcb---play-music-on-your-machine-in-command-line.html">
<b>mpd</b> and <b>mpc</b> - play music on your machine in command line
</a></h3>
@ -113,17 +126,6 @@ Getting started guide - <a href="https://magit.vc/manual/magit/Getting-Started.h
<p>Tags: <a href='tag_emacs.html'>emacs</a>, <a href='tag_emacs-for-everything.html'>emacs-for-everything</a>, <a href='tag_magit.html'>magit</a></p>
<!-- text end -->
<h3><a class="ablack" href="elfeed---feed-reader-in-emacs.html">
elfeed - feed reader in emacs
</a></h3>
<!-- bashblog_timestamp: #202105010919.20# -->
<div class="subtitle">May 01, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>Tags: <a href='tag_emacs.html'>emacs</a>, <a href='tag_emacs-for-everything.html'>emacs-for-everything</a>, <a href='tag_elfeed.html'>elfeed</a></p>
<!-- text end -->
<div id="all_posts"><a href="all_posts.html">View more posts</a> &mdash; <a href="all_tags.html">All tags</a> &mdash; <a href="xhec.one/~g1n/feed.xml">Subscribe</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="http://twitter.com/example">G1n</a> &mdash; <a href="mailto:g1n&#64;xhec&#46;one">g1n&#64;xhec&#46;one</a><br/>

View File

@ -0,0 +1,36 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;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>Learning programing</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="learning-programing.html">
Learning programing
</a></h3>
<!-- bashblog_timestamp: #202106011137.34# -->
<div class="subtitle">June 01, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p> Yesterday I started learning Go. Today: Rust. Tommorow I will improve Python. Going to program everyday! </p>
<p>Tags: <a href='tag_programing.html'>programing</a>, <a href='tag_learning.html'>learning</a>, <a href='tag_go.html'>go</a>, <a href='tag_rust.html'>rust</a>, <a href='tag_python.html'>python</a></p>
<!-- text end -->
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="http://twitter.com/example">G1n</a> &mdash; <a href="mailto:g1n&#64;xhec&#46;one">g1n&#64;xhec&#46;one</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>

34
blog/tag_go.html Normal file
View File

@ -0,0 +1,34 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;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 "go"</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="learning-programing.html">
Learning programing
</a></h3>
<!-- bashblog_timestamp: #202106011137.34# -->
<div class="subtitle">June 01, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p> Yesterday I started learning Go. Today: Rust. Tommorow I will improve Python. Going to program everyday! </p>
<p>Tags: <a href='tag_programing.html'>programing</a>, <a href='tag_learning.html'>learning</a>, <a href='tag_go.html'>go</a>, <a href='tag_rust.html'>rust</a>, <a href='tag_python.html'>python</a></p>
<!-- text end -->
</div>
<div id="footer">CC by-nc-nd <a href="http://twitter.com/example">G1n</a> &mdash; <a href="mailto:g1n&#64;xhec&#46;one">g1n&#64;xhec&#46;one</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>

34
blog/tag_learning.html Normal file
View File

@ -0,0 +1,34 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;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 "learning"</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="learning-programing.html">
Learning programing
</a></h3>
<!-- bashblog_timestamp: #202106011137.34# -->
<div class="subtitle">June 01, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p> Yesterday I started learning Go. Today: Rust. Tommorow I will improve Python. Going to program everyday! </p>
<p>Tags: <a href='tag_programing.html'>programing</a>, <a href='tag_learning.html'>learning</a>, <a href='tag_go.html'>go</a>, <a href='tag_rust.html'>rust</a>, <a href='tag_python.html'>python</a></p>
<!-- text end -->
</div>
<div id="footer">CC by-nc-nd <a href="http://twitter.com/example">G1n</a> &mdash; <a href="mailto:g1n&#64;xhec&#46;one">g1n&#64;xhec&#46;one</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>

34
blog/tag_programing.html Normal file
View File

@ -0,0 +1,34 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;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 "programing"</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="learning-programing.html">
Learning programing
</a></h3>
<!-- bashblog_timestamp: #202106011137.34# -->
<div class="subtitle">June 01, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p> Yesterday I started learning Go. Today: Rust. Tommorow I will improve Python. Going to program everyday! </p>
<p>Tags: <a href='tag_programing.html'>programing</a>, <a href='tag_learning.html'>learning</a>, <a href='tag_go.html'>go</a>, <a href='tag_rust.html'>rust</a>, <a href='tag_python.html'>python</a></p>
<!-- text end -->
</div>
<div id="footer">CC by-nc-nd <a href="http://twitter.com/example">G1n</a> &mdash; <a href="mailto:g1n&#64;xhec&#46;one">g1n&#64;xhec&#46;one</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>

34
blog/tag_python.html Normal file
View File

@ -0,0 +1,34 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;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 "python"</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="learning-programing.html">
Learning programing
</a></h3>
<!-- bashblog_timestamp: #202106011137.34# -->
<div class="subtitle">June 01, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p> Yesterday I started learning Go. Today: Rust. Tommorow I will improve Python. Going to program everyday! </p>
<p>Tags: <a href='tag_programing.html'>programing</a>, <a href='tag_learning.html'>learning</a>, <a href='tag_go.html'>go</a>, <a href='tag_rust.html'>rust</a>, <a href='tag_python.html'>python</a></p>
<!-- text end -->
</div>
<div id="footer">CC by-nc-nd <a href="http://twitter.com/example">G1n</a> &mdash; <a href="mailto:g1n&#64;xhec&#46;one">g1n&#64;xhec&#46;one</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>

34
blog/tag_rust.html Normal file
View File

@ -0,0 +1,34 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-type" content="text/html;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 "rust"</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="learning-programing.html">
Learning programing
</a></h3>
<!-- bashblog_timestamp: #202106011137.34# -->
<div class="subtitle">June 01, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p> Yesterday I started learning Go. Today: Rust. Tommorow I will improve Python. Going to program everyday! </p>
<p>Tags: <a href='tag_programing.html'>programing</a>, <a href='tag_learning.html'>learning</a>, <a href='tag_go.html'>go</a>, <a href='tag_rust.html'>rust</a>, <a href='tag_python.html'>python</a></p>
<!-- text end -->
</div>
<div id="footer">CC by-nc-nd <a href="http://twitter.com/example">G1n</a> &mdash; <a href="mailto:g1n&#64;xhec&#46;one">g1n&#64;xhec&#46;one</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>