From 3e6f0389f0cdac7b90970c49f455205563b48ad6 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 7 Mar 2021 11:29:26 +0700 Subject: Initialize a Franklin site --- .build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .build.yml (limited to '.build.yml') diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..7090b03 --- /dev/null +++ b/.build.yml @@ -0,0 +1,15 @@ +image: debian/sid +oauth: pages.sr.ht/PAGES:RW +packages: + - julia + - python3-dev + - python3-pip +sources: + - https://git.sr.ht/~cnx/site +tasks: + - build: | + cd site + julia --project=@. .build.jl + - deploy: | + tar -cvzf site.tar.gz -C site/__site . + acurl -f https://pages.sr.ht/publish/cnx.srht.site -F content=@site.tar.gz -- cgit 1.4.1