Configuration

The configuration file is located at ~/.config/lira/config.yaml on UNIX-like systems, and at ~/AppData/Local/config.yaml on Windows systems. This is how it looks like

books:
  - lira.books.intro
  - example/

Note

Lira follows the XDG base directory specification.

All supported settings are document below.

books

List of books, each book can be a dotted path to the module of the book, or a local path to the directory of the book (it can be a relative path to the config file).

books:
   # A dotted path to a module
   - lira.books.intro

   # An absolute local path
   - ~/local/path/to/book/

   # A relative path to the config file
   - relative/path

Defaults to:

books:
  - lira.books.intro