Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Mar 13, 2016
1 parent 7642418 commit fa05760
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions docs/source/index.rst
Expand Up @@ -180,15 +180,20 @@ The next time you will add a new post **only** that post will be build. Other,
pages that will be updated are the posts tags, the archive and the main index.
Everything else remains unchanged. Hence, the speed up in build times.

There is only one caveat for the way blogit does gradual builds. Currently,
once a post is built it is stored in the file ``content_root/blogit.db`` and
it is not built again. Future versions of blogit will store also the last
modification time of the file and will build the file if the change time is
newer then the one stored in the database.

If you can't wait until than, you can modify the database, or completely remove
it. Modifying the database is straight forward. It's a simple JSON file. Just
make sure you don't forget to close curly brackets when you edit the file.
If you modify a file, while you needed to edit something. blogit will detect it,
and will add it to the build::

$ touch -m content/posts/1912-07-24-out-to-sea.md
$ ~/Software/t $ blogit -b

Rendering website now...

entries:
posts/1912-07-24-out-to-sea.md
updating tag fiction
Updating index
Updating archive


Contributing
^^^^^^^^^^^^
Expand Down

0 comments on commit fa05760

Please sign in to comment.