You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by kr...@apache.org on 2015/12/29 02:56:21 UTC

drill git commit: improve last-modified setup

Repository: drill
Updated Branches:
  refs/heads/gh-pages 8714fc807 -> 2a99c0d57


improve last-modified setup


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/2a99c0d5
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/2a99c0d5
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/2a99c0d5

Branch: refs/heads/gh-pages
Commit: 2a99c0d571b1072ec5a4e540849df86c40f2cd01
Parents: 8714fc8
Author: Kris Hahn <kr...@apache.org>
Authored: Mon Dec 28 17:55:24 2015 -0800
Committer: Kris Hahn <kr...@apache.org>
Committed: Mon Dec 28 17:55:24 2015 -0800

----------------------------------------------------------------------
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/2a99c0d5/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 2fdc1e4..d4bacfe 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ To automatically add the last-modified-on date, a one-time local setup is requir
 
           chmod +x pre-commit
 
-In addition the title: and parent:, add date: to the front matter of any file you create. For example:
+In addition to the title: and parent:, you now need to add date: to the front matter of any file you create. For example:
 
           ---
           title: "Configuring Multitenant Resources"
@@ -36,6 +36,8 @@ In addition the title: and parent:, add date: to the front matter of any file yo
           date: 
           ---
 
+Do not fill in or alter the date: field. Jekyll and git take care of that when you commit the file. 
+
 # Compiling the Website
 
 Once the website is ready, you'll need to compile the site to static HTML so that it can then be published to Apache. This is as simple as running the `jekyll build` command. The _config-prod.yml configuration file causes a few changes to the site: