From 12a26d9058d693e4c33d7ecf1cbea2f7aa22b933 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Mon, 20 Dec 2021 19:08:36 +0100
Subject: [PATCH] [fix] change deploy conf to duniter.org

---
 README.md      | 3 ++-
 publishconf.py | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 514615b..5c818a8 100644
--- a/README.md
+++ b/README.md
@@ -25,10 +25,11 @@ apt install plantuml graphviz
 Generate the site
 
     pelican
+    # or python3 -m pelican
 
 Serve it
 
-    pelican --listen --autoreload --port 8557
+    pelican --listen --autoreload --port 8557 # port is hardcoded in develop conf file
 
 The website should be available at http://localhost:8557.
 
diff --git a/publishconf.py b/publishconf.py
index aa1c2a6..d698c1a 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -5,4 +5,4 @@ sys.path.append('.')
 
 from pelicanconf import *
 
-SITEURL = u'https://duniter.org/en'
+SITEURL = u'https://duniter.org/'
-- 
GitLab