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