From 1bcc200328dd1bb401c27cf5a63ed444a92fd02c Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Mon, 19 Jun 2017 17:28:35 +0200 Subject: [PATCH] [enh] Change default port (dev) to 8557 --- README.md | 4 ++-- pelicanconf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19ed37b..13a9e5d 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Generate the site Serve it - ./develop_server.sh restart 8556 + ./develop_server.sh restart 8557 -The website should be available at http://localhost:8556. +The website should be available at http://localhost:8557. ## Generate production site diff --git a/pelicanconf.py b/pelicanconf.py index d2396a7..86e698d 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals # AUTHOR = u'Duniter' SITENAME = u'Duniter' -SITEURL = u'http://localhost:8556' +SITEURL = u'http://localhost:8557' PATH = 'content' THEME = "pelican-themes/pelican-bootstrap3" -- GitLab