diff --git a/.gitattributes b/.gitattributes index ebc81d3..68e9a15 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ static/* filter=lfs diff=lfs merge=lfs -text +static/** filter=lfs diff=lfs merge=lfs -text diff --git a/Makefile b/Makefile index d09c76d..943dcdb 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,6 @@ -upload_static: - rclone copy -P static badhouseplants-minio:/badhouseplants-net/$(shell git rev-parse HEAD)/ - -sync_static_with_main: - rclone sync -P badhouseplants-minio:/badhouseplants-net/$(shell git rev-parse HEAD)/ badhouseplants-minio:/badhouseplants-net-main/ - -get_static: - rclone copy -P badhouseplants-public:/badhouseplants-static static - -init_static: - rclone copy -P badhouseplants-public:/badhouseplants-static badhouseplants-minio:/badhouseplants-net/$(shell git rev-parse HEAD)/ - +init: lfs submodules +lfs: + git lfs pull submodules: git submodule update --init --recursive diff --git a/content/cv/index.md b/content/cv/index.md index 6806b52..8569c60 100644 --- a/content/cv/index.md +++ b/content/cv/index.md @@ -92,7 +92,6 @@ Also, I think it's important that before implementing anything, an engineer has | Ansible ``` -
## A little bit more about me