Merge remote-tracking branch 'josh/master'

This commit is contained in:
Ralph Minderhoud 2018-04-06 20:37:52 -05:00
commit 0a901faa74
10 changed files with 195 additions and 136 deletions

View file

@ -328,6 +328,15 @@ Basic settings
A list of metadata fields containing reST/Markdown content to be parsed and
translated to HTML.
.. data:: PORT = 8000
The TCP port to serve content from the output folder via HTTP when pelican
is run with --listen
.. data:: BIND = ''
The IP to which to bind the HTTP server.
URL settings
============