We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a101d70 commit 2ec462eCopy full SHA for 2ec462e
publishconf.py
@@ -8,8 +8,8 @@
8
from pelicanconf import *
9
10
# If your site is available via HTTPS, make sure SITEURL begins with https://
11
-#SITEURL = "https://blog.pythonchile.cl"
12
-SITEURL = "https://python-chile.github.io/blogpythonchile/"
+SITEURL = "https://blog.pythonchile.cl"
+#SITEURL = "https://python-chile.github.io/blogpythonchile/"
13
RELATIVE_URLS = False
14
15
FEED_ALL_ATOM = "feeds/all.atom.xml"
0 commit comments