/polly

Primary LanguageGoApache License 2.0Apache-2.0

Polly

Polly is a preprocessor for Hugo

CircleCI Go Report Card

Table of Contents

  1. Polly is a preprocessor for Hugo
  2. Introduction
  3. Installation
    1. Download (Binary Install)
    2. Build and Install from Source
  4. Usage
  5. Roadmap
  6. Contributing
  7. License
  8. Contact

Introduction

Installation

Download (Binary Install)

Build and Install from Source

Prerequisites

Fetch from GitHub

mkdir $HOME/src
cd $HOME/src
git clone https://github.com/stevexnicholls/polly.git
cd polly
go install

If you are a Windows user, substitute the $HOME environment variable above with %USERPROFILE%.

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache License 2.0. See LICENSE for more information.

Contact

Project Link: https://github.com/stevexnicholls/polly