Adding upstream version 0.11.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f89f073565
commit
2f2c7f3767
146 changed files with 9553 additions and 0 deletions
21
docs/manual/watch-yourself-blogging.rst
Normal file
21
docs/manual/watch-yourself-blogging.rst
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
Watch Yourself Blogging
|
||||
=======================
|
||||
|
||||
.. post:: Apr 19, 2015
|
||||
:tags: commands, tips
|
||||
:category: Manual
|
||||
:author: Ahmet
|
||||
:location: SF
|
||||
:language: en
|
||||
|
||||
Wouldn't you like your blog being rebuilt and served to you automatically as you are blogging on a sunny Sunday afternoon?
|
||||
It's now possible with the improved ``ablog serve`` command.
|
||||
|
||||
First, you need to install Watchdog_ Python package, e.g. `pip install watchdog`.
|
||||
Then, you need to run ``ablog serve -r``.
|
||||
Regardless of the weather being sunny or the day of the week, your project will be rebuilt when you change a page or add a new one.
|
||||
This won't refresh your browser page though.
|
||||
Unless you want to hit refresh once in a while, you can easily find an auto refresher extension for you browser.
|
||||
|
||||
.. _Watchdog: https://github.com/gorakhargosh/watchdog
|
Loading…
Add table
Add a link
Reference in a new issue