OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
OurBigBook stores some metadata and outputs it generates/needs inside the ./_out/ directory that it creates inside the --outdir <outdir>.
Overview of files it contains:
  • db.sqlite3: cross file reference internals
  • publish: a git clone of the source of the main repository to ensure that untracked files won't accidentally go into the output
    • publish/_out/db.sqlite3: like _out/db.sqlite3 but from the clean clone of _out/publish
    • publish/_out/publish: the final generated output directory that gets published, e.g. as in publish to GitHub Pages

Ancestors (3)

  1. Overview of files in this repository
  2. Developing OurBigBook
  3. Home