Sha256: 2eabbbca9a63cd9dba58aa749794b3a42ce547546d31082b1605718433887c75

Contents?: true

Size: 462 Bytes

Versions: 1

Compression:

Stored size: 462 Bytes

Contents

module Octopress
  module Deploy
    class DeployDocs < Octopress::Ink::Plugin
      def configuration
        {
          name:        "Octopress Deploy",
          description: "Deploy your site with Git, Rsync or S3.",
          slug:        "deploy",
          assets_path: Octopress::Deploy.gem_dir('assets'),
          version:     Octopress::Deploy::VERSION,
        }
      end

      def docs_base_path
        'docs/deploy'
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
octopress-deploy-1.0.0.rc.3 lib/octopress-deploy/docs.rb