kloeckner.com.ar

a backup of my entire webpage
Index Commits Files Refs README LICENSE
commit 766084c9962dc36644b047c14b93ab08f2c949fc
parent c7155d8d1c0f7fcc0373d8dc90db4c27054d577b
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Fri, 21 Oct 2022 19:20:17 -0300

Added .gitattributes to show html as most used language

Diffstat:
M.gitattributes | 4++--
MMakefile | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitattributes b/.gitattributes
@@ -1,2 +1,2 @@
-css/style.css linguist-vendored
-css/about_style.css linguist-vendored
+* linguist-vendored
+index.html linguist-vendored=false
diff --git a/Makefile b/Makefile
@@ -6,6 +6,6 @@ sync: build
     sudo ./scripts/deploy_local.sh
 
 deploy:
-    rsync -e "ssh -i ~/.ssh/key-mini" -uorahvP --delete ./** root@mini:/var/www/html/
+    rsync -e "ssh -i ~/.ssh/key-mini" -uorahvP --delete ./** root@kloeckner.com.ar:/var/www/html/
 
 .PHONY: build sync deploy