From ebf56e4427ca27916bc16f3e0cbe92e040d51412 Mon Sep 17 00:00:00 2001 From: Ben Winston Date: Wed, 22 Dec 2021 16:45:55 -0500 Subject: remove blog, add projects --- blog/index.html | 17 ----------------- index.html | 2 +- projects/index.html | 24 ++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 18 deletions(-) delete mode 100644 blog/index.html create mode 100644 projects/index.html diff --git a/blog/index.html b/blog/index.html deleted file mode 100644 index 1029a15..0000000 --- a/blog/index.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - blog - Ben Winston - - - -
-

cd ..

-

-

~/blog

-
-

coming soon

-
- - diff --git a/index.html b/index.html index 1162ece..b142f20 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ Ben Winston

[me@internet ~]$ ls
-blog  reading  writing +projects  reading  writing

[me@internet ~]$ grep -i `whoami` -r /var/www/
diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..f10fdde --- /dev/null +++ b/projects/index.html @@ -0,0 +1,24 @@ + + + + + blog - Ben Winston + + + +

+

cd ..

+

+

Projects

+
+

roku-cli

+

A CLI-driven Roku remote, with search!

+

nq

+

A scrappy music player for mp3s and Spotify

+

sweepy

+

It's minesweeper on the command line!

+

ouija

+

A Python library for drawing CLI game boards using curses

+
+ + -- cgit v1.2.3