diff --git a/README.md b/README.md index 6880d1c..7a8face 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # Awesome Beancount [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) -A curated list of resources for Beancount, which is a command-line based double-entry -bookkeeping system using plaintext files. This list complements [Beancount's own -External Contributions](https://beancount.github.io/docs/external_contributions.html) -index. +A curated list of resources for Beancount, an open-source double entry bookkeeping +system — ideal for plain text accounting users and Python software developers. -![](images/banner.png) +![](images/awesome-beancount.png) --- @@ -22,6 +20,7 @@ index. - Documentation - [GitHub Pages](https://beancount.github.io/docs/) - [Google Docs](https://docs.google.com/document/d/1RaondTJCS_IUPBHFNdT8oqFKJjVJDsfsn6JEjBG04eA/edit) +- [External Contributions to Beancount](https://beancount.github.io/docs/external_contributions.html) ## Books diff --git a/docs/images/banner.png b/docs/images/awesome-beancount.png similarity index 100% rename from docs/images/banner.png rename to docs/images/awesome-beancount.png diff --git a/mkdocs.yml b/mkdocs.yml index c17f9f4..1959b9c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Awesome Beancount site_url: https://awesome-beancount.com -site_description: A curated list of resources for Beancount, which is a command-line based double-entry bookkeeping system using plaintext files. +site_description: A curated list of resources for Beancount, an open-source double entry bookkeeping system — ideal for plain text accounting users and Python software developers. site_author: Siddhant Goel repo_url: https://github.com/siddhantgoel/awesome-beancount theme: @@ -20,4 +20,4 @@ extra: - icon: fontawesome/brands/bluesky link: https://bsky.app/profile/sgoel.dev nav: - - "Plain Text Accounting using Python": README.md + - "Plain Text Accounting using Python": README.md