No description
Find a file
2016-09-01 07:56:44 +10:00
assets Add tether.min.js (from #34) 2016-09-01 07:56:44 +10:00
content fixing and idiom (#31) 2016-08-29 22:41:43 +10:00
databags Corrected typos in databags. 2016-07-02 10:52:01 +08:00
models Add extra sponsorship levels. (#29) 2016-08-24 07:31:21 +08:00
templates update layout.html path to tether 2016-08-31 11:27:13 +02:00
.travis.yml Add extra sponsorship levels. (#29) 2016-08-24 07:31:21 +08:00
BeeWare.lektorproject Another way to fix travis deploy 2016-07-05 20:27:00 -04:00
CNAME Added dummy organization page and CNAME instruction for GitHub. 2013-07-15 20:59:10 +08:00
CONTRIBUTING.md Merge branch 'master' of github.com:pybee/pybee.github.io 2016-05-03 07:27:32 +08:00
LICENSE Added license and updated README. 2016-07-03 17:54:40 +08:00
README.rst Added Github assets for the benefit of the repo. 2016-07-05 00:29:26 +08:00

pybee.github.io
===============

This is the homepage for the `BeeWare project`_.

It is a `Lektor`_-based site.

.. _Lektor: https://getlektor.com

If you want to contribute a modification, you can fork this repository and
submit a pull request. However, **do not fork the master branch** - fork the
`lektor branch`_ and make changes thereinstead.

.. _lektor branch: https://github.com/pybee/pybee.github.io/tree/lektor

If you want to test out a change before you submit it, download and install
Lektor; then from the root directory of the checkout, run:

    $ lektor server

This will `start a webserver`_ that will autoreload whenever you make a change
to site content.

.. _start a webserver: http://127.0.0.1:8000

Community
---------

You can talk to the community through:

* `@pybeeware on Twitter`_

* `Tickets on the pybee.github.io issue tracker`_

Contributing
------------

If you find problems with this website, `log them on GitHub`_. If you
want to contribute, please `fork the code`_ and `submit a pull request`_.

Before submitting a pull request, please make sure your forked branch is up
to date with the original branch. To do this:

- set your upstream remote::

    $ git remote add upstream https://github.com/pybee/pybee.github.io.git

- make sure you have the latest changes from upstream::

    $ git fetch upstream

- rebase your **master** branch to **upstream** before pushing to git and
  submitting a pull request::

    $ git rebase upstream/master


.. _BeeWare project: http://pybee.org
.. _@pybeeware on Twitter: https://twitter.com/pybeeware
.. _Tickets on the pybee.github.io issue tracker: https://github.com/pybee/pybee.github.io/issues
.. _log them on Github: https://github.com/pybee/pybee.github.io/issues
.. _fork the code: https://github.com/pybee/pybee.github.io/tree/lektor
.. _submit a pull request: https://github.com/pybee/pybee.github.io/pulls