From abd871e79bbe8fac0eed54a3ad7057ac1129bd6c Mon Sep 17 00:00:00 2001 From: "alessio.quaresima" Date: Thu, 12 Nov 2020 19:30:23 +0100 Subject: [PATCH] new content added to blog-src --- .gitmodules | 3 --- Makefile | 2 -- pelican | 1 - tomasparzen.github.io | 1 - 4 files changed, 7 deletions(-) delete mode 160000 pelican delete mode 160000 tomasparzen.github.io diff --git a/.gitmodules b/.gitmodules index dbd28cc..41c4848 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ [submodule "output"] path = output url = git@github-parzen:tomasparzen/tomasparzen.github.io -[submodule "tomasparzen.github.io"] - path = tomasparzen.github.io - url = git@github-parzen:tomasparzen/tomasparzen.github.io.git diff --git a/Makefile b/Makefile index 1931cd2..624914f 100644 --- a/Makefile +++ b/Makefile @@ -98,8 +98,6 @@ stopserver: $(BASEDIR)/develop_server.sh stop @echo 'Stopped Pelican and SimpleHTTPServer processes running in background.' -publish: - $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS) ssh_upload: publish scp -P $(SSH_PORT) -r $(OUTPUTDIR)/* $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) diff --git a/pelican b/pelican deleted file mode 160000 index 7a6686f..0000000 --- a/pelican +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7a6686f4679adabdd690668a4ba7cedaf494e243 diff --git a/tomasparzen.github.io b/tomasparzen.github.io deleted file mode 160000 index 84ab400..0000000 --- a/tomasparzen.github.io +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 84ab4002686b20f443ccc874ee982b1d72410ecf