diff --git a/layout/common/head.ejs b/layout/common/head.ejs index ede3f9b..786f8fc 100644 --- a/layout/common/head.ejs +++ b/layout/common/head.ejs @@ -37,12 +37,12 @@ <% } %> - <%- css('vendor/font-awesome/css/font-awesome.min') %> - <%- css('vendor/open-sans/styles') %> - <%- css('vendor/source-code-pro/styles') %> + <%- css('libs/font-awesome/css/font-awesome.min') %> + <%- css('libs/open-sans/styles') %> + <%- css('libs/source-code-pro/styles') %> <%- css('css/style') %> - <%- js('vendor/jquery/2.1.3/jquery.min') %> + <%- js('libs/jquery/2.1.3/jquery.min') %> <%- partial('plugin/scripts', { isHead: true }) %> diff --git a/layout/plugin/scripts.ejs b/layout/plugin/scripts.ejs index 196bdc9..cdd6013 100644 --- a/layout/plugin/scripts.ejs +++ b/layout/plugin/scripts.ejs @@ -1,9 +1,9 @@ <% if (typeof(isHead) !== 'undefined' && isHead) { %> <% if (theme.plugins.lightgallery) { %> - <%- css('vendor/lightgallery/css/lightgallery.min') %> + <%- css('libs/lightgallery/css/lightgallery.min') %> <% } %> <% if (theme.plugins.justifiedgallery) { %> - <%- css('vendor/justified-gallery/justifiedGallery.min.css') %> + <%- css('libs/justified-gallery/justifiedGallery.min.css') %> <% } %> <% if (theme.plugins.google_analytics) { %> <%- partial('plugin/google-analytics') %> @@ -16,17 +16,17 @@ <% } %> <% } else { %> <% if (theme.plugins.lightgallery) { %> - <%- js('vendor/lightgallery/js/lightgallery.min') %> - <%- js('vendor/lightgallery/js/lg-thumbnail.min') %> - <%- js('vendor/lightgallery/js/lg-pager.min') %> - <%- js('vendor/lightgallery/js/lg-autoplay.min') %> - <%- js('vendor/lightgallery/js/lg-fullscreen.min') %> - <%- js('vendor/lightgallery/js/lg-zoom.min') %> - <%- js('vendor/lightgallery/js/lg-hash.min') %> - <%- js('vendor/lightgallery/js/lg-share.min') %> - <%- js('vendor/lightgallery/js/lg-video.min') %> + <%- js('libs/lightgallery/js/lightgallery.min') %> + <%- js('libs/lightgallery/js/lg-thumbnail.min') %> + <%- js('libs/lightgallery/js/lg-pager.min') %> + <%- js('libs/lightgallery/js/lg-autoplay.min') %> + <%- js('libs/lightgallery/js/lg-fullscreen.min') %> + <%- js('libs/lightgallery/js/lg-zoom.min') %> + <%- js('libs/lightgallery/js/lg-hash.min') %> + <%- js('libs/lightgallery/js/lg-share.min') %> + <%- js('libs/lightgallery/js/lg-video.min') %> <% } %> <% if (theme.plugins.justifiedgallery) { %> - <%- js('vendor/justified-gallery/jquery.justifiedGallery.min.js') %> + <%- js('libs/justified-gallery/jquery.justifiedGallery.min.js') %> <% } %> <% } %> diff --git a/scripts/nojekyll.js b/scripts/nojekyll.js deleted file mode 100644 index 5df3393..0000000 --- a/scripts/nojekyll.js +++ /dev/null @@ -1,11 +0,0 @@ -/** -* .nojekyll Generator -* @description Prevent vendor folder from ignored by GitHub -*/ - -hexo.extend.generator.register('nojekyll', function (locals) { - return { - path: '.nojekyll', - data: '' - } -}); \ No newline at end of file diff --git a/source/vendor/font-awesome/css/font-awesome.css b/source/libs/font-awesome/css/font-awesome.css similarity index 100% rename from source/vendor/font-awesome/css/font-awesome.css rename to source/libs/font-awesome/css/font-awesome.css diff --git a/source/vendor/font-awesome/css/font-awesome.min.css b/source/libs/font-awesome/css/font-awesome.min.css similarity index 100% rename from source/vendor/font-awesome/css/font-awesome.min.css rename to source/libs/font-awesome/css/font-awesome.min.css diff --git a/source/vendor/font-awesome/fonts/FontAwesome.otf b/source/libs/font-awesome/fonts/FontAwesome.otf similarity index 100% rename from source/vendor/font-awesome/fonts/FontAwesome.otf rename to source/libs/font-awesome/fonts/FontAwesome.otf diff --git a/source/vendor/font-awesome/fonts/fontawesome-webfont.eot b/source/libs/font-awesome/fonts/fontawesome-webfont.eot similarity index 100% rename from source/vendor/font-awesome/fonts/fontawesome-webfont.eot rename to source/libs/font-awesome/fonts/fontawesome-webfont.eot diff --git a/source/vendor/font-awesome/fonts/fontawesome-webfont.svg b/source/libs/font-awesome/fonts/fontawesome-webfont.svg similarity index 100% rename from source/vendor/font-awesome/fonts/fontawesome-webfont.svg rename to source/libs/font-awesome/fonts/fontawesome-webfont.svg diff --git a/source/vendor/font-awesome/fonts/fontawesome-webfont.ttf b/source/libs/font-awesome/fonts/fontawesome-webfont.ttf similarity index 100% rename from source/vendor/font-awesome/fonts/fontawesome-webfont.ttf rename to source/libs/font-awesome/fonts/fontawesome-webfont.ttf diff --git a/source/vendor/font-awesome/fonts/fontawesome-webfont.woff b/source/libs/font-awesome/fonts/fontawesome-webfont.woff similarity index 100% rename from source/vendor/font-awesome/fonts/fontawesome-webfont.woff rename to source/libs/font-awesome/fonts/fontawesome-webfont.woff diff --git a/source/vendor/font-awesome/fonts/fontawesome-webfont.woff2 b/source/libs/font-awesome/fonts/fontawesome-webfont.woff2 similarity index 100% rename from source/vendor/font-awesome/fonts/fontawesome-webfont.woff2 rename to source/libs/font-awesome/fonts/fontawesome-webfont.woff2 diff --git a/source/vendor/jquery/2.1.3/jquery.min.js b/source/libs/jquery/2.1.3/jquery.min.js similarity index 100% rename from source/vendor/jquery/2.1.3/jquery.min.js rename to source/libs/jquery/2.1.3/jquery.min.js diff --git a/source/vendor/justified-gallery/jquery.justifiedGallery.min.js b/source/libs/justified-gallery/jquery.justifiedGallery.min.js similarity index 100% rename from source/vendor/justified-gallery/jquery.justifiedGallery.min.js rename to source/libs/justified-gallery/jquery.justifiedGallery.min.js diff --git a/source/vendor/justified-gallery/justifiedGallery.min.css b/source/libs/justified-gallery/justifiedGallery.min.css similarity index 100% rename from source/vendor/justified-gallery/justifiedGallery.min.css rename to source/libs/justified-gallery/justifiedGallery.min.css diff --git a/source/vendor/lightgallery/css/lg-fb-comment-box.css b/source/libs/lightgallery/css/lg-fb-comment-box.css old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/css/lg-fb-comment-box.css rename to source/libs/lightgallery/css/lg-fb-comment-box.css diff --git a/source/vendor/lightgallery/css/lg-fb-comment-box.css.map b/source/libs/lightgallery/css/lg-fb-comment-box.css.map old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/css/lg-fb-comment-box.css.map rename to source/libs/lightgallery/css/lg-fb-comment-box.css.map diff --git a/source/vendor/lightgallery/css/lg-fb-comment-box.min.css b/source/libs/lightgallery/css/lg-fb-comment-box.min.css old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/css/lg-fb-comment-box.min.css rename to source/libs/lightgallery/css/lg-fb-comment-box.min.css diff --git a/source/vendor/lightgallery/css/lg-transitions.css b/source/libs/lightgallery/css/lg-transitions.css old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/css/lg-transitions.css rename to source/libs/lightgallery/css/lg-transitions.css diff --git a/source/vendor/lightgallery/css/lg-transitions.css.map b/source/libs/lightgallery/css/lg-transitions.css.map old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/css/lg-transitions.css.map rename to source/libs/lightgallery/css/lg-transitions.css.map diff --git a/source/vendor/lightgallery/css/lg-transitions.min.css b/source/libs/lightgallery/css/lg-transitions.min.css old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/css/lg-transitions.min.css rename to source/libs/lightgallery/css/lg-transitions.min.css diff --git a/source/vendor/lightgallery/css/lightgallery.css b/source/libs/lightgallery/css/lightgallery.css old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/css/lightgallery.css rename to source/libs/lightgallery/css/lightgallery.css diff --git a/source/vendor/lightgallery/css/lightgallery.css.map b/source/libs/lightgallery/css/lightgallery.css.map old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/css/lightgallery.css.map rename to source/libs/lightgallery/css/lightgallery.css.map diff --git a/source/vendor/lightgallery/css/lightgallery.min.css b/source/libs/lightgallery/css/lightgallery.min.css old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/css/lightgallery.min.css rename to source/libs/lightgallery/css/lightgallery.min.css diff --git a/source/vendor/lightgallery/fonts/lg.eot b/source/libs/lightgallery/fonts/lg.eot old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/fonts/lg.eot rename to source/libs/lightgallery/fonts/lg.eot diff --git a/source/vendor/lightgallery/fonts/lg.svg b/source/libs/lightgallery/fonts/lg.svg old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/fonts/lg.svg rename to source/libs/lightgallery/fonts/lg.svg diff --git a/source/vendor/lightgallery/fonts/lg.ttf b/source/libs/lightgallery/fonts/lg.ttf old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/fonts/lg.ttf rename to source/libs/lightgallery/fonts/lg.ttf diff --git a/source/vendor/lightgallery/fonts/lg.woff b/source/libs/lightgallery/fonts/lg.woff old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/fonts/lg.woff rename to source/libs/lightgallery/fonts/lg.woff diff --git a/source/vendor/lightgallery/img/loading.gif b/source/libs/lightgallery/img/loading.gif old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/img/loading.gif rename to source/libs/lightgallery/img/loading.gif diff --git a/source/vendor/lightgallery/img/video-play.png b/source/libs/lightgallery/img/video-play.png old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/img/video-play.png rename to source/libs/lightgallery/img/video-play.png diff --git a/source/vendor/lightgallery/img/vimeo-play.png b/source/libs/lightgallery/img/vimeo-play.png old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/img/vimeo-play.png rename to source/libs/lightgallery/img/vimeo-play.png diff --git a/source/vendor/lightgallery/img/youtube-play.png b/source/libs/lightgallery/img/youtube-play.png old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/img/youtube-play.png rename to source/libs/lightgallery/img/youtube-play.png diff --git a/source/vendor/lightgallery/js/lg-autoplay.js b/source/libs/lightgallery/js/lg-autoplay.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-autoplay.js rename to source/libs/lightgallery/js/lg-autoplay.js diff --git a/source/vendor/lightgallery/js/lg-autoplay.min.js b/source/libs/lightgallery/js/lg-autoplay.min.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-autoplay.min.js rename to source/libs/lightgallery/js/lg-autoplay.min.js diff --git a/source/vendor/lightgallery/js/lg-fullscreen.js b/source/libs/lightgallery/js/lg-fullscreen.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-fullscreen.js rename to source/libs/lightgallery/js/lg-fullscreen.js diff --git a/source/vendor/lightgallery/js/lg-fullscreen.min.js b/source/libs/lightgallery/js/lg-fullscreen.min.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-fullscreen.min.js rename to source/libs/lightgallery/js/lg-fullscreen.min.js diff --git a/source/vendor/lightgallery/js/lg-hash.js b/source/libs/lightgallery/js/lg-hash.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-hash.js rename to source/libs/lightgallery/js/lg-hash.js diff --git a/source/vendor/lightgallery/js/lg-hash.min.js b/source/libs/lightgallery/js/lg-hash.min.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-hash.min.js rename to source/libs/lightgallery/js/lg-hash.min.js diff --git a/source/vendor/lightgallery/js/lg-pager.js b/source/libs/lightgallery/js/lg-pager.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-pager.js rename to source/libs/lightgallery/js/lg-pager.js diff --git a/source/vendor/lightgallery/js/lg-pager.min.js b/source/libs/lightgallery/js/lg-pager.min.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-pager.min.js rename to source/libs/lightgallery/js/lg-pager.min.js diff --git a/source/vendor/lightgallery/js/lg-share.js b/source/libs/lightgallery/js/lg-share.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-share.js rename to source/libs/lightgallery/js/lg-share.js diff --git a/source/vendor/lightgallery/js/lg-share.min.js b/source/libs/lightgallery/js/lg-share.min.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-share.min.js rename to source/libs/lightgallery/js/lg-share.min.js diff --git a/source/vendor/lightgallery/js/lg-thumbnail.js b/source/libs/lightgallery/js/lg-thumbnail.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-thumbnail.js rename to source/libs/lightgallery/js/lg-thumbnail.js diff --git a/source/vendor/lightgallery/js/lg-thumbnail.min.js b/source/libs/lightgallery/js/lg-thumbnail.min.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-thumbnail.min.js rename to source/libs/lightgallery/js/lg-thumbnail.min.js diff --git a/source/vendor/lightgallery/js/lg-video.js b/source/libs/lightgallery/js/lg-video.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-video.js rename to source/libs/lightgallery/js/lg-video.js diff --git a/source/vendor/lightgallery/js/lg-video.min.js b/source/libs/lightgallery/js/lg-video.min.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-video.min.js rename to source/libs/lightgallery/js/lg-video.min.js diff --git a/source/vendor/lightgallery/js/lg-zoom.js b/source/libs/lightgallery/js/lg-zoom.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-zoom.js rename to source/libs/lightgallery/js/lg-zoom.js diff --git a/source/vendor/lightgallery/js/lg-zoom.min.js b/source/libs/lightgallery/js/lg-zoom.min.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lg-zoom.min.js rename to source/libs/lightgallery/js/lg-zoom.min.js diff --git a/source/vendor/lightgallery/js/lightgallery.js b/source/libs/lightgallery/js/lightgallery.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lightgallery.js rename to source/libs/lightgallery/js/lightgallery.js diff --git a/source/vendor/lightgallery/js/lightgallery.min.js b/source/libs/lightgallery/js/lightgallery.min.js old mode 100755 new mode 100644 similarity index 100% rename from source/vendor/lightgallery/js/lightgallery.min.js rename to source/libs/lightgallery/js/lightgallery.min.js diff --git a/source/vendor/open-sans/fonts/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2 b/source/libs/open-sans/fonts/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2 rename to source/libs/open-sans/fonts/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2 diff --git a/source/vendor/open-sans/fonts/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2 b/source/libs/open-sans/fonts/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2 rename to source/libs/open-sans/fonts/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2 diff --git a/source/vendor/open-sans/fonts/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2 b/source/libs/open-sans/fonts/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2 rename to source/libs/open-sans/fonts/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2 diff --git a/source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2 b/source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2 rename to source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2 diff --git a/source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2 b/source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2 rename to source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2 diff --git a/source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2 b/source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2 rename to source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2 diff --git a/source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2 b/source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2 rename to source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2 diff --git a/source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2 b/source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2 rename to source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2 diff --git a/source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2 b/source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2 rename to source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2 diff --git a/source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2 b/source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2 rename to source/libs/open-sans/fonts/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2 diff --git a/source/vendor/open-sans/fonts/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2 b/source/libs/open-sans/fonts/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2 rename to source/libs/open-sans/fonts/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2 diff --git a/source/vendor/open-sans/fonts/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2 b/source/libs/open-sans/fonts/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2 rename to source/libs/open-sans/fonts/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2 diff --git a/source/vendor/open-sans/fonts/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2 b/source/libs/open-sans/fonts/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2 rename to source/libs/open-sans/fonts/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2 diff --git a/source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2 b/source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2 rename to source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2 diff --git a/source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2 b/source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2 rename to source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2 diff --git a/source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2 b/source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2 rename to source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2 diff --git a/source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2 b/source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2 rename to source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2 diff --git a/source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2 b/source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2 rename to source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2 diff --git a/source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2 b/source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2 rename to source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2 diff --git a/source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2 b/source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2 rename to source/libs/open-sans/fonts/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2 diff --git a/source/vendor/open-sans/fonts/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2 b/source/libs/open-sans/fonts/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2 similarity index 100% rename from source/vendor/open-sans/fonts/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2 rename to source/libs/open-sans/fonts/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2 diff --git a/source/vendor/open-sans/styles.css b/source/libs/open-sans/styles.css similarity index 100% rename from source/vendor/open-sans/styles.css rename to source/libs/open-sans/styles.css diff --git a/source/vendor/source-code-pro/fonts/mrl8jkM18OlOQN8JLgasD9V_2ngZ8dMf8fLgjYEouxg.woff2 b/source/libs/source-code-pro/fonts/mrl8jkM18OlOQN8JLgasD9V_2ngZ8dMf8fLgjYEouxg.woff2 similarity index 100% rename from source/vendor/source-code-pro/fonts/mrl8jkM18OlOQN8JLgasD9V_2ngZ8dMf8fLgjYEouxg.woff2 rename to source/libs/source-code-pro/fonts/mrl8jkM18OlOQN8JLgasD9V_2ngZ8dMf8fLgjYEouxg.woff2 diff --git a/source/vendor/source-code-pro/fonts/mrl8jkM18OlOQN8JLgasDy2Q8seG17bfDXYR_jUsrzg.woff2 b/source/libs/source-code-pro/fonts/mrl8jkM18OlOQN8JLgasDy2Q8seG17bfDXYR_jUsrzg.woff2 similarity index 100% rename from source/vendor/source-code-pro/fonts/mrl8jkM18OlOQN8JLgasDy2Q8seG17bfDXYR_jUsrzg.woff2 rename to source/libs/source-code-pro/fonts/mrl8jkM18OlOQN8JLgasDy2Q8seG17bfDXYR_jUsrzg.woff2 diff --git a/source/vendor/source-code-pro/styles.css b/source/libs/source-code-pro/styles.css similarity index 100% rename from source/vendor/source-code-pro/styles.css rename to source/libs/source-code-pro/styles.css