logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault
commit: 4e2db15a2b3fd24ece4974133360ca03853c0e84
parent 7b0471420ba6b2e5de78b19de356d2b9bc3b0ef7
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 21 Aug 2020 15:28:55 -0400

I yearn for death

Diffstat:

M.build.yml21+++++++++++----------
Rlayouts/partials/webring-in.template -> webring-in.template0
2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -5,14 +5,21 @@ packages: sources: - https://git.sr.ht/~sircmpwn/drewdevault.com - https://git.sr.ht/~sircmpwn/hugo + - https://git.sr.ht/~sircmpwn/openring secrets: - 160a72cf-34d6-47b7-928b-c13b42b4d4f6 tasks: - openring: | + cd openring + go build -o openring + sudo cp openring /usr/local/bin/ +- hugo: | + cd hugo + go build --tags extended + sudo cp hugo /usr/local/bin/ +- build: | cd drewdevault.com - curl -O https://yukari.sr.ht/openring - chmod +x openring - ./openring \ + /usr/local/bin/openring \ -s https://emersion.fr/blog/rss.xml \ -s http://way-cooler.org/feed.xml \ -s https://danluu.com/atom.xml \ @@ -22,14 +29,8 @@ tasks: -s https://sourcehut.org/blog/index.xml \ -s https://100r.co/links/rss.xml \ -s https://tonsky.me/blog/atom.xml \ - < layouts/partials/webring-in.template \ + < webring-in.template \ > layouts/partials/webring-out.html -- hugo: | - cd hugo - go build --tags extended - sudo cp hugo /usr/local/bin/ -- build: | - cd drewdevault.com /usr/local/bin/hugo - upload: | cd drewdevault.com diff --git a/layouts/partials/webring-in.template b/webring-in.template