diff --git a/_config.yml b/_config.yml index 1a455838..6bf21de0 100644 --- a/_config.yml +++ b/_config.yml @@ -13,8 +13,7 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: "/" # the subpath of your site, e.g. /blog # Build settings markdown: kramdown diff --git a/_includes/widgets/url_debug_message.html b/_includes/widgets/url_debug_message.html new file mode 100644 index 00000000..ad2fc9f1 --- /dev/null +++ b/_includes/widgets/url_debug_message.html @@ -0,0 +1,23 @@ +
+
+ +
+
+ + diff --git a/index.html b/index.html index 41e8f70a..81d4be57 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,8 @@ --- {% include widgets/profile_card.html %} +{% include widgets/url_debug_message.html %} + {% if site.data.display.homepage.show_experience %} {% include widgets/experience_card.html %} {% endif %}