aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2018-12-22 23:04:07 +0100
committerNoah Loomans <noahloomans@gmail.com>2018-12-22 23:06:42 +0100
commitc28e8ca4d0d905e7cd5c2b61d1366c6b8808fc61 (patch)
tree9a7f99e947470949cccc7fc9a963f4716dcd8957
parentc99f9f3a4bbde53b32158ccf5a6ae7ce7b89f653 (diff)
Add sr.ht build file
-rw-r--r--.build.yml9
1 files changed, 9 insertions, 0 deletions
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