Feedback from @parkr

This commit is contained in:
chrisfinazzo 2016-02-23 11:20:32 -05:00
parent cfb4a848b4
commit 58a74a166d
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ branch]({{ site.repository }}/tree/gh-pages) of the same repository.
<div class="note warning">
<h5>Source Files Must be in the Root Directory</h5>
<p>
GitHub Pages <a href="https://help.github.com/articles/troubleshooting-github-pages-build-failures#source-setting">overrides</a> the <a href="https://jekyllrb.com/docs/configuration/#global-configuration">“Site Source”</a> configuration value, so if you locate your files anywhere other than the root directory, your site may not build correctly.
GitHub Pages <a href="https://help.github.com/articles/troubleshooting-github-pages-build-failures#source-setting">overrides</a> the <a href="/docs/configuration/#global-configuration">“Site Source”</a> configuration value, so if you locate your files anywhere other than the root directory, your site may not build correctly.
</p>
</div>

View File

@ -92,7 +92,7 @@ error when trying to **serve** or **build**:
{% highlight text %}
Since v3.0, permalinks for pages in subfolders must be relative to the site
source directory, not the parent directory. Check
https://jekyllrb.com/docs/upgrading/ for more info.
http://jekyllrb.com/docs/upgrading/ for more info.
{% endhighlight %}
This can be fixed by removing the following line from your `_config.yml` file: