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.