index.rst 704 B

123456789101112131415161718192021222324252627
  1. .. Blogit documentation master file, created by
  2. sphinx-quickstart on Wed Feb 17 16:38:24 2016.
  3. You can adapt this file completely to your liking,
  4. but it should at least
  5. contain the root `toctree` directive.
  6. Welcome to blogit's documentation!
  7. ==================================
  8. Contents:
  9. .. toctree::
  10. :maxdepth: 2
  11. install
  12. tutorial
  13. configuration
  14. packaging
  15. About blogit:
  16. ^^^^^^^^^^^^^
  17. Blogit is a Python3 static site generator. It uses the markdown2 parser,
  18. and the Jinja2 template engine. It is a small code base, and does
  19. gradual builds of your content. Thus it is quick! New posts are added by
  20. demand, without the need to reparse and rebuild all the content every
  21. time.