From 3a3644966b7c81acaa0cb8e205cbd5e681c1e9f2 Mon Sep 17 00:00:00 2001 From: azarus Date: Tue, 4 Sep 2018 11:53:58 +0200 Subject: [PATCH] add preliminary tooling --- Makefile | 7 +++++++ exclude-file | 4 ++++ post.tmpl | 20 ++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 Makefile create mode 100644 exclude-file create mode 100644 post.tmpl diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1ed2383 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +WEBDIR=/var/www/htdocs/ + +publish: + doas rsync -av --exclude-from exclude-file ./ $(WEBDIR) + +newpost: + cp post.tmpl posts/$$(date +%F)-title.html diff --git a/exclude-file b/exclude-file new file mode 100644 index 0000000..9ee68d6 --- /dev/null +++ b/exclude-file @@ -0,0 +1,4 @@ +post.tmpl +Makefile +.git/ +exclude-file diff --git a/post.tmpl b/post.tmpl new file mode 100644 index 0000000..5f25018 --- /dev/null +++ b/post.tmpl @@ -0,0 +1,20 @@ + + + + + + +OpenBSD WiFi 802.1x WPA-EAP setup + + +

azarus' page

+

OpenBSD WiFi 802.1x WPA-EAP setup

+

Date:

+ + + -- 2.11.4.GIT