From db43058bea9b769de2397cf02565871a4a523546 Mon Sep 17 00:00:00 2001 From: Tonton Pixel Date: Mon, 13 Aug 2018 05:24:07 +0200 Subject: [PATCH] Added project: Vade Mecum Shelf (#1579) * Added project: Vade Mecum Shelf Vade Mecum Shelf is a collection of utilities wrapped into one single app, built with Electron. Two utilities are making use of KaTeX: - LaTeX Math Renderer - Trigonometric Formulas * fix lint --- website/siteConfig.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/siteConfig.js b/website/siteConfig.js index 95ce5c7b..b69d2bf2 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -28,6 +28,12 @@ const users = [ infoLink: 'https://gitlab.com/', pinned: true, }, + { + caption: 'Vade Mecum Shelf', + image: 'https://raw.githubusercontent.com/tonton-pixel/vade-mecum-shelf/master/icons/icon.png', + infoLink: 'https://github.com/tonton-pixel/vade-mecum-shelf/', + pinned: true, + }, ]; const siteConfig = {