From d9958de9d18aea40e07f5df2aa29e8a014ede13e Mon Sep 17 00:00:00 2001
From: Pat Hawks
Date: Thu, 19 Mar 2015 18:00:32 -0700
Subject: [PATCH] Add information re: .jekyll-metadata
---
site/_docs/structure.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/site/_docs/structure.md b/site/_docs/structure.md
index e708ff25..ba550ade 100644
--- a/site/_docs/structure.md
+++ b/site/_docs/structure.md
@@ -32,6 +32,7 @@ A basic Jekyll site usually looks something like this:
├── _data
| └── members.yml
├── _site
+├── .jekyll-metadata
└── index.html
{% endhighlight %}
@@ -155,6 +156,22 @@ An overview of what each of these does:
+
+
+ .jekyll-metadata
+ |
+
+
+
+ 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
+ .gitignore file.
+
+
+ |
+
index.html and other HTML, Markdown, Textile files
|