John Franey
ca012bd288
Update livereload Invoke task and add docs
...
Removes the `livereload` dependency from `setup.py`.
Updates the `invoke livereload` task by moving the `livereload` import
into the task function since it is now an optional dependency.
Updates the Invoke section of the documentaion with instructions on
using the `livereload` Invoke task.
2019-06-18 22:59:34 -04:00
John Franey
28383a6355
Add livereload invoke task. Fixes #1326
...
Adds a `livereload` invoke task that builds the project and reloads the
browser window when content files are updated.
Usage:
```console
$ invoke livereload
[I 190202 16:28:30 server:298] Serving on http://127.0.0.1:5500
[I 190202 16:28:30 handlers:59] Start watching changes
[I 190202 16:28:30 handlers:61] Start detecting changes
[I 190202 16:28:32 handlers:132] Browser Connected: http://127.0.0.1:5500/
```
See: https://livereload.readthedocs.io/en/latest/
2019-06-18 22:49:09 -04:00
Deniz Turgut
a3b256db1e
Use pelican.server class in invoke template
2018-11-25 21:43:40 +03:00
Joao Moreira
d965575f4a
Add current date when publishing with ghp tool.
...
Re-submission of #2083 based on Invoke's task.py.
2018-10-30 19:05:31 -05:00
Kevin Deldycke
c04a4701b8
Replace Fabric by Invoke.
2018-07-08 21:33:10 +02:00