diff --git a/2019.html b/2019.html deleted file mode 100644 index 30d7a7e..0000000 --- a/2019.html +++ /dev/null @@ -1,25 +0,0 @@ - - -Blog - - - - - -

Blog

- -

The blog content will appear below here.

- - - -
-

This is what a post looks like

[standalone] - -

This is autogenerated by the blog. As you can see, an equivalent RSS feed entry and standalone blog post is generated after you finalize the post.

-Wed, 16 May 2018 14:38:38 -0700 -
- - - - - diff --git a/2021.html b/2021.html new file mode 100644 index 0000000..ce6b23c --- /dev/null +++ b/2021.html @@ -0,0 +1,19 @@ + + +Blog + + + + + +

Blog

+ +

r1k's blog

+ + + + + + + + diff --git a/FUNDING.yml b/FUNDING.yml deleted file mode 100644 index f8e6076..0000000 --- a/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -github: lukesmithxyz -custom: ["https://lukesmith.xyz/donate", "https://paypal.me/lukemsmith", "https://lukesmith.xyz/crypto"] -patreon: lukesmith diff --git a/blog/.htaccess b/blog/.htaccess deleted file mode 100644 index ec4ca8c..0000000 --- a/blog/.htaccess +++ /dev/null @@ -1 +0,0 @@ -AddDescription "This is what a post looks like" this-is-what-a-post-looks-like.html diff --git a/blog/this-is-what-a-post-looks-like.html b/blog/this-is-what-a-post-looks-like.html deleted file mode 100644 index 4cac450..0000000 --- a/blog/this-is-what-a-post-looks-like.html +++ /dev/null @@ -1,3 +0,0 @@ -

This is what a post looks like

[standalone] - -

This is autogenerated by the blog. As you can see, an equivalent RSS feed entry and standalone blog post is generated after you finalize the post.

diff --git a/blogindex.html b/blogindex.html index a6fd31a..005c399 100644 --- a/blogindex.html +++ b/blogindex.html @@ -6,12 +6,13 @@ -

Blog Index

+

r1k's Blog's Index

-

The blog list will appear below. If you want to add year or month headings, you are expected to do it yourself. You could just as easily have this on your manin index.html. Remember to just change the blog index variable in the lb script to what you index file is.

+

This is a list of all my blog entries.

diff --git a/lb b/lb index 9c4017b..779be25 100755 --- a/lb +++ b/lb @@ -1,13 +1,13 @@ #!/bin/bash -name="Luke Smith" +name="Rick" webdir="$PWD" -website="https://lukesmith.xyz/" # Keep a trailing slash. +website="https://r1k.tilde.institute/" # Keep a trailing slash. css="../style.css" blogfile="$(date +%Y).html" indexfile="blogindex.html" rssfile="rss.xml" archivefile="$webdir/blog/.htaccess" -[ -z "$EDITOR" ] && EDITOR="vim" +[ -z "$EDITOR" ] && EDITOR="nvim" [ ! -d "$webdir/blog/.drafts" ] && read -erp "Initialize blog in $webdir?" ask && diff --git a/rss.xml b/rss.xml index 29d7e16..b2ca6d0 100644 --- a/rss.xml +++ b/rss.xml @@ -3,14 +3,27 @@ -Your RSS Feed Title -A brief description of your RSS feed. +r1k's RSS feed +RSS feed of r1k's ~institute website en-us -http://yourwebsite.com/rss.xml - +https://r1k.tilde.institute/rss.xml + + +test post +https://r1k.tilde.institute/2021.html#test-post +Tue, 03 Aug 2021 13:19:45 +0530 + + + + diff --git a/sup b/sup index de5d688..9661602 100755 --- a/sup +++ b/sup @@ -5,7 +5,7 @@ exit 1 # You will want to change these variables to your needs. -website="https://lukesmith.xyz" +website="https://r1k.tilde.institute" rssfile="rss.xml" # In order to cleanly use sed on a multi-line file, we have to use `tr` to