From ec2391f16e10926dc5534a4a05744fcd4f85e0ad Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Wed, 25 Jan 2017 12:30:05 -0500 Subject: [PATCH] use Github gists for sharing --- .gitmodules | 3 ++ index.html | 2 ++ octokat.js | 1 + src/ui.js | 85 ++++++++++++++++++++++++++++------------------- tools/Makefile | 2 ++ tools/pbm_to_c.py | 37 +++++++++++++++++++++ 6 files changed, 96 insertions(+), 34 deletions(-) create mode 160000 octokat.js create mode 100644 tools/pbm_to_c.py diff --git a/.gitmodules b/.gitmodules index 0d56ed50..0d91be95 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "codemirror"] path = codemirror url = git@github.com:sehugg/codemirror +[submodule "octokat.js"] + path = octokat.js + url = ./octokat.js diff --git a/index.html b/index.html index 926504b1..6b982be5 100644 --- a/index.html +++ b/index.html @@ -283,10 +283,12 @@ canvas.pixelated { + +