Add new blogpost

This commit is contained in:
g1n 2021-05-21 11:46:37 -04:00
parent da0d372452
commit 22f0103e64
10 changed files with 247 additions and 27 deletions

View File

@ -17,6 +17,7 @@
<h3>All posts</h3>
<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>
<li><a href="./notmuch---mail-in-emacs.html">notmuch - mail in emacs</a> &mdash; May 20, 2021</li>
<li><a href="./exploring-plan-9.html">Exploring Plan 9</a> &mdash; May 09, 2021</li>
<li><a href="./using-suckless-programs.html">Using suckless programs</a> &mdash; May 06, 2021</li>

View File

@ -19,6 +19,7 @@
<li><a href="tag_bashblog.html">bashblog</a> &mdash; 1 post</li>
<li><a href="tag_cli.html">cli</a> &mdash; 1 post</li>
<li><a href="tag_codeberg.html">codeberg</a> &mdash; 1 post</li>
<li><a href="tag_command-line.html">command-line</a> &mdash; 1 post</li>
<li><a href="tag_dmenu.html">dmenu</a> &mdash; 1 post</li>
<li><a href="tag_dwm.html">dwm</a> &mdash; 1 post</li>
<li><a href="tag_elfeed.html">elfeed</a> &mdash; 1 post</li>
@ -33,6 +34,9 @@
<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_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>
<li><a href="tag_music.html">music</a> &mdash; 1 post</li>
<li><a href="tag_notmuch.html">notmuch</a> &mdash; 1 post</li>
<li><a href="tag_orgblog.html">orgblog</a> &mdash; 1 post</li>
<li><a href="tag_org-mode.html">org-mode</a> &mdash; 1 post</li>
@ -45,6 +49,7 @@
<li><a href="tag_surf.html">surf</a> &mdash; 1 post</li>
<li><a href="tag_test.html">test</a> &mdash; 1 post</li>
<li><a href="tag_text-only.html">text-only</a> &mdash; 1 post</li>
<li><a href="tag_tilderadio.html">tilderadio</a> &mdash; 1 post</li>
<li><a href="tag_virt-manager.html">virt-manager</a> &mdash; 1 post</li>
</ul>
<div id="all_posts"><a href="./index.html">Back to the index page</a></div>

View File

@ -0,0 +1,37 @@
<!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><b>mpd</b> and <b>mpc</b> - play music on your machine in command line</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="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>
<!-- bashblog_timestamp: #202105211145.54# -->
<div class="subtitle">May 21, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I setup mpd and mpc for playing <a href="https://tilderadio.org">tilderadio</a><br>
Now going to setup emms (emacs music player). One more thing that I can do without browser</p>
<p>Tags: <a href='tag_mpd.html'>mpd</a>, <a href='tag_mpc.html'>mpc</a>, <a href='tag_tilderadio.html'>tilderadio</a>, <a href='tag_music.html'>music</a>, <a href='tag_command-line.html'>command-line</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>

View File

