We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b4187 commit ff949e0Copy full SHA for ff949e0
2 files changed
.gitignore
@@ -1,2 +1,4 @@
1
output
2
venv
3
+.idea
4
+__pycache__
publishconf.py
@@ -9,7 +9,7 @@
9
10
# If your site is available via HTTPS, make sure SITEURL begins with https://
11
#SITEURL = "https://blog.pythonchile.cl"
12
-SITEURL = ""
+SITEURL = "https://python-chile.github.io/blogpythonchile/"
13
RELATIVE_URLS = False
14
15
FEED_ALL_ATOM = "feeds/all.atom.xml"
0 commit comments