From 92cbf3628bc5efbabcd870e2670d1c3ff48d6f6c Mon Sep 17 00:00:00 2001 From: Yuriy Date: Thu, 11 Jul 2024 00:54:33 -0400 Subject: [PATCH] readme and config --- README.md | 2 +- book.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db8845a..1869ef1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Export your joplin notes into a [mdbook](https://rust-lang.github.io/mdBook/inde -# This project is a fork of[Stavros' notes](https://gitlab.com/stavros/notes/) +# This project is a fork of [Stavros' notes](https://gitlab.com/stavros/notes/) ## Notable Changes - Notes and Folders are grabbed based on a whitelist instead of a blacklist - Instead of checking if a notebook/note is tagged with "private" and skipping it, checks if the note is tagged with "blog" diff --git a/book.toml b/book.toml index c4d12af..b517dd6 100644 --- a/book.toml +++ b/book.toml @@ -9,7 +9,7 @@ title = "Yuriy's Notes" curly-quotes = true no-section-label = true git-repository-url = "https://git.zinchuk.xyz/yuriy/joplin-mdbooks-website" -git-repository-icon = "fa-gitlab" +git-repository-icon = "fa-code-fork" additional-css = ["static/custom.css"] default-theme = "rust" preferred-dark-theme = "navy" \ No newline at end of file