simonmichael / hledger_site

The repo for hledger.org, the hledger project's website.
GNU General Public License v3.0
63 stars 37 forks source link
accounting command-line-tool console-application haskell hledger ledger library plain-text plaintext plaintext-accounting tui web-application

This is hledger_site, the repo for the hledger.org website. It contains most of the source files for the hledger.org website.

This repo was created in 2019 by combining the site/ subfolder previously in the main hledger repo, and the github wiki, preserving the essential histories of both (though for the true original history of site/ up to 2019/08, see the main hledger repo.)

It is intended to be cloned as the "site" subdirectory of the main hledger repo. Currently this is done manually, not via git submodule or subtree.

In 2021, this site was converted from sphinx to mdbook.

Site configuration is in book.toml.

Some static assets are kept in css/, theme/, js/ and highslide/.

A few more assets and most of the site's content source is in src/.

Some hledger docs are kept in the main hledger repo, and included in the website via symbolic links in src/. These are:

To render the latest site content (in out/):

make

To render the latest content (in out/), and the old versions of the user manuals, and the latest dev version of the manual (in out2/, built separately due to mdbook limitations):

make buildall