export function plugin (options) {
  return function rename (files, metalsmith, done) {
    // if generating standalone and this is default service, use index
    let index = (path.parse(options.root).name === options.name && options.path === '.');