aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-01 22:54:27 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-01 22:54:27 +0100
commit2417a6b7603524dc5cd30d29b153f91024b9443d (patch)
tree9be5ea8e5baba96dd9159217da6badf6157fb595 /Makefile
parent89ba3497f07a8ea43d209b583f39fcc286acc923 (diff)
downloadmitjafelicijan.com-2417a6b7603524dc5cd30d29b153f91024b9443d.tar.gz
Move to Jekyll
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index e6161a7..0000000
--- a/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
1MAKEFLAGS=-j4
2
3# Using: https://github.com/mitjafelicijan/jbmafp
4
5build: openring
6 python3 vault.py
7 jbmafp --build
8 cd public; find . -type f -name '*.html' -exec sed -i 's/<img /<img loading="lazy" /g' {} \;
9
10dev:
11 jbmafp --build --server
12
13openring:
14 openring -l 300 -n 10 -p 1 \
15 -s https://jcs.org/rss \
16 -s https://landley.net/rss.xml \
17 -s https://drewdevault.com/feed.xml \
18 -s https://offbeatpursuit.com/blog/index.rss \
19 -s https://mirzapandzo.com/rss.xml \
20 -s https://journal.valeriansaliou.name/rss/ \
21 -s https://neil.computer/rss/ \
22 -s https://michael.stapelberg.ch/feed.xml \
23 -s https://utcc.utoronto.ca/~cks/space/blog/?atom \
24 -s https://szymonkaliski.com/feed.xml \
25 < templates/openring.html \
26 > templates/includes/openring.html
27
28deploy: build
29 rsync -az --delete public/ root@mitjafelicijan.com:/var/www/html/mitjafelicijan.com/
30 ssh root@mitjafelicijan.com chown www-data:www-data /var/www/html/mitjafelicijan.com/ -Rf