Add information re: .jekyll-metadata
This commit is contained in:
parent
e82eaa4b0f
commit
d9958de9d1
|
@ -32,6 +32,7 @@ A basic Jekyll site usually looks something like this:
|
||||||
├── _data
|
├── _data
|
||||||
| └── members.yml
|
| └── members.yml
|
||||||
├── _site
|
├── _site
|
||||||
|
├── .jekyll-metadata
|
||||||
└── index.html
|
└── index.html
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
@ -155,6 +156,22 @@ An overview of what each of these does:
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p><code>.jekyll-metadata</code></p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
|
||||||
|
This is file helps Jekyll keep track of which files have not been
|
||||||
|
modified since the site was last built, and which files will need to
|
||||||
|
be regenerated on the next build. This file will not be included in
|
||||||
|
the generated site. It’s probably a good idea to add this to your
|
||||||
|
<code>.gitignore</code> file.
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p><code>index.html</code> and other HTML, Markdown, Textile files</p>
|
<p><code>index.html</code> and other HTML, Markdown, Textile files</p>
|
||||||
|
|
Loading…
Reference in New Issue