From 4d5e0075dc2d1c95106ce269fe74dcd550c2fdb8 Mon Sep 17 00:00:00 2001
From: Will Langford <langfordw@gmail.com>
Date: Thu, 15 Mar 2018 19:04:20 -0400
Subject: [PATCH] move strapdown

---
 index.html                                          |   2 +-
 strapdown.css => strapdown/strapdown.css            |   0
 strapdown.js => strapdown/strapdown.js              |   0
 {themes => strapdown/themes}/LICENSE                |   0
 {themes => strapdown/themes}/Muli/Muli-Black.ttf    | Bin
 .../themes}/Muli/Muli-BlackItalic.ttf               | Bin
 {themes => strapdown/themes}/Muli/Muli-Bold.ttf     | Bin
 .../themes}/Muli/Muli-BoldItalic.ttf                | Bin
 .../themes}/Muli/Muli-ExtraBold.ttf                 | Bin
 .../themes}/Muli/Muli-ExtraBoldItalic.ttf           | Bin
 .../themes}/Muli/Muli-ExtraLight.ttf                | Bin
 .../themes}/Muli/Muli-ExtraLightItalic.ttf          | Bin
 {themes => strapdown/themes}/Muli/Muli-Italic.ttf   | Bin
 {themes => strapdown/themes}/Muli/Muli-Light.ttf    | Bin
 .../themes}/Muli/Muli-LightItalic.ttf               | Bin
 {themes => strapdown/themes}/Muli/Muli-Regular.ttf  | Bin
 {themes => strapdown/themes}/Muli/Muli-SemiBold.ttf | Bin
 .../themes}/Muli/Muli-SemiBoldItalic.ttf            | Bin
 {themes => strapdown/themes}/Muli/OFL.txt           |   0
 {themes => strapdown/themes}/README.md              |   0
 {themes => strapdown/themes}/amelia.min.css         |   0
 .../themes}/bootstrap-responsive.min.css            |   0
 {themes => strapdown/themes}/bootstrap.min.css      |   0
 {themes => strapdown/themes}/cerulean.min.css       |   0
 {themes => strapdown/themes}/cyborg.min.css         |   0
 {themes => strapdown/themes}/journal.css            |   0
 {themes => strapdown/themes}/journal.min.css        |   0
 {themes => strapdown/themes}/readable.min.css       |   0
 {themes => strapdown/themes}/simplex.min.css        |   0
 {themes => strapdown/themes}/slate.min.css          |   0
 {themes => strapdown/themes}/spacelab.min.css       |   0
 {themes => strapdown/themes}/spruce.min.css         |   0
 {themes => strapdown/themes}/superhero.min.css      |   0
 {themes => strapdown/themes}/united.min.css         |   0
 34 files changed, 1 insertion(+), 1 deletion(-)
 rename strapdown.css => strapdown/strapdown.css (100%)
 rename strapdown.js => strapdown/strapdown.js (100%)
 rename {themes => strapdown/themes}/LICENSE (100%)
 rename {themes => strapdown/themes}/Muli/Muli-Black.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-BlackItalic.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-Bold.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-BoldItalic.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-ExtraBold.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-ExtraBoldItalic.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-ExtraLight.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-ExtraLightItalic.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-Italic.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-Light.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-LightItalic.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-Regular.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-SemiBold.ttf (100%)
 rename {themes => strapdown/themes}/Muli/Muli-SemiBoldItalic.ttf (100%)
 rename {themes => strapdown/themes}/Muli/OFL.txt (100%)
 rename {themes => strapdown/themes}/README.md (100%)
 rename {themes => strapdown/themes}/amelia.min.css (100%)
 rename {themes => strapdown/themes}/bootstrap-responsive.min.css (100%)
 rename {themes => strapdown/themes}/bootstrap.min.css (100%)
 rename {themes => strapdown/themes}/cerulean.min.css (100%)
 rename {themes => strapdown/themes}/cyborg.min.css (100%)
 rename {themes => strapdown/themes}/journal.css (100%)
 rename {themes => strapdown/themes}/journal.min.css (100%)
 rename {themes => strapdown/themes}/readable.min.css (100%)
 rename {themes => strapdown/themes}/simplex.min.css (100%)
 rename {themes => strapdown/themes}/slate.min.css (100%)
 rename {themes => strapdown/themes}/spacelab.min.css (100%)
 rename {themes => strapdown/themes}/spruce.min.css (100%)
 rename {themes => strapdown/themes}/superhero.min.css (100%)
 rename {themes => strapdown/themes}/united.min.css (100%)

