From 3347c708af2c611a611e75cb841f253ecaca23a5 Mon Sep 17 00:00:00 2001 From: Emi Tatsuo Date: Fri, 11 Dec 2020 14:44:14 -0500 Subject: [PATCH] Add a cute little emoji logo to the docs --- README.md | 2 ++ src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55809ce..0e849de 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ As this is a fork of [northstar], naturally a fair amount of our code derives fr Kochab also depends on the wonderful gemtext parsing/building library written by [Cadey] \[[gemini][cadey-gemini]\] as part of the [maj] ecosystem, which also includes its own gemini server library. +Lastly, we use the :milkyway: emoji from Twemoji as our logo in our docs, which is licensed under CC BY 4.0 + [northstar]: https://github.com/panicbit/northstar "Northstar GitHub" [examples]: ./examples "Code Examples" [Cadey]: https://christine.website/ "Cadey (Christine Dodrill)'s Blog" diff --git a/src/lib.rs b/src/lib.rs index 142e61d..b928b87 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ #![warn(missing_docs)] -#![feature(doc_cfg)] +#![doc(html_logo_url = "https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg/1f30c.svg")] //! Kochab is an ergonomic and intuitive library for quickly building highly functional //! and advanced Gemini applications on either SCGI or raw Gemini. //!