diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-04-11 20:34:43 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-04-11 20:34:43 -0500 |
commit | 98a1d37e426ae341e1896a56dd824b26de85d3b1 (patch) | |
tree | 52d972e7a7a5d19220674a1e58f230ee1b3ad398 | |
parent | af97cdcd4997186fccc955b78577407604fd10ac (diff) |
update
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | posts/instrumental-software.md | 2 | ||||
-rw-r--r-- | public/index.html | 44 | ||||
-rwxr-xr-x | publicize.sh | 2 |
4 files changed, 3 insertions, 47 deletions
@@ -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 @@ -<!DOCTYPE html> -<html> -<head> - <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> - <title>blog</title> - <link rel="stylesheet" href="style.css"> -</head> -<body> - -<h1> -<a href=http://blaise.zone>blaise</a>/blog -</h1> - -<hr> - -<p> -Welcome to my personal blog! <br> -This page lists my blog entries in reverse chronological order. <br> -You may also browse by tag (coming soon). <br> -You may be interested in my <a href=./meta/>meta</a> post. <br> -Thanks for stopping by! —Blaise -</p> - -<p> - - 2020-04-12 - <a href=./instrumental-software>instrumental-software</a> - <br> - - 2020-04-11 - <a href=./meta>meta</a> - <br> - -</p> - -<hr> - -<ul class="horizontal"> - <li>built 2020-04-11 20:16:52</li> - <li><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright</li> -</ul> - -</body> -</html>
\ 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/ |