Created a new branch adding a blog

This I think is the inital commits fro everything in the blog folder
why is there a gmi file in here as well?
This commit is contained in:
Russell Riker 2022-11-12 18:24:18 +00:00
parent 7d7f454c64
commit 51b5aeb7a7
18 changed files with 322 additions and 0 deletions

BIN
blog/.backup.tar.gz Normal file

Binary file not shown.

BIN
blog/.yesterday.tar.gz Normal file

Binary file not shown.

27
blog/all_posts.html Normal file
View File

@ -0,0 +1,27 @@
<!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="feed.rss">
<title>my tildelog &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://tilde.team/~drwasabi/blog/index.html">my tildelog</a></h1>
<div id="description">a blog about tildes</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3>all posts</h3>
<h4 class='allposts_header'>September 2022</h4>
<ul>
<li><a href="./title-on-this-line.html">Title on this line</a> &mdash; September 12, 2022</li>
</ul>
<div id="all_posts"><a href="./index.html">back home</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~drwasabi/">~drwasabi</a> &mdash; <a href="mailto:drwasabi&#64;tilde&#46;team">drwasabi&#64;tilde&#46;team</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>

29
blog/all_tags.html Normal file
View File

@ -0,0 +1,29 @@
<!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="feed.rss">
<title>my tildelog &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://tilde.team/~drwasabi/blog/index.html">my tildelog</a></h1>
<div id="description">a blog about tildes</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3>all tags</h3>
<ul>
<li><a href="tag_beware-with-underscores-in-markdown.html">beware-with-underscores-in-markdown</a> &mdash; 1 post</li>
<li><a href="tag_example.html">example</a> &mdash; 1 post</li>
<li><a href="tag_keep-this-tag-format.html">keep-this-tag-format</a> &mdash; 1 post</li>
<li><a href="tag_tags-are-optional.html">tags-are-optional</a> &mdash; 1 post</li>
</ul>
<div id="all_posts"><a href="./index.html">back home</a></div>
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~drwasabi/">~drwasabi</a> &mdash; <a href="mailto:drwasabi&#64;tilde&#46;team">drwasabi&#64;tilde&#46;team</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>

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;}

6
blog/drafts/first.md Normal file
View File

@ -0,0 +1,6 @@
First
The rest of the text file is a **Markdown** blog post. The process will continue
as soon as you exit your editor.
tags: keep-this-tag-format, tags-are-optional, beware-with-underscores-in-markdown, example

View File

@ -0,0 +1,6 @@
Title on this line
The rest of the text file is a **Markdown** blog post. The process will continue
as soon as you exit your editor.
tags: keep-this-tag-format, tags-are-optional, beware-with-underscores-in-markdown, example

21
blog/feed.rss Normal file
View File

@ -0,0 +1,21 @@
<?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>my tildelog</title><link>https://tilde.team/~drwasabi/blog/index.html</link>
<description>a blog about tildes</description><language>en</language>
<lastBuildDate>Mon, 12 Sep 2022 14:57:28 +0000</lastBuildDate>
<pubDate>Mon, 12 Sep 2022 14:57:28 +0000</pubDate>
<atom:link href="https://tilde.team/~drwasabi/blog/feed.rss" rel="self" type="application/rss+xml">
<item><title>
Title on this line
</title><description><![CDATA[
<p>The rest of the text file is a <strong>Markdown</strong> blog post. The process will continue
as soon as you exit your editor.</p>
<p>tags: <a href='tag_keep-this-tag-format.html'>keep-this-tag-format</a>, <a href='tag_tags-are-optional.html'>tags-are-optional</a>, <a href='tag_beware-with-underscores-in-markdown.html'>beware-with-underscores-in-markdown</a>, <a href='tag_example.html'>example</a></p>
<!-- text end -->
]]></description><link>https://tilde.team/~drwasabi/blog/title-on-this-line.html</link>
<guid>https://tilde.team/~drwasabi/blog/./title-on-this-line.html</guid>
<dc:creator>~drwasabi</dc:creator>
<pubDate>Mon, 12 Sep 2022 14:57:21 +0000</pubDate></item>
</channel></rss>

6
blog/first.md Normal file
View File

@ -0,0 +1,6 @@
So this is a blog??
what do I blog about? I have no clue.
Thanks

7
blog/gophermap Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env sh
printf "my bashblog posts\n"
user=$(stat -c '%U' .)
for post in $(ls -t *.md); do
post=$(basename $post)
printf "0$post\t/~$user/blog/$post\ttilde.team\t70\n"
done

