21 lines
728 B
Markdown
21 lines
728 B
Markdown
# The plaintextaccounting.org website.
|
|
|
|
plaintextaccounting.org is an informative portal for Ledger, hledger, beancount, and the other ledger-likes.
|
|
|
|
The repo is named `plaintextaccounting.github.io` to make it the Github
|
|
Pages site for the
|
|
[plaintextaccounting organization](https://github.com/plaintextaccounting/),
|
|
so that it can be served with a custom domain, `plaintextaccounting.org`.
|
|
|
|
## Contributing Quick-start
|
|
|
|
_For full instructions on contributing, see
|
|
[CONTRIBUTING.md](CONTRIBUTING.md)._
|
|
|
|
1. Fork this repository.
|
|
2. Make changes to the `md` files, `css`, etc. **Don't change the `html` files.**
|
|
3. Run `make` to regenerate the `html` files.
|
|
4. Commit.
|
|
5. Push to a branch on your fork.
|
|
6. Submit a pull request.
|