summaryrefslogtreecommitdiff
path: root/pelican/tools
Commit message (Expand)AuthorAgeFilesLines
* Adjust code style for Flake8 5.0+Justin Mayer2022-08-011-1/+1
* use JSON values for extra settings in invoke templateDeniz Turgut2022-03-231-1/+1
* Merge pull request #2952 from ingwinlu/bugfix/2951Justin Mayer2021-11-271-37/+18
|\
| * Add helper method for rendering jinja templatesLukas Winkler2021-11-271-33/+18
| * Remove unneeded explicit close stmtsLukas Winkler2021-11-271-4/+0
* | Change spaces to tab as required by MakefileLukas Winkler2021-11-271-1/+1
|/
* All roads lead to RomeJustin Mayer2021-10-081-1/+1
* Add SFTP upload to Makefiledisk0x2021-10-051-0/+4
* Remove shebang lines from generated pelicanconf.py and publishconf.py.Ben Sturmfels2021-10-052-6/+0
* Automatically open browser when Invoke task starts web server (#2764)Romain Porte2021-04-191-0/+12
* Improve consistency between Makefile targets & helpJustin Mayer2021-02-191-0/+3
* livereload task improvementsMirek Długosz2021-02-091-12/+20
* Rename branch for GitHub Pages repo quickstartJustin Mayer2020-08-171-1/+1
* Merge pull request #2766 from davidjb/patch-1Justin Mayer2020-08-111-16/+0
|\
| * Remove duplicate port arguments in MakefileDavid Beitey2020-06-071-16/+0
* | Makefile, include tags directory in rsync commandArnaud Rebillout2020-08-111-1/+1
* | Fixups post-reviewLucas Cimon2020-06-091-1/+3
* | Invoke template : avoiding to spawn unnecessary process + passing-through CLI...Lucas Cimon2020-06-091-5/+10
|/
* fix linting errorsDeniz Turgut2020-05-121-1/+1
* Fix Windows testsDeniz Turgut2020-05-091-2/+3
* Allow setting host in Invoke serve & livereload tasksJustin Mayer2020-04-301-6/+7
* Fix error strings whitespaceKernc2020-04-291-1/+1
* Modernize code base to Python 3+ syntaxremove-legacyJustin Mayer2020-04-273-32/+29
* Flake8 fixJustin Mayer2020-04-161-0/+1
* Fix building asciidoc headers in importer & add docsJustin Mayer2020-04-161-3/+2
* PELICAN: pelican_import.py: add support for pelican-import -m asciidocTim Janik2020-04-161-2/+30
* Preserve category case in importerJustin Mayer2020-04-151-2/+4
* Quote Makefile paths so it handles spacesBoian Berberov2020-04-131-16/+16
* Merge pull request #2687 from LouisJackman/add-devserver-global-make-targetJustin Mayer2020-04-121-0/+7
|\
| * Add a devserver-global task for non-local dev testingLouisJackman2020-01-231-0/+7
* | Add PORT to serve-global Makefile taskJustin Mayer2020-04-121-0/+4
* | Update links to HTTPS and current 301 redirects in docs/templates/themes (#2661)Kurt McKee2020-04-123-6/+6
* | Merge pull request #2706 from nikolausschueler/makefixJustin Mayer2020-03-251-6/+9
|\ \
| * | Handle case of missing port in target "serve-global"Nik2020-03-141-6/+9
* | | Make encoding a named parameterNik2020-03-131-4/+4
|/ /
* | Docs: Add info about pelican-quickstart command path flag. (#2675)Carlos Pereira Atencio2020-02-261-1/+1
|/
* Further remove python2-ismsDeniz Turgut2019-11-262-15/+9
* Initial pass of removing Python 2 supportKevin Yap2019-11-265-87/+37
* Separate SSH user/host/path vars in tasks.pyJustin Mayer2019-10-091-5/+6
* templates: tasks.py: introduce "production_port" to fix #2623Romain Porte2019-09-241-1/+3
* Add theme templates, CSS, JS to Invoke livereload taskJustin Mayer2019-06-201-0/+7
* Add settings file to Invoke livereload watch listJustin Mayer2019-06-201-0/+2
* Use port settings in Invoke livereload taskJustin Mayer2019-06-201-1/+2
* Remove redundant vars in Invoke livereload taskJustin Mayer2019-06-201-5/+4
* Invoke `serve` task docstring: port is configurableJustin Mayer2019-06-201-1/+1
* Invoke: Make settings file name handling more DRYJustin Mayer2019-06-191-6/+9
* Use OUTPUT_PATH setting in Invoke tasks.py templateJustin Mayer2019-06-191-2/+2
* Update livereload Invoke task and add docsJohn Franey2019-06-181-1/+1
* Add livereload invoke task. Fixes #1326John Franey2019-06-181-0/+20
* Merge pull request #2514 from rask004/fix-2487Justin Mayer2019-03-071-1/+7
|\