Compare commits
2 commits
2c969a2695
...
0ad1a5d433
Author | SHA1 | Date | |
---|---|---|---|
0ad1a5d433 | |||
462feacf0b |
3 changed files with 1 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "output"]
|
|
||||||
path = output
|
|
||||||
url = git@github-parzen:tomasparzen/tomasparzen.github.io
|
|
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ PELICANOPTS=
|
||||||
|
|
||||||
BASEDIR=$(CURDIR)
|
BASEDIR=$(CURDIR)
|
||||||
INPUTDIR=$(BASEDIR)/content
|
INPUTDIR=$(BASEDIR)/content
|
||||||
OUTPUTDIR=$(BASEDIR)/output
|
OUTPUTDIR=$(BASEDIR)/../output
|
||||||
CONFFILE=$(BASEDIR)/pelicanconf.py
|
CONFFILE=$(BASEDIR)/pelicanconf.py
|
||||||
PUBLISHCONF=$(BASEDIR)/publishconf.py
|
PUBLISHCONF=$(BASEDIR)/publishconf.py
|
||||||
|
|
||||||
|
|
1
output
1
output
|
@ -1 +0,0 @@
|
||||||
Subproject commit 3bbeb6b027babfda360b4ca1dbb251dc1bbbd775
|
|
Loading…
Reference in a new issue