From c44a9c32961621fc608210391f67ce200b3bc64e Mon Sep 17 00:00:00 2001 From: ktyl Date: Fri, 7 Jan 2022 23:42:44 +0000 Subject: [PATCH] makefile --- content/index.gmi | 2 ++ makefile | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 makefile diff --git a/content/index.gmi b/content/index.gmi index 45f8fc7..44e5343 100644 --- a/content/index.gmi +++ b/content/index.gmi @@ -9,6 +9,8 @@ a constant ramble of variable intensity +test + => /books.gmi => /thoughts.gmi => /reference.gmi diff --git a/makefile b/makefile new file mode 100644 index 0000000..733eab9 --- /dev/null +++ b/makefile @@ -0,0 +1,3 @@ +deploy: + git push + ssh rhea ./deploy