add relative-urls setting

This commit is contained in:
rra 2019-06-19 14:38:36 +02:00
parent 6eca294764
commit dcf8268eb8

View File

@ -35,7 +35,7 @@ Generate the content and run the server:
```bash ```bash
$ pelican content $ pelican content
$ pelican --listen $ pelican --listen --relative-urls
``` ```
Then the site is available at the following URL: Then the site is available at the following URL:
@ -59,7 +59,7 @@ And then the Pelican development server will automatically reload
when you make changes. It is also possible to use: when you make changes. It is also possible to use:
```bash ```bash
$ pelican --autoreload --listen $ pelican --autoreload --listen --relative-urls
``` ```
However, this will not automatically refresh your browser page. However, this will not automatically refresh your browser page.