From c0252da2127b5651e377f9054305c679d5898ad9 Mon Sep 17 00:00:00 2001 From: Emilis Dambauskas Date: Sat, 12 Dec 2020 18:35:54 +0200 Subject: [PATCH] Added link to source code and a deployment script. --- Makefile | 7 +++++++ index.html | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d8a4567 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: default +default: + @echo "Usage: make [task]" + +.PHONY: deploy +deploy: + scp index.html tilde.town:public_html/ diff --git a/index.html b/index.html index 8f90421..1a37459 100644 --- a/index.html +++ b/index.html @@ -596,6 +596,8 @@ input#theme-bow:checked ~ main > .block > .column > .int.i-tri { +

About

+

Source code