diff --git a/index.html b/index.html
index 8957895..c0f4108 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
 		// $.getScript("../strapdown.js");
 		var s = document.createElement("script");
 		s.type = "text/javascript";
-		s.src = "../strapdown.js";
+		s.src = "strapdown/strapdown.js";
 		$("head").append(s);
 	});
 </script>
diff --git a/strapdown.css b/strapdown/strapdown.css
similarity index 100%
rename from strapdown.css
rename to strapdown/strapdown.css
diff --git a/strapdown.js b/strapdown/strapdown.js
similarity index 100%
rename from strapdown.js
rename to strapdown/strapdown.js
diff --git a/themes/LICENSE b/strapdown/themes/LICENSE
similarity index 100%
rename from themes/LICENSE
rename to strapdown/themes/LICENSE
diff --git a/themes/Muli/Muli-Black.ttf b/strapdown/themes/Muli/Muli-Black.ttf
similarity index 100%
rename from themes/Muli/Muli-Black.ttf
rename to strapdown/themes/Muli/Muli-Black.ttf
diff --git a/themes/Muli/Muli-BlackItalic.ttf b/strapdown/themes/Muli/Muli-BlackItalic.ttf
similarity index 100%
rename from themes/Muli/Muli-BlackItalic.ttf
rename to strapdown/themes/Muli/Muli-BlackItalic.ttf
diff --git a/themes/Muli/Muli-Bold.ttf b/strapdown/themes/Muli/Muli-Bold.ttf
similarity index 100%
rename from themes/Muli/Muli-Bold.ttf
rename to strapdown/themes/Muli/Muli-Bold.ttf
diff --git a/themes/Muli/Muli-BoldItalic.ttf b/strapdown/themes/Muli/Muli-BoldItalic.ttf
similarity index 100%
rename from themes/Muli/Muli-BoldItalic.ttf
rename to strapdown/themes/Muli/Muli-BoldItalic.ttf
diff --git a/themes/Muli/Muli-ExtraBold.ttf b/strapdown/themes/Muli/Muli-ExtraBold.ttf
similarity index 100%
rename from themes/Muli/Muli-ExtraBold.ttf
rename to strapdown/themes/Muli/Muli-ExtraBold.ttf
diff --git a/themes/Muli/Muli-ExtraBoldItalic.ttf b/strapdown/themes/Muli/Muli-ExtraBoldItalic.ttf
similarity index 100%
rename from themes/Muli/Muli-ExtraBoldItalic.ttf
rename to strapdown/themes/Muli/Muli-ExtraBoldItalic.ttf
diff --git a/themes/Muli/Muli-ExtraLight.ttf b/strapdown/themes/Muli/Muli-ExtraLight.ttf
similarity index 100%
rename from themes/Muli/Muli-ExtraLight.ttf
rename to strapdown/themes/Muli/Muli-ExtraLight.ttf
diff --git a/themes/Muli/Muli-ExtraLightItalic.ttf b/strapdown/themes/Muli/Muli-ExtraLightItalic.ttf
similarity index 100%
rename from themes/Muli/Muli-ExtraLightItalic.ttf
rename to strapdown/themes/Muli/Muli-ExtraLightItalic.ttf
diff --git a/themes/Muli/Muli-Italic.ttf b/strapdown/themes/Muli/Muli-Italic.ttf
similarity index 100%
rename from themes/Muli/Muli-Italic.ttf
rename to strapdown/themes/Muli/Muli-Italic.ttf
diff --git a/themes/Muli/Muli-Light.ttf b/strapdown/themes/Muli/Muli-Light.ttf
similarity index 100%
rename from themes/Muli/Muli-Light.ttf
rename to strapdown/themes/Muli/Muli-Light.ttf
diff --git a/themes/Muli/Muli-LightItalic.ttf b/strapdown/themes/Muli/Muli-LightItalic.ttf
similarity index 100%
rename from themes/Muli/Muli-LightItalic.ttf
rename to strapdown/themes/Muli/Muli-LightItalic.ttf
diff --git a/themes/Muli/Muli-Regular.ttf b/strapdown/themes/Muli/Muli-Regular.ttf
similarity index 100%
rename from themes/Muli/Muli-Regular.ttf
rename to strapdown/themes/Muli/Muli-Regular.ttf
diff --git a/themes/Muli/Muli-SemiBold.ttf b/strapdown/themes/Muli/Muli-SemiBold.ttf
similarity index 100%
rename from themes/Muli/Muli-SemiBold.ttf
rename to strapdown/themes/Muli/Muli-SemiBold.ttf
diff --git a/themes/Muli/Muli-SemiBoldItalic.ttf b/strapdown/themes/Muli/Muli-SemiBoldItalic.ttf
similarity index 100%
rename from themes/Muli/Muli-SemiBoldItalic.ttf
rename to strapdown/themes/Muli/Muli-SemiBoldItalic.ttf
diff --git a/themes/Muli/OFL.txt b/strapdown/themes/Muli/OFL.txt
similarity index 100%
rename from themes/Muli/OFL.txt
rename to strapdown/themes/Muli/OFL.txt
diff --git a/themes/README.md b/strapdown/themes/README.md
similarity index 100%
rename from themes/README.md
rename to strapdown/themes/README.md
diff --git a/themes/amelia.min.css b/strapdown/themes/amelia.min.css
similarity index 100%
rename from themes/amelia.min.css
rename to strapdown/themes/amelia.min.css
diff --git a/themes/bootstrap-responsive.min.css b/strapdown/themes/bootstrap-responsive.min.css
similarity index 100%
rename from themes/bootstrap-responsive.min.css
rename to strapdown/themes/bootstrap-responsive.min.css
diff --git a/themes/bootstrap.min.css b/strapdown/themes/bootstrap.min.css
similarity index 100%
rename from themes/bootstrap.min.css
rename to strapdown/themes/bootstrap.min.css
diff --git a/themes/cerulean.min.css b/strapdown/themes/cerulean.min.css
similarity index 100%
rename from themes/cerulean.min.css
rename to strapdown/themes/cerulean.min.css
diff --git a/themes/cyborg.min.css b/strapdown/themes/cyborg.min.css
similarity index 100%
rename from themes/cyborg.min.css
rename to strapdown/themes/cyborg.min.css
diff --git a/themes/journal.css b/strapdown/themes/journal.css
similarity index 100%
rename from themes/journal.css
rename to strapdown/themes/journal.css
diff --git a/themes/journal.min.css b/strapdown/themes/journal.min.css
similarity index 100%
rename from themes/journal.min.css
rename to strapdown/themes/journal.min.css
diff --git a/themes/readable.min.css b/strapdown/themes/readable.min.css
similarity index 100%
rename from themes/readable.min.css
rename to strapdown/themes/readable.min.css
diff --git a/themes/simplex.min.css b/strapdown/themes/simplex.min.css
similarity index 100%
rename from themes/simplex.min.css
rename to strapdown/themes/simplex.min.css
diff --git a/themes/slate.min.css b/strapdown/themes/slate.min.css
similarity index 100%
rename from themes/slate.min.css
rename to strapdown/themes/slate.min.css
diff --git a/themes/spacelab.min.css b/strapdown/themes/spacelab.min.css
similarity index 100%
rename from themes/spacelab.min.css
rename to strapdown/themes/spacelab.min.css
diff --git a/themes/spruce.min.css b/strapdown/themes/spruce.min.css
similarity index 100%
rename from themes/spruce.min.css
rename to strapdown/themes/spruce.min.css
diff --git a/themes/superhero.min.css b/strapdown/themes/superhero.min.css
similarity index 100%
rename from themes/superhero.min.css
rename to strapdown/themes/superhero.min.css
diff --git a/themes/united.min.css b/strapdown/themes/united.min.css
similarity index 100%
rename from themes/united.min.css
rename to strapdown/themes/united.min.css
-- 
GitLab