Creates a simple mobile-friendly static website from your README.
Beautiful-readme converts a single readme file into a simple and modern Bootstrap-powered static website. Simplicity (KISS) and clarity are the major design goals of beautiful-readme. For more feature-rich solutions, I recommend having a look at Sphinx and Beautiful docs.
Here (built from this readme) and here (built from a readme for another project).
Input:
brconfig.py
).README.rst
.Execute $ beautiful-readme README.rst
and a static website is created in the
_build
directory.
Beautiful-readme releases are hosted on PyPI. Installation with pip is recommended:
$ pip install beautiful-readme
Beautiful-readme is written and maintained by Jan-Philip Gehrcke. It is licensed under an MIT license (see LICENSE file).