From 98a1d37e426ae341e1896a56dd824b26de85d3b1 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 11 Apr 2020 20:34:43 -0500 Subject: update --- .gitignore | 2 +- posts/instrumental-software.md | 2 +- public/index.html | 44 ------------------------------------------ publicize.sh | 2 +- 4 files changed, 3 insertions(+), 47 deletions(-) delete mode 100644 public/index.html diff --git a/.gitignore b/.gitignore index 364fdec..46f5006 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -public/ +public/* diff --git a/posts/instrumental-software.md b/posts/instrumental-software.md index 763ce6b..70767f2 100644 --- a/posts/instrumental-software.md +++ b/posts/instrumental-software.md @@ -7,4 +7,4 @@ date: 2020-04-12 # bluesky -test 12 \ No newline at end of file +[bluesky](https://blueskyproject.io/) \ No newline at end of file diff --git a/public/index.html b/public/index.html deleted file mode 100644 index d508836..0000000 --- a/public/index.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - blog - - - - -

-blaise/blog -

- -
- -

-Welcome to my personal blog!
-This page lists my blog entries in reverse chronological order.
-You may also browse by tag (coming soon).
-You may be interested in my meta post.
-Thanks for stopping by! —Blaise -

- -

- - 2020-04-12 - instrumental-software -
- - 2020-04-11 - meta -
- -

- -
- - - - - \ No newline at end of file diff --git a/publicize.sh b/publicize.sh index 28b0f4c..11d8d7d 100755 --- a/publicize.sh +++ b/publicize.sh @@ -1,3 +1,3 @@ python3 build.py -scp -r ./public/* root@blaise.zone:/var/www/brain.blaise.zone/html/ +scp -r ./public/* root@blaise.zone:/var/www/blog.blaise.zone/html/ -- cgit v1.2.3