new content added to blog-src
This commit is contained in:
parent
36e714f220
commit
abd871e79b
4 changed files with 0 additions and 7 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
2
Makefile
2
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)
|
||||
|
|
1
pelican
1
pelican
|
@ -1 +0,0 @@
|
|||
Subproject commit 7a6686f4679adabdd690668a4ba7cedaf494e243
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 84ab4002686b20f443ccc874ee982b1d72410ecf
|
Loading…
Reference in a new issue