aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: d662747a7d630dc99c8c68d22ea3a63830df64d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
MAKEFLAGS=-j4

dev: tailwind-watch dev-server

dev-server: openring
	hugo server --bind=0.0.0.0 --buildDrafts

tailwind-watch:
	npx tailwindcss --jit --minify --watch \
		-i ./themes/simple/static/css/tailwind.css \
		-o ./static/general/index.css

tailwind-build:
	npx tailwindcss --jit --minify \
		-i ./themes/simple/static/css/tailwind.css \
		-o ./static/general/index.css

deploy: openring tailwind-build
	hugo --gc --minify
	rsync -az --delete public/ root@165.22.87.180:/var/www/html/mitjafelicijan.com/
	ssh root@165.22.87.180 chown www-data:www-data /var/www/html/mitjafelicijan.com/ -Rf

openring:
	openring -l 165 -n 6 -p 1 \
		-s https://drewdevault.com/feed.xml \
		-s https://danluu.com/atom.xml \
		-s https://mirzapandzo.com/feed/feed.xml \
		-s https://serokell.io/blog.rss.xml \
		-s https://cronokirby.com/posts/index.xml \
		-s https://www.jeffgeerling.com/blog.xml \
		< themes/simple/openring/openring.html \
		> themes/simple/layouts/partials/openring.html

provision:
	npm install
	cd ~/Junk \
	git clone https://git.sr.ht/~sircmpwn/openring \
	cd openring \
	go build \
	go install