fix warning flag (move from wrong note)
This commit is contained in:
parent
d8a7d770b4
commit
cf94820e1a
|
@ -30,7 +30,7 @@ repository](https://github.com/mojombo/mojombo.github.io) has the name
|
||||||
Content from the `master` branch of your repository will be used to build and
|
Content from the `master` branch of your repository will be used to build and
|
||||||
publish the GitHub Pages site, so make sure your Jekyll site is stored there.
|
publish the GitHub Pages site, so make sure your Jekyll site is stored there.
|
||||||
|
|
||||||
<div class="note warning">
|
<div class="note">
|
||||||
<h5>Custom domains do not affect repository names</h5>
|
<h5>Custom domains do not affect repository names</h5>
|
||||||
<p>
|
<p>
|
||||||
GitHub Pages are initially configured to live under the
|
GitHub Pages are initially configured to live under the
|
||||||
|
@ -54,7 +54,7 @@ actual software project for Jekyll, however the Jekyll website (that you’re
|
||||||
looking at right now) is contained in the [gh-pages
|
looking at right now) is contained in the [gh-pages
|
||||||
branch]({{ site.repository }}/tree/gh-pages) of the same repository.
|
branch]({{ site.repository }}/tree/gh-pages) of the same repository.
|
||||||
|
|
||||||
<div class="note">
|
<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>Github Pages [overrides](https://help.github.com/articles/troubleshooting-github-pages-build-failures#source-setting) the ["Site Source"](http://jekyllrb.com/docs/configuration/#global-configuration) configuration value, so if you locate your files anywhere other than the root directory, your site may not build correctly.
|
<p>Github Pages [overrides](https://help.github.com/articles/troubleshooting-github-pages-build-failures#source-setting) the ["Site Source"](http://jekyllrb.com/docs/configuration/#global-configuration) configuration value, so if you locate your files anywhere other than the root directory, your site may not build correctly.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue