Feedback from @parkr
This commit is contained in:
parent
cfb4a848b4
commit
58a74a166d
|
@ -117,7 +117,7 @@ branch]({{ site.repository }}/tree/gh-pages) of the same repository.
|
||||||
<div class="note warning">
|
<div class="note warning">
|
||||||
<h5>Source Files Must be in the Root Directory</h5>
|
<h5>Source Files Must be in the Root Directory</h5>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -92,7 +92,7 @@ error when trying to **serve** or **build**:
|
||||||
{% highlight text %}
|
{% highlight text %}
|
||||||
Since v3.0, permalinks for pages in subfolders must be relative to the site
|
Since v3.0, permalinks for pages in subfolders must be relative to the site
|
||||||
source directory, not the parent directory. Check
|
source directory, not the parent directory. Check
|
||||||
https://jekyllrb.com/docs/upgrading/ for more info.
|
http://jekyllrb.com/docs/upgrading/ for more info.
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
This can be fixed by removing the following line from your `_config.yml` file:
|
This can be fixed by removing the following line from your `_config.yml` file:
|
||||||
|
|
Loading…
Reference in New Issue