From 7b217433f86a982ba405c7686a76d7a24b6c5fff Mon Sep 17 00:00:00 2001 From: Samuel Imolorhe Date: Tue, 7 Nov 2017 00:17:51 +0100 Subject: [PATCH] Removed baseurl and url in _config.yml file. --- docs/_config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index d74a1cee75..2d7bf9a7e3 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -14,12 +14,12 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. title: "Altair GraphQL Client" -email: your-email@example.com +email: samuelimolo4real@gmail.com download_link: https://github.com/imolorhe/altair/releases/latest description: > # this means to ignore newlines until "baseurl:" The best GraphQL Client you will ever need -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 +# url: "" # the base hostname & protocol for your site, e.g. http://example.com releases: - name: macOS