Inittional commit

This commit is contained in:
g1n 2021-04-25 14:34:57 -04:00
commit 387b79103a
20 changed files with 580 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.tar.gz
blog/*.tar.gz

17
about.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>About</title>
</head>
<body>
<h1>About me</h1>
<hr>
<ul>
<li> ~> $LANGS=PYTHON </li>
<li> ~> $DISTRO=ARCH </li>
<li> ~> $EDITOR=VIM(but lerning emacs) </li>
</ul>
</body>
</html>

41
blog/.config Executable file
View File

@ -0,0 +1,41 @@
global_software_name="BashBlog"
global_software_version="2.9"
# Blog title
global_title="~g1n's blog"
# The typical subtitle for each blog
global_description="~g1n's blog"
# The public base URL for this blog
global_url="https://xhec.one/~g1n"
# Your name
global_author="G1n"
# You can use twitter or facebook or anything for global_author_url
#global_author_url="http://twitter.com/example"
# Your email
global_email="g1n@xhec.one"
# CC by-nc-nd is a good starting point, you can change this to "&copy;" for Copyright
global_license="CC by-nc-nd"
# If you have a Google Analytics ID (UA-XXXXX) and wish to use the standard
# embedding code, put it on global_analytics
# If you have custom analytics code (i.e. non-google) or want to use the Universal
# code, leave global_analytics empty and specify a global_analytics_file
#global_analytics=""
#global_analytics_file=""
# Leave this empty (i.e. "") if you don't want to use feedburner,
# or change it to your own URL
global_feedburner="xhec.one/~g1n/feed.xml"
# Change this to your username if you want to use twitter for comments
#global_twitter_username=""
# Set this to false for a Twitter button with share count. The cookieless version
# is just a link.
global_twitter_cookieless="true"
# Default search page, where tweets more than a week old are hidden
#global_twitter_search="twitter"
# Change this to your disqus username to use disqus for comments
#global_disqus_username=""

28
blog/all_posts.html Normal file
View File

@ -0,0 +1,28 @@
<!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; All posts</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>All posts</h3>
<h4 class='allposts_header'>April 2021</h4>
<ul>
<li><a href="./wttrin.html">Wttr.in</a> &mdash; April 24, 2021</li>
<li><a href="./my-first-post-on-xhecone.html">My first post on xhec.one</a> &mdash; April 24, 2021</li>
</ul>
<div id="all_posts"><a href="./index.html">Back to the index page</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/>
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>

32
blog/all_tags.html Normal file
View File

@ -0,0 +1,32 @@
<!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; All tags</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>All tags</h3>
<ul>
<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_first-post.html">first-post</a> &mdash; 1 post</li>
<li><a href="tag_hello.html">hello</a> &mdash; 1 post</li>
<li><a href="tag_sites.html">sites</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>
</ul>
<div id="all_posts"><a href="./index.html">Back to the index page</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/>
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>

13
blog/blog.css Normal file
View File

@ -0,0 +1,13 @@
#title{font-size: x-large;}
a.ablack{color:black !important;}
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;}

32
blog/feed.rss Normal file
View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8" ?>
<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>Sun, 25 Apr 2021 09:51:39 -0400</lastBuildDate>
<pubDate>Sun, 25 Apr 2021 09:51:39 -0400</pubDate>
<atom:link href="https://xhec.one/~g1n/feed.rss" rel="self" type="application/rss+xml" />
<item><title>
Wttr.in
</title><description><![CDATA[
<p><a href="http://wttr.in">wttr.in</a> - text-only site for weather forecast</p>
<p>Tags: <a href='tag_cli.html'>cli</a>, <a href='tag_sites.html'>sites</a>, <a href='tag_text-only.html'>text-only</a></p>
<!-- text end -->
]]></description><link>https://xhec.one/~g1n/wttrin.html</link>
<guid>https://xhec.one/~g1n/./wttrin.html</guid>
<dc:creator>G1n</dc:creator>
<pubDate>Sat, 24 Apr 2021 14:31:32 -0400</pubDate></item>
<item><title>
My first post on xhec.one
</title><description><![CDATA[
<p>Hello everyone. First post on tilde by one of the first user here. </p>
<p>Tags: <a href='tag_first-post.html'>first-post</a>, <a href='tag_test.html'>test</a>, <a href='tag_hello.html'>hello</a>, <a href='tag_bashblog.html'>bashblog</a></p>
<!-- text end -->
]]></description><link>https://xhec.one/~g1n/my-first-post-on-xhecone.html</link>
<guid>https://xhec.one/~g1n/./my-first-post-on-xhecone.html</guid>
<dc:creator>G1n</dc:creator>
<pubDate>Sat, 24 Apr 2021 12:40:43 -0400</pubDate></item>
</channel></rss>

48
blog/index.html Normal file
View File

@ -0,0 +1,48 @@
<!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</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="wttrin.html">
Wttr.in
</a></h3>
<!-- bashblog_timestamp: #202104241431.32# -->
<div class="subtitle">April 24, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p><a href="http://wttr.in">wttr.in</a> - text-only site for weather forecast</p>
<p>Tags: <a href='tag_cli.html'>cli</a>, <a href='tag_sites.html'>sites</a>, <a href='tag_text-only.html'>text-only</a></p>
<!-- text end -->
<h3><a class="ablack" href="my-first-post-on-xhecone.html">
My first post on xhec.one
</a></h3>
<!-- bashblog_timestamp: #202104241240.43# -->
<div class="subtitle">April 24, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>Hello everyone. First post on tilde by one of the first user here. </p>
<p>Tags: <a href='tag_first-post.html'>first-post</a>, <a href='tag_test.html'>test</a>, <a href='tag_hello.html'>hello</a>, <a href='tag_bashblog.html'>bashblog</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/>
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>

16
blog/main.css Normal file
View File

@ -0,0 +1,16 @@
body{font-family:Georgia,"Times New Roman",Times,serif;margin:0;padding:0;background-color:#F3F3F3;}
#divbodyholder{padding:5px;background-color:#DDD;width:100%;max-width:874px;margin:24px auto;}
#divbody{border:solid 1px #ccc;background-color:#fff;padding:0px 48px 24px 48px;top:0;}
.headerholder{background-color:#f9f9f9;border-top:solid 1px #ccc;border-left:solid 1px #ccc;border-right:solid 1px #ccc;}
.header{width:100%;max-width:800px;margin:0px auto;padding-top:24px;padding-bottom:8px;}
.content{margin-bottom:5%;}
.nomargin{margin:0;}
.description{margin-top:10px;border-top:solid 1px #666;padding:10px 0;}
h3{font-size:20pt;width:100%;font-weight:bold;margin-top:32px;margin-bottom:0;}
.clear{clear:both;}
#footer{padding-top:10px;border-top:solid 1px #666;color:#333333;text-align:center;font-size:small;font-family:"Courier New","Courier",monospace;}
a{text-decoration:none;color:#003366 !important;}
a:visited{text-decoration:none;color:#336699 !important;}
blockquote{background-color:#f9f9f9;border-left:solid 4px #e9e9e9;margin-left:12px;padding:12px 12px 12px 24px;}
blockquote img{margin:12px 0px;}
blockquote iframe{margin:12px 0px;}

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>My first post on xhec.one</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="my-first-post-on-xhecone.html">
My first post on xhec.one
</a></h3>
<!-- bashblog_timestamp: #202104241240.43# -->
<div class="subtitle">April 24, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>Hello everyone. First post on tilde by one of the first user here. </p>
<p>Tags: <a href='tag_first-post.html'>first-post</a>, <a href='tag_test.html'>test</a>, <a href='tag_hello.html'>hello</a>, <a href='tag_bashblog.html'>bashblog</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_bashblog.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 "bashblog"</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="my-first-post-on-xhecone.html">
My first post on xhec.one
</a></h3>
<!-- bashblog_timestamp: #202104241240.43# -->
<div class="subtitle">April 24, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>Hello everyone. First post on tilde by one of the first user here. </p>
<p>Tags: <a href='tag_first-post.html'>first-post</a>, <a href='tag_test.html'>test</a>, <a href='tag_hello.html'>hello</a>, <a href='tag_bashblog.html'>bashblog</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_cli.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 "cli"</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="wttrin.html">
Wttr.in
</a></h3>
<!-- bashblog_timestamp: #202104241431.32# -->
<div class="subtitle">April 24, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p><a href="http://wttr.in">wttr.in</a> - text-only site for weather forecast</p>
<p>Tags: <a href='tag_cli.html'>cli</a>, <a href='tag_sites.html'>sites</a>, <a href='tag_text-only.html'>text-only</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_first-post.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 "first-post"</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="my-first-post-on-xhecone.html">
My first post on xhec.one
</a></h3>
<!-- bashblog_timestamp: #202104241240.43# -->
<div class="subtitle">April 24, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>Hello everyone. First post on tilde by one of the first user here. </p>
<p>Tags: <a href='tag_first-post.html'>first-post</a>, <a href='tag_test.html'>test</a>, <a href='tag_hello.html'>hello</a>, <a href='tag_bashblog.html'>bashblog</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_hello.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 "hello"</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="my-first-post-on-xhecone.html">
My first post on xhec.one
</a></h3>
<!-- bashblog_timestamp: #202104241240.43# -->
<div class="subtitle">April 24, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>Hello everyone. First post on tilde by one of the first user here. </p>
<p>Tags: <a href='tag_first-post.html'>first-post</a>, <a href='tag_test.html'>test</a>, <a href='tag_hello.html'>hello</a>, <a href='tag_bashblog.html'>bashblog</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_sites.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 "sites"</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="wttrin.html">
Wttr.in
</a></h3>
<!-- bashblog_timestamp: #202104241431.32# -->
<div class="subtitle">April 24, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p><a href="http://wttr.in">wttr.in</a> - text-only site for weather forecast</p>
<p>Tags: <a href='tag_cli.html'>cli</a>, <a href='tag_sites.html'>sites</a>, <a href='tag_text-only.html'>text-only</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_test.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 "test"</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="my-first-post-on-xhecone.html">
My first post on xhec.one
</a></h3>
<!-- bashblog_timestamp: #202104241240.43# -->
<div class="subtitle">April 24, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p>Hello everyone. First post on tilde by one of the first user here. </p>
<p>Tags: <a href='tag_first-post.html'>first-post</a>, <a href='tag_test.html'>test</a>, <a href='tag_hello.html'>hello</a>, <a href='tag_bashblog.html'>bashblog</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_text-only.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 "text-only"</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="wttrin.html">
Wttr.in
</a></h3>
<!-- bashblog_timestamp: #202104241431.32# -->
<div class="subtitle">April 24, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p><a href="http://wttr.in">wttr.in</a> - text-only site for weather forecast</p>
<p>Tags: <a href='tag_cli.html'>cli</a>, <a href='tag_sites.html'>sites</a>, <a href='tag_text-only.html'>text-only</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>

36
blog/wttrin.html Normal file
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>Wttr.in</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="wttrin.html">
Wttr.in
</a></h3>
<!-- bashblog_timestamp: #202104241431.32# -->
<div class="subtitle">April 24, 2021 &mdash;
G1n
</div>
<!-- text begin -->
<p><a href="http://wttr.in">wttr.in</a> - text-only site for weather forecast</p>
<p>Tags: <a href='tag_cli.html'>cli</a>, <a href='tag_sites.html'>sites</a>, <a href='tag_text-only.html'>text-only</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>

23
index.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"></meta>
<title>g1n~xhec.one</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h3><pre>
_
__ _/ |_ __
/ _` | | '_ \
/\/| | (_| | | | | |
|/\/ \__, |_|_| |_|
|___/
</pre></h3>
<hr>
<h2>Little g1n's tilde site</h2>
<p>~> <a href="blog">BashBlog</a></p>
<p>~> <a href="about.html">About me</a></p>
</body>
</html>

18
style.css Normal file
View File

@ -0,0 +1,18 @@
body {
background:#1c1c1c;
color:#a7d129;
margin: 0 300px;
}
hr{
color:#32302f;
}
ul{
list-style: none;
}
li{
color:#81b214;
}
a{
text-decoration:none;
color:#9ede73;
}