edit comment
authorFrançois Michonneau <francois.michonneau@gmail.com>
Tue, 11 Sep 2018 14:03:09 +0000 (10:03 -0400)
committerFrançois Michonneau <francois.michonneau@gmail.com>
Tue, 11 Sep 2018 14:10:23 +0000 (10:10 -0400)
_includes/gh_variables.html

index e9c8f265ef3425c766aecf45fba693a0d1039d59..3fdae4aca6bcc343c98225383f0712c57bb13d94 100644 (file)
@@ -1,10 +1,10 @@
 {% comment %}
-When rendering websites locally, `site.github.url` doesn't get resolved
-properly unless GitHub PAT are set up and available in the environment.
-This leads to warnings and errors when trying to serve the site locally.
-To work around this, we use the `jekyll.environment` variable which is set to
-`development` when rendering the site locally, and set to `production` on
-GitHub where `site.github.url` will be defined.
+When rendering websites locally, `site.github.url` doesn't get resolved properly
+unless a GitHub Personal Access Token is set up and available in the
+environment. This leads to warnings and errors when trying to serve the site
+locally. To work around this, we use the `jekyll.environment` variable which is
+set to `development` when rendering the site locally, and set to `production` on
+GitHub where `site.github.url` is defined.
 {% endcomment %}
 
 {% if jekyll.environment == "production" %}