@ -2,10 +2,23 @@
<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>Thu, 20 May 2021 12:04:38 -0400</lastBuildDate>
<pubDate>Thu, 20 May 2021 12:04:38 -0400</pubDate>
<lastBuildDate>Fri, 21 May 2021 11:46:06 -0400</lastBuildDate>
<pubDate>Fri, 21 May 2021 11:46:06 -0400</pubDate>
<atom:link href="https://xhec.one/~g1n/feed.rss" rel="self" type="application/rss+xml" />
<item><title>
<b>mpd</b> and <b>mpc</b> - play music on your machine in command line
</title><description><![CDATA[
<p>I setup mpd and mpc for playing <a href="https://tilderadio.org">tilderadio</a><br>
Now going to setup emms (emacs music player). One more thing that I can do without browser</p>
<p>Tags: <a href='tag_mpd.html'>mpd</a>, <a href='tag_mpc.html'>mpc</a>, <a href='tag_tilderadio.html'>tilderadio</a>, <a href='tag_music.html'>music</a>, <a href='tag_command-line.html'>command-line</a></p>
<!-- text end -->
]]></description><link>https://xhec.one/~g1n/bmpdb-and-bmpcb---play-music-on-your-machine-in-command-line.html</link>
<guid>https://xhec.one/~g1n/./bmpdb-and-bmpcb---play-music-on-your-machine-in-command-line.html</guid>
<dc:creator>G1n</dc:creator>
<pubDate>Fri, 21 May 2021 11:45:54 -0400</pubDate></item>
<item><title>
notmuch - mail in emacs
</title><description><![CDATA[
@ -118,16 +131,4 @@ Creating OrgBlog
<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>
<item><title>
Published this tilde page on Codeberg
</title><description><![CDATA[
<p><a href="https://codeberg.org/g1n/www">Sources</a></p>
<p>Tags: <a href='tag_git.html'>git</a>, <a href='tag_codeberg.html'>codeberg</a></p>
<!-- text end -->
]]></description><link>https://xhec.one/~g1n/published-this-tilde-page-on-codeberg.html</link>
<guid>https://xhec.one/~g1n/./published-this-tilde-page-on-codeberg.html</guid>
<dc:creator>G1n</dc:creator>
<pubDate>Fri, 30 Apr 2021 11:14:56 -0400</pubDate></item>
</channel></rss>

View File

@ -14,6 +14,20 @@
<div id="description">~g1n's blog</div>
</div></div></div>
<div id="divbody"><div class="content">
<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>
<!-- bashblog_timestamp: #202105211145.54# -->
<div class="subtitle">May 21, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I setup mpd and mpc for playing <a href="https://tilderadio.org">tilderadio</a><br>
Now going to setup emms (emacs music player). One more thing that I can do without browser</p>
<p>Tags: <a href='tag_mpd.html'>mpd</a>, <a href='tag_mpc.html'>mpc</a>, <a href='tag_tilderadio.html'>tilderadio</a>, <a href='tag_music.html'>music</a>, <a href='tag_command-line.html'>command-line</a></p>
<!-- text end -->
<h3><a class="ablack" href="notmuch---mail-in-emacs.html">
notmuch - mail in emacs
</a></h3>
@ -110,19 +124,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_elfeed.html'>elfeed</a></p>
<!-- text end -->
<h3><a class="ablack" href="exwm---xorg-window-manager-but-in-emacs.html">
EXWM - X.org window manager but in emacs
</a></h3>
<!-- bashblog_timestamp: #202105010915.19# -->
<div class="subtitle">May 01, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>You can use emacs even as window manager</p>
<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 -->
<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,35 @@
<!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 "command-line"</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="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>
<!-- bashblog_timestamp: #202105211145.54# -->
<div class="subtitle">May 21, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I setup mpd and mpc for playing <a href="https://tilderadio.org">tilderadio</a><br>
Now going to setup emms (emacs music player). One more thing that I can do without browser</p>
<p>Tags: <a href='tag_mpd.html'>mpd</a>, <a href='tag_mpc.html'>mpc</a>, <a href='tag_tilderadio.html'>tilderadio</a>, <a href='tag_music.html'>music</a>, <a href='tag_command-line.html'>command-line</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>

35
blog/tag_mpc.html Normal file
View File

@ -0,0 +1,35 @@
<!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 "mpc"</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="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>
<!-- bashblog_timestamp: #202105211145.54# -->
<div class="subtitle">May 21, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I setup mpd and mpc for playing <a href="https://tilderadio.org">tilderadio</a><br>
Now going to setup emms (emacs music player). One more thing that I can do without browser</p>
<p>Tags: <a href='tag_mpd.html'>mpd</a>, <a href='tag_mpc.html'>mpc</a>, <a href='tag_tilderadio.html'>tilderadio</a>, <a href='tag_music.html'>music</a>, <a href='tag_command-line.html'>command-line</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>

35
blog/tag_mpd.html Normal file
View File

@ -0,0 +1,35 @@
<!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 "mpd"</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="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>
<!-- bashblog_timestamp: #202105211145.54# -->
<div class="subtitle">May 21, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I setup mpd and mpc for playing <a href="https://tilderadio.org">tilderadio</a><br>
Now going to setup emms (emacs music player). One more thing that I can do without browser</p>
<p>Tags: <a href='tag_mpd.html'>mpd</a>, <a href='tag_mpc.html'>mpc</a>, <a href='tag_tilderadio.html'>tilderadio</a>, <a href='tag_music.html'>music</a>, <a href='tag_command-line.html'>command-line</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>

35
blog/tag_music.html Normal file
View File

@ -0,0 +1,35 @@
<!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 "music"</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="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>
<!-- bashblog_timestamp: #202105211145.54# -->
<div class="subtitle">May 21, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I setup mpd and mpc for playing <a href="https://tilderadio.org">tilderadio</a><br>
Now going to setup emms (emacs music player). One more thing that I can do without browser</p>
<p>Tags: <a href='tag_mpd.html'>mpd</a>, <a href='tag_mpc.html'>mpc</a>, <a href='tag_tilderadio.html'>tilderadio</a>, <a href='tag_music.html'>music</a>, <a href='tag_command-line.html'>command-line</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>

35
blog/tag_tilderadio.html Normal file
View File

@ -0,0 +1,35 @@
<!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 "tilderadio"</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="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>
<!-- bashblog_timestamp: #202105211145.54# -->
<div class="subtitle">May 21, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>I setup mpd and mpc for playing <a href="https://tilderadio.org">tilderadio</a><br>
Now going to setup emms (emacs music player). One more thing that I can do without browser</p>
<p>Tags: <a href='tag_mpd.html'>mpd</a>, <a href='tag_mpc.html'>mpc</a>, <a href='tag_tilderadio.html'>tilderadio</a>, <a href='tag_music.html'>music</a>, <a href='tag_command-line.html'>command-line</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>