8
blog/index.gmi Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env sh
printf "20 text/gemini\r\n"
printf "my bashblog posts\r\n"
user=$(stat -c '%U' $0)
for post in $(ls -t /home/$user/public_gemini/blog/*.md); do
post=$(basename $post)
printf "=> /~$user/blog/$post $post\r\n"
done

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,35 @@
<!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="feed.rss">
<title>my tildelog &mdash; posts tagged "beware-with-underscores-in-markdown"</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/~drwasabi/blog/index.html">my tildelog</a></h1>
<div id="description">a blog about tildes</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3><a class="ablack" href="title-on-this-line.html">
Title on this line
</a></h3>
<!-- bashblog_timestamp: #202209121457.21# -->
<div class="subtitle">September 12, 2022 &mdash;
~drwasabi
</div>
<!-- text begin -->
<p>The rest of the text file is a <strong>Markdown</strong> blog post. The process will continue
as soon as you exit your editor.</p>
<p>tags: <a href='tag_keep-this-tag-format.html'>keep-this-tag-format</a>, <a href='tag_tags-are-optional.html'>tags-are-optional</a>, <a href='tag_beware-with-underscores-in-markdown.html'>beware-with-underscores-in-markdown</a>, <a href='tag_example.html'>example</a></p>
<!-- text end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~drwasabi/">~drwasabi</a> &mdash; <a href="mailto:drwasabi&#64;tilde&#46;team">drwasabi&#64;tilde&#46;team</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>

35
blog/tag_example.html Normal file
View File

@ -0,0 +1,35 @@
<!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="feed.rss">
<title>my tildelog &mdash; posts tagged "example"</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/~drwasabi/blog/index.html">my tildelog</a></h1>
<div id="description">a blog about tildes</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3><a class="ablack" href="title-on-this-line.html">
Title on this line
</a></h3>
<!-- bashblog_timestamp: #202209121457.21# -->
<div class="subtitle">September 12, 2022 &mdash;
~drwasabi
</div>
<!-- text begin -->
<p>The rest of the text file is a <strong>Markdown</strong> blog post. The process will continue
as soon as you exit your editor.</p>
<p>tags: <a href='tag_keep-this-tag-format.html'>keep-this-tag-format</a>, <a href='tag_tags-are-optional.html'>tags-are-optional</a>, <a href='tag_beware-with-underscores-in-markdown.html'>beware-with-underscores-in-markdown</a>, <a href='tag_example.html'>example</a></p>
<!-- text end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~drwasabi/">~drwasabi</a> &mdash; <a href="mailto:drwasabi&#64;tilde&#46;team">drwasabi&#64;tilde&#46;team</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

@ -0,0 +1,35 @@
<!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="feed.rss">
<title>my tildelog &mdash; posts tagged "keep-this-tag-format"</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/~drwasabi/blog/index.html">my tildelog</a></h1>
<div id="description">a blog about tildes</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3><a class="ablack" href="title-on-this-line.html">
Title on this line
</a></h3>
<!-- bashblog_timestamp: #202209121457.21# -->
<div class="subtitle">September 12, 2022 &mdash;
~drwasabi
</div>
<!-- text begin -->
<p>The rest of the text file is a <strong>Markdown</strong> blog post. The process will continue
as soon as you exit your editor.</p>
<p>tags: <a href='tag_keep-this-tag-format.html'>keep-this-tag-format</a>, <a href='tag_tags-are-optional.html'>tags-are-optional</a>, <a href='tag_beware-with-underscores-in-markdown.html'>beware-with-underscores-in-markdown</a>, <a href='tag_example.html'>example</a></p>
<!-- text end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~drwasabi/">~drwasabi</a> &mdash; <a href="mailto:drwasabi&#64;tilde&#46;team">drwasabi&#64;tilde&#46;team</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

@ -0,0 +1,35 @@
<!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="feed.rss">
<title>my tildelog &mdash; posts tagged "tags-are-optional"</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/~drwasabi/blog/index.html">my tildelog</a></h1>
<div id="description">a blog about tildes</div>
</div></div></div>
<div id="divbody"><div class="content">
<h3><a class="ablack" href="title-on-this-line.html">
Title on this line
</a></h3>
<!-- bashblog_timestamp: #202209121457.21# -->
<div class="subtitle">September 12, 2022 &mdash;
~drwasabi
</div>
<!-- text begin -->
<p>The rest of the text file is a <strong>Markdown</strong> blog post. The process will continue
as soon as you exit your editor.</p>
<p>tags: <a href='tag_keep-this-tag-format.html'>keep-this-tag-format</a>, <a href='tag_tags-are-optional.html'>tags-are-optional</a>, <a href='tag_beware-with-underscores-in-markdown.html'>beware-with-underscores-in-markdown</a>, <a href='tag_example.html'>example</a></p>
<!-- text end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~drwasabi/">~drwasabi</a> &mdash; <a href="mailto:drwasabi&#64;tilde&#46;team">drwasabi&#64;tilde&#46;team</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

@ -0,0 +1,37 @@
<!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="feed.rss">
<title>Title on this line</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/~drwasabi/blog/index.html">my tildelog</a></h1>
<div id="description">a blog about tildes</div>
</div></div></div>
<div id="divbody"><div class="content">
<!-- entry begin -->
<h3><a class="ablack" href="title-on-this-line.html">
Title on this line
</a></h3>
<!-- bashblog_timestamp: #202209121457.21# -->
<div class="subtitle">September 12, 2022 &mdash;
~drwasabi
</div>
<!-- text begin -->
<p>The rest of the text file is a <strong>Markdown</strong> blog post. The process will continue
as soon as you exit your editor.</p>
<p>tags: <a href='tag_keep-this-tag-format.html'>keep-this-tag-format</a>, <a href='tag_tags-are-optional.html'>tags-are-optional</a>, <a href='tag_beware-with-underscores-in-markdown.html'>beware-with-underscores-in-markdown</a>, <a href='tag_example.html'>example</a></p>
<!-- text end -->
<!-- entry end -->
</div>
<div id="footer">CC by-nc-nd <a href="https://tilde.team/~drwasabi/">~drwasabi</a> &mdash; <a href="mailto:drwasabi&#64;tilde&#46;team">drwasabi&#64;tilde&#46;team</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

@ -0,0 +1,6 @@
Title on this line
The rest of the text file is a **Markdown** blog post. The process will continue
as soon as you exit your editor.
tags: keep-this-tag-format, tags-are-optional, beware-with-underscores-in-markdown, example