diff --git a/index.html b/index.html index 89578957502c8f6f68da46ba238464da1f9d133f..c0f4108aa4b5279aaf09c82b538be2510181fe50 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