Repository is archived
No commit activity in last 3 years
No release in over 3 years
Use version control to determine last-modified times of Middleman resources.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

middleman-vcs-time

Gem Version Build Status

Provides means to look up the last-modified times of Middleman sitemap resources according to version control. Supports Git with a fallback to filesystem metadata.

Installation

Add to your Gemfile:

gem 'middleman-vcs-time'

and run bundle install.

Usage

Activate the extension in config.rb:

activate :vcs_time

Get the modification time of e.g. the current page:

current_page.mtime # => 2014-01-20 17:31:50 -0800