From 4c01f8e382cbad5523d3cca538f939f610b38bab Mon Sep 17 00:00:00 2001 From: Konstantin Nazarov Date: Sat, 21 Aug 2021 15:15:20 +0100 Subject: [PATCH] Add deployment command --- Makefile | 3 +++ content/index.md | 8 +------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index e5f79e8..05bb081 100644 --- a/Makefile +++ b/Makefile @@ -34,3 +34,6 @@ $(ODIR)/style.css: style.css clean: rm -rf $(ODIR)/* + +deploy: + rsync -avP --delete output/ root@knazarov.com:/var/www/knazarov.com/ diff --git a/content/index.md b/content/index.md index d998205..1ec1972 100644 --- a/content/index.md +++ b/content/index.md @@ -2,10 +2,4 @@ Subject: Konstantin Nazarov Hi! -If you are here, you may take a look at some featured posts: - -- one -- two -- three - -Or at some of my projects: +This is my new work-in-progress home page.