From c28e8ca4d0d905e7cd5c2b61d1366c6b8808fc61 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sat, 22 Dec 2018 23:04:07 +0100 Subject: Add sr.ht build file --- .build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .build.yml diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..da082cb --- /dev/null +++ b/.build.yml @@ -0,0 +1,9 @@ +image: debian/stretch +packages: + - jekyll +sources: + - https://git.sr.ht/~nloomans/noahloomans.com +tasks: + - build: | + cd noahloomans.com + jekyll build -d dist -- cgit v1.1