From 919016ff0fc136254e837ec4c355f12f2114799f Mon Sep 17 00:00:00 2001 From: Siddhant Goel Date: Tue, 22 Oct 2024 20:09:05 +0200 Subject: [PATCH] chore: update mkdocs config --- mkdocs.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 98ee9e3..c17f9f4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,16 +4,20 @@ site_description: A curated list of resources for Beancount, which is a command- site_author: Siddhant Goel repo_url: https://github.com/siddhantgoel/awesome-beancount theme: - name: material - palette: - primary: indigo - font: false - custom_dir: overrides + name: material + language: en + palette: + primary: indigo + font: + text: Roboto + custom_dir: overrides extra: social: - icon: fontawesome/brands/github link: https://github.com/siddhantgoel/awesome-beancount - - icon: fontawesome/brands/twitter - link: https://twitter.com/siddhantgoel + - icon: fontawesome/brands/mastodon + link: https://mastodon.social/@siddhantgoel + - icon: fontawesome/brands/bluesky + link: https://bsky.app/profile/sgoel.dev nav: - "Plain Text Accounting using Python": README.md