Browse Source

add relative-urls setting

pull/1/head
rra 6 years ago
parent
commit
dcf8268eb8
  1. 4
      README.md

4
README.md

@ -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.

Loading…
Cancel
Save