We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be06da commit e9f6024Copy full SHA for e9f6024
publishconf.py
@@ -2,6 +2,7 @@
2
import sys
3
4
sys.path.append(os.curdir)
5
+from pelicanconf import *
6
7
SITEURL = "https://python-chile.github.io/pythonchile.cl"
8
RELATIVE_URLS = False
0 commit comments