my website at https://anirudh.fi
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: use --size-only for sync

+2 -2
+1 -1
makefile
··· 8 8 @./bin/build.sh 9 9 10 10 deploy: build 11 - aws s3 sync build s3://site/ 11 + aws s3 sync build s3://site/ --size-only 12 12 13 13 .PHONY: build serve ci
+1 -1
pages/_index.md
··· 1 1 --- 2 - title: anirudh's 2 + title: anirudh.fi 3 3 subtitle: Anirudh Oppiliappan 4 4 template: index.html 5 5 ---