conf fixes to deploy successfully on GH
This commit is contained in:
parent
27d8ad20fd
commit
4f1518b712
2
conf.py
2
conf.py
|
@ -21,7 +21,7 @@ BLOG_AUTHOR = "Vicky Steeves" # (translatable)
|
||||||
BLOG_TITLE = "VICKY STEEVES" # (translatable)
|
BLOG_TITLE = "VICKY STEEVES" # (translatable)
|
||||||
# This is the main URL for your site. It will be used
|
# This is the main URL for your site. It will be used
|
||||||
# in a prominent link. Don't forget the protocol (http/https)!
|
# in a prominent link. Don't forget the protocol (http/https)!
|
||||||
SITE_URL = "http://vickysteeves.com/"
|
SITE_URL = "https://vickysteeves.github.io/Nikola-Site/"
|
||||||
# This is the URL where Nikola's output will be deployed.
|
# This is the URL where Nikola's output will be deployed.
|
||||||
# If not set, defaults to SITE_URL
|
# If not set, defaults to SITE_URL
|
||||||
# BASE_URL = "https://example.com/"
|
# BASE_URL = "https://example.com/"
|
||||||
|
|
Loading…
Reference in New Issue