fix: rename vendor folder to libs to prevent being ignored by GitHub
|
@ -37,12 +37,12 @@
|
|||
<link rel="icon" href="<%- url_for(theme.customize.favicon) %>" />
|
||||
<% } %>
|
||||
|
||||
<%- 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 }) %>
|
||||
</head>
|
||||
|
|
|
@ -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') %>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
|
|
@ -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: ''
|
||||
}
|
||||
});
|
Before Width: | Height: | Size: 382 KiB After Width: | Height: | Size: 382 KiB |
0
source/vendor/lightgallery/css/lg-fb-comment-box.css → source/libs/lightgallery/css/lg-fb-comment-box.css
Executable file → Normal file
0
source/vendor/lightgallery/css/lg-fb-comment-box.css.map → source/libs/lightgallery/css/lg-fb-comment-box.css.map
Executable file → Normal file
0
source/vendor/lightgallery/css/lg-fb-comment-box.min.css → source/libs/lightgallery/css/lg-fb-comment-box.min.css
vendored
Executable file → Normal file
0
source/vendor/lightgallery/css/lg-transitions.css → source/libs/lightgallery/css/lg-transitions.css
Executable file → Normal file
0
source/vendor/lightgallery/css/lg-transitions.css.map → source/libs/lightgallery/css/lg-transitions.css.map
Executable file → Normal file
0
source/vendor/lightgallery/css/lg-transitions.min.css → source/libs/lightgallery/css/lg-transitions.min.css
vendored
Executable file → Normal file
0
source/vendor/lightgallery/css/lightgallery.css → source/libs/lightgallery/css/lightgallery.css
Executable file → Normal file
0
source/vendor/lightgallery/css/lightgallery.css.map → source/libs/lightgallery/css/lightgallery.css.map
Executable file → Normal file
0
source/vendor/lightgallery/css/lightgallery.min.css → source/libs/lightgallery/css/lightgallery.min.css
vendored
Executable file → Normal file
0
source/vendor/lightgallery/fonts/lg.eot → source/libs/lightgallery/fonts/lg.eot
Executable file → Normal file
0
source/vendor/lightgallery/fonts/lg.svg → source/libs/lightgallery/fonts/lg.svg
Executable file → Normal file
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
0
source/vendor/lightgallery/fonts/lg.ttf → source/libs/lightgallery/fonts/lg.ttf
Executable file → Normal file
0
source/vendor/lightgallery/fonts/lg.woff → source/libs/lightgallery/fonts/lg.woff
Executable file → Normal file
0
source/vendor/lightgallery/img/loading.gif → source/libs/lightgallery/img/loading.gif
Executable file → Normal file
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
0
source/vendor/lightgallery/img/video-play.png → source/libs/lightgallery/img/video-play.png
Executable file → Normal file
Before Width: | Height: | Size: 819 B After Width: | Height: | Size: 819 B |
0
source/vendor/lightgallery/img/vimeo-play.png → source/libs/lightgallery/img/vimeo-play.png
Executable file → Normal file
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
0
source/vendor/lightgallery/img/youtube-play.png → source/libs/lightgallery/img/youtube-play.png
Executable file → Normal file
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |