This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
SETLOCAL EnableDelayedExpansion | |
set _PELICAN=$pelican | |
set _PELICANOPTS=$pelicanopts | |
set _BASEDIR=%cd% | |
set _INPUTDIR=%_BASEDIR%/content | |
set _OUTPUTDIR=%_BASEDIR%/output | |
set _CONFFILE=%_BASEDIR%/pelicanconf.py |