diff --git a/blog/.backup.tar.gz b/blog/.backup.tar.gz new file mode 100644 index 0000000..ddcbeb2 Binary files /dev/null and b/blog/.backup.tar.gz differ diff --git a/blog/.yesterday.tar.gz b/blog/.yesterday.tar.gz new file mode 100644 index 0000000..c7d41d0 Binary files /dev/null and b/blog/.yesterday.tar.gz differ diff --git a/blog/all_posts.html b/blog/all_posts.html new file mode 100644 index 0000000..6aac084 --- /dev/null +++ b/blog/all_posts.html @@ -0,0 +1,27 @@ + + + + + + + +my tildelog — all posts + +
+
+
+

my tildelog

+
a blog about tildes
+
+
+

all posts

+

September 2022

+ + +
+ +
+ diff --git a/blog/all_tags.html b/blog/all_tags.html new file mode 100644 index 0000000..e0534c1 --- /dev/null +++ b/blog/all_tags.html @@ -0,0 +1,29 @@ + + + + + + + +my tildelog — all tags + +
+
+
+

my tildelog

+
a blog about tildes
+
+
+

all tags

+ + +
+ +
+ diff --git a/blog/blog.css b/blog/blog.css new file mode 100644 index 0000000..f50c140 --- /dev/null +++ b/blog/blog.css @@ -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;} diff --git a/blog/drafts/first.md b/blog/drafts/first.md new file mode 100644 index 0000000..bddeb12 --- /dev/null +++ b/blog/drafts/first.md @@ -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 diff --git a/blog/drafts/title-on-this-line.md b/blog/drafts/title-on-this-line.md new file mode 100644 index 0000000..193b4fb --- /dev/null +++ b/blog/drafts/title-on-this-line.md @@ -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 diff --git a/blog/feed.rss b/blog/feed.rss new file mode 100644 index 0000000..07926ee --- /dev/null +++ b/blog/feed.rss @@ -0,0 +1,21 @@ + + +my tildeloghttps://tilde.team/~drwasabi/blog/index.html +a blog about tildesen +Mon, 12 Sep 2022 14:57:28 +0000 +Mon, 12 Sep 2022 14:57:28 +0000 + + +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

+ +]]>
https://tilde.team/~drwasabi/blog/title-on-this-line.html +https://tilde.team/~drwasabi/blog/./title-on-this-line.html +~drwasabi +Mon, 12 Sep 2022 14:57:21 +0000
+
diff --git a/blog/first.md b/blog/first.md new file mode 100644 index 0000000..2bf0459 --- /dev/null +++ b/blog/first.md @@ -0,0 +1,6 @@ +So this is a blog?? + +what do I blog about? I have no clue. + +Thanks + diff --git a/blog/gophermap b/blog/gophermap new file mode 100755 index 0000000..eab4196 --- /dev/null +++ b/blog/gophermap @@ -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 diff --git a/blog/index.gmi b/blog/index.gmi new file mode 100755 index 0000000..453fc19 --- /dev/null +++ b/blog/index.gmi @@ -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 diff --git a/blog/main.css b/blog/main.css new file mode 100644 index 0000000..9b4b6b8 --- /dev/null +++ b/blog/main.css @@ -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;} diff --git a/blog/tag_beware-with-underscores-in-markdown.html b/blog/tag_beware-with-underscores-in-markdown.html new file mode 100644 index 0000000..2ef0cf2 --- /dev/null +++ b/blog/tag_beware-with-underscores-in-markdown.html @@ -0,0 +1,35 @@ + + + + + + + +my tildelog — posts tagged "beware-with-underscores-in-markdown" + +
+
+
+

my tildelog

+
a blog about tildes
+
+
+

+Title on this line +

+ +
September 12, 2022 — +~drwasabi +
+ + +

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

+ +
+ +
+ diff --git a/blog/tag_example.html b/blog/tag_example.html new file mode 100644 index 0000000..06520d8 --- /dev/null +++ b/blog/tag_example.html @@ -0,0 +1,35 @@ + + + + + + + +my tildelog — posts tagged "example" + +
+
+
+

my tildelog

+
a blog about tildes
+
+
+

+Title on this line +

+ +
September 12, 2022 — +~drwasabi +
+ + +

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

+ +
+ +
+ diff --git a/blog/tag_keep-this-tag-format.html b/blog/tag_keep-this-tag-format.html new file mode 100644 index 0000000..8960ddb --- /dev/null +++ b/blog/tag_keep-this-tag-format.html @@ -0,0 +1,35 @@ + + + + + + + +my tildelog — posts tagged "keep-this-tag-format" + +
+
+
+

my tildelog

+
a blog about tildes
+
+
+

+Title on this line +

+ +
September 12, 2022 — +~drwasabi +
+ + +

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

+ +
+ +
+ diff --git a/blog/tag_tags-are-optional.html b/blog/tag_tags-are-optional.html new file mode 100644 index 0000000..efd0e9b --- /dev/null +++ b/blog/tag_tags-are-optional.html @@ -0,0 +1,35 @@ + + + + + + + +my tildelog — posts tagged "tags-are-optional" + +
+
+
+

my tildelog

+
a blog about tildes
+
+
+

+Title on this line +

+ +
September 12, 2022 — +~drwasabi +
+ + +

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

+ +
+ +
+ diff --git a/blog/title-on-this-line.html b/blog/title-on-this-line.html new file mode 100644 index 0000000..8644c65 --- /dev/null +++ b/blog/title-on-this-line.html @@ -0,0 +1,37 @@ + + + + + + + +Title on this line + +
+
+
+

my tildelog

+
a blog about tildes
+
+
+ +

+Title on this line +

+ +
September 12, 2022 — +~drwasabi +
+ + +

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

+ + +
+ +
+ diff --git a/blog/title-on-this-line.md b/blog/title-on-this-line.md new file mode 100644 index 0000000..193b4fb --- /dev/null +++ b/blog/title-on-this-line.md @@ -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