Giter VIP home page Giter VIP logo

staticbot's Introduction

Staticbot

Staticbot is a server program that:

  1. Receives notification that a static site's source has been updated,
  2. Compiles the new source of the static site, and
  3. Pushes the compiled source to a destination

The original workflow is as follows:

  1. Someone changes a preprocessable file (e.g., markdown, coffee-script, Sass, etc) on a "source" branch on GitHub,
  2. Staticbot sees that change, takes the new information, and compiles it, and
  3. Pushes the compiled version to a "master" or "gh-pages" branch on the same GitHub repo.

That is, if Alice maintains a site on GitHub Pages and Bob submits a simple pull request, Alice can accept it without having to compile Bob's changes locally: Staticbot does that for her.

License

See LICENSE.

Contributing

Pull requests are welcome!

  1. Fork this repo. (click "Fork" button on github)
  2. Pull your copy of this repo. (from terminal: git clone [email protected]:/staticbot)
  3. Create a branch for your change. (from terminal: cd staticbot; git checkout -b )
  4. Make your changes.
  5. Commit. (from terminal: git commit -m "")
  6. Push. (from terminal: git push origin)
  7. Issue a pull request (in the browser on github.com//staticbot, click the pull request button [it's looks like two arrows] and create a pull request)

Acknowledgements

Alphabetically:

staticbot's People

Watchers

Matt Gauger avatar Brad Grzesiak avatar Zachery Moneypenny avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.