We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33f916b + a2a4107 commit 0288f5aCopy full SHA for 0288f5a
site/conf.py
@@ -22,10 +22,10 @@
22
BLOG_TITLE = {"en":"PyCon Thailand", "th": "PyCon Thailand"} # (translatable)
23
# This is the main URL for your site. It will be used
24
# in a prominent link. Don't forget the protocol (http/https)!
25
-SITE_URL = "https://th.pycon.org/"
+SITE_URL = "https://2019.th.pycon.org/"
26
# This is the URL where Nikola's output will be deployed.
27
# If not set, defaults to SITE_URL
28
-# BASE_URL = "https://th.pycon.org/"
+# BASE_URL = "https://2019.th.pycon.org/"
29
BLOG_EMAIL = "[email protected]"
30
BLOG_DESCRIPTION = {"en": "Conference website for PyCon Thailand", "th": "เว็บไซต์ทางการของการสัมมนา PyCon Thailand"} # (translatable)
31
0 commit comments