Categories
--
-
-
diff --git a/.drone.yml b/.drone.yml index 8dd1bac..5eb0971 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,12 @@ pipeline: image: plugins/hugo validate: false url: https://fr1nge.xyz - + compress: + image: alpine:latest + commands: + - apk --no-cache update + - apk add make + - make -C public/ -f ../Makefile deploy: image: drillster/drone-rsync hosts: [ "192.168.1.5" ] diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8b6a6af --- /dev/null +++ b/Makefile @@ -0,0 +1,21 @@ +.PHONY: default clean + +TARGETS = $(shell find . -type f -name '*.html') +TARGETS += $(shell find . -type f -name '*.asc') +TARGETS += $(shell find . -type f -name '*.css') +TARGETS += $(shell find . -type f -name '*.js') +TARGETS += $(shell find . -type f -name '*.txt') +TARGETS += $(shell find . -type f -name '*.xml') +TARGETS += $(shell find . -type f -name '*.svg') +TARGETS_GZ = $(patsubst %, %.gz, $(TARGETS)) + +CC=gzip +CFLAGS=-k -f -9 + +default: $(TARGETS_GZ) + +%.gz : % + $(CC) $(CFLAGS) $< + +clean: + rm -f $(TARGETS_GZ) diff --git a/public/404.html b/public/404.html index 97eae36..875cd1e 100644 --- a/public/404.html +++ b/public/404.html @@ -1,100 +1,170 @@ + +
- - - - -I am a senior student in Ted Ankara College Foundation High School. I dabble in +different areas of computer science every now and then and try to learn new stuff +along the way. I love creating software for my personal use and for people around +me.
+You can find my resume right here. Or you can +hit me up through social media, I am open to chat :)
+ +