Skip to content

Commit ff949e0

Browse files
committed
feat: base siteurl
1 parent 34b4187 commit ff949e0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
output
22
venv
3+
.idea
4+
__pycache__

publishconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# If your site is available via HTTPS, make sure SITEURL begins with https://
1111
#SITEURL = "https://blog.pythonchile.cl"
12-
SITEURL = ""
12+
SITEURL = "https://python-chile.github.io/blogpythonchile/"
1313
RELATIVE_URLS = False
1414

1515
FEED_ALL_ATOM = "feeds/all.atom.xml"

0 commit comments

Comments
 (0)