We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c59c8 commit 81247cbCopy full SHA for 81247cb
publishconf.py
@@ -4,7 +4,8 @@
4
sys.path.append(os.curdir)
5
from pelicanconf import *
6
7
-SITEURL = "https://python-chile.github.io/pythonchile.cl"
+SITEURL = "https://pythonchile.cl/"
8
+#SITEURL = "https://python-chile.github.io/pythonchile.cl"
9
RELATIVE_URLS = False
10
DELETE_OUTPUT_DIRECTORY = True
11
FEED_ALL_ATOM = None
0 commit comments