commit 6ce1762d5db002055c0b054dfbb5d1932aafbb8e Author: Russell R. Riker Date: Fri May 8 19:02:57 2020 +0000 inital commit diff --git a/avatar.png b/avatar.png new file mode 100755 index 0000000..73e1383 Binary files /dev/null and b/avatar.png differ diff --git a/blog/.config b/blog/.config new file mode 100755 index 0000000..57ea3dc --- /dev/null +++ b/blog/.config @@ -0,0 +1,2 @@ +global_title="my tildelog" +global_description="a blog about tildes" diff --git a/blog/index.html b/blog/index.html new file mode 100755 index 0000000..0f8d213 --- /dev/null +++ b/blog/index.html @@ -0,0 +1,4 @@ + +
cd
to your
~/public_html/blog/
folder and run
bb post
+ + diff --git a/cgi-bin/ip.sh b/cgi-bin/ip.sh new file mode 100755 index 0000000..7fd4c91 --- /dev/null +++ b/cgi-bin/ip.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +echo "Content-type: text/plain" +echo "" + +echo $REMOTE_ADDR +exit 0 + diff --git a/index.php b/index.php new file mode 100755 index 0000000..655969c --- /dev/null +++ b/index.php @@ -0,0 +1,30 @@ + + + + + + + + + + <?=$user?>~tilde.team + + + +
+ + +

Ok... so looks like I've got a little place to play with with some html. What will I do with this?

+

So looks like I've got a few options here. Wonder if I could fork the getting started repo, and maybe updateing it a bit. From a noobs POV and see if that would help people. Also really need to get this vi configed. Oh lord forgot how much this sucks with a stock config.

+

You may want to read: How to ~tilde: Getting Started for help.

+ +

Check out your new blog!

+
+ + +