70 lines
1.9 KiB
Plaintext
70 lines
1.9 KiB
Plaintext
<%- js('/js/jquery-2.0.3.min') %>
|
|
<%- js('/js/jquery.justifiedGallery.min') %>
|
|
<%- js('/js/lazyload.min') %>
|
|
<%- js('/js/busuanzi-2.3.pure.min') %>
|
|
<%- js('/js/share') %>
|
|
<% if (theme.fancybox){ %>
|
|
<%- js('fancybox/jquery.fancybox.min') %>
|
|
<% } %>
|
|
|
|
<% if (theme.subtitle.enable){ %>
|
|
<script>
|
|
try {
|
|
var typed = new Typed("#subtitle", {
|
|
strings: ['<%= theme.subtitle.text %>','<%= theme.subtitle.text2 %>','<%= theme.subtitle.text3 %>'],
|
|
startDelay: <%= theme.subtitle.startDelay %>,
|
|
typeSpeed: <%= theme.subtitle.typeSpeed %>,
|
|
loop: <%= theme.subtitle.loop %>,
|
|
backSpeed: <%= theme.subtitle.backSpeed %>,
|
|
showCursor: <%= theme.subtitle.showCursor %>
|
|
});
|
|
} catch (err) {
|
|
}
|
|
|
|
</script>
|
|
<% } %>
|
|
|
|
<% if (theme.toc && is_post()){ %>
|
|
<%- js('/js/tocbot.min') %>
|
|
<script>
|
|
// Tocbot_v4.7.0 http://tscanlin.github.io/tocbot/
|
|
tocbot.init({
|
|
tocSelector: '.tocbot',
|
|
contentSelector: '.article-entry',
|
|
headingSelector: 'h1, h2, h3, h4, h5, h6',
|
|
hasInnerContainers: true,
|
|
scrollSmooth: true,
|
|
scrollContainer:'main',
|
|
positionFixedSelector: '.tocbot',
|
|
positionFixedClass: 'is-position-fixed',
|
|
fixedSidebarOffset: 'auto',
|
|
onClick: (e) => {
|
|
$('.toc-link').removeClass('is-active-link');
|
|
$(`a[href=${e.target.hash}]`).addClass('is-active-link');
|
|
$(e.target.hash).scrollIntoView();
|
|
return false;
|
|
}
|
|
});
|
|
</script>
|
|
<% } %>
|
|
|
|
<script>
|
|
var ayerConfig = {
|
|
mathjax: <%=theme.mathjax %>
|
|
}
|
|
</script>
|
|
|
|
<%- js('js/ayer') %>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/jquery-modal@0.9.2/jquery.modal.min.js"></script>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/jquery-modal@0.9.2/jquery.modal.min.css">
|
|
|
|
<% if (theme.image_viewer){ %>
|
|
<%- partial('viewer') %>
|
|
<% } %>
|
|
|
|
<% if (theme.mathjax){ %>
|
|
<%- partial('mathjax') %>
|
|
<% } %>
|
|
|
|
<script type="text/javascript" src="https://js.users.51.la/20544303.js"></script> |