Site updated: 2020-07-17 11:27:07
This commit is contained in:
parent
3d2eca49f1
commit
59c8dd9fda
105
404.html
105
404.html
@ -90,7 +90,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -151,90 +151,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -292,41 +258,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -289,7 +289,7 @@ $$</p>
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -350,90 +350,56 @@ $$</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -491,41 +457,38 @@ $$</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -238,7 +238,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -299,90 +299,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -440,41 +406,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -576,7 +576,7 @@ $$</p>
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -637,90 +637,56 @@ $$</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -778,41 +744,38 @@ $$</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -401,7 +401,7 @@ Sys.setenv(LANG="en")
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -462,90 +462,56 @@ Sys.setenv(LANG="en")
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -603,41 +569,38 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -401,7 +401,7 @@ Sys.setenv(LANG="en")
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -462,90 +462,56 @@ Sys.setenv(LANG="en")
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -603,41 +569,38 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -401,7 +401,7 @@ Sys.setenv(LANG="en")
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -462,90 +462,56 @@ Sys.setenv(LANG="en")
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -603,41 +569,38 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -401,7 +401,7 @@ Sys.setenv(LANG="en")
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -462,90 +462,56 @@ Sys.setenv(LANG="en")
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -603,41 +569,38 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -401,7 +401,7 @@ Sys.setenv(LANG="en")
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -462,90 +462,56 @@ Sys.setenv(LANG="en")
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -603,41 +569,38 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -401,7 +401,7 @@ Sys.setenv(LANG="en")
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -462,90 +462,56 @@ Sys.setenv(LANG="en")
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -603,41 +569,38 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -401,7 +401,7 @@ Sys.setenv(LANG="en")
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -462,90 +462,56 @@ Sys.setenv(LANG="en")
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -603,41 +569,38 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -401,7 +401,7 @@ Sys.setenv(LANG="en")
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -462,90 +462,56 @@ Sys.setenv(LANG="en")
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -603,41 +569,38 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -394,7 +394,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -455,90 +455,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -596,41 +562,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -275,7 +275,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -336,90 +336,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -477,41 +443,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -218,7 +218,7 @@ cos\theta & sin\theta \\\<br>
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -279,90 +279,56 @@ cos\theta & sin\theta \\\<br>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -420,41 +386,38 @@ cos\theta & sin\theta \\\<br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -278,7 +278,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -339,90 +339,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -480,41 +446,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -220,7 +220,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -281,90 +281,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -422,41 +388,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -329,7 +329,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -390,90 +390,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -531,41 +497,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -221,7 +221,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -282,90 +282,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -423,41 +389,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -331,7 +331,7 @@ cos\theta & sin\theta \\
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -392,90 +392,56 @@ cos\theta & sin\theta \\
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -533,41 +499,38 @@ cos\theta & sin\theta \\
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -90,7 +90,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -151,90 +151,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -292,41 +258,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -229,7 +229,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -290,90 +290,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -431,41 +397,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
105
index.html
105
index.html
@ -715,7 +715,7 @@ cos\theta & sin\theta \\
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -776,90 +776,56 @@ cos\theta & sin\theta \\
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -917,41 +883,38 @@ cos\theta & sin\theta \\
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -409,7 +409,7 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib/)
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -470,90 +470,56 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib/)
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -611,41 +577,38 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib/)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -334,7 +334,7 @@ C:\WINDOWS\SysWOW64\drivers
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -395,90 +395,56 @@ C:\WINDOWS\SysWOW64\drivers
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -536,41 +502,38 @@ C:\WINDOWS\SysWOW64\drivers
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -253,7 +253,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -314,90 +314,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -455,41 +421,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -255,7 +255,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -316,90 +316,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -457,41 +423,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -265,7 +265,7 @@ $$
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -326,90 +326,56 @@ $$
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -467,41 +433,38 @@ $$
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -381,7 +381,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -442,90 +442,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -583,41 +549,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -240,7 +240,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -301,90 +301,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -442,41 +408,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -222,7 +222,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -283,90 +283,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -424,41 +390,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -222,7 +222,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -283,90 +283,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -424,41 +390,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -221,7 +221,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -282,90 +282,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -423,41 +389,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -224,7 +224,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -285,90 +285,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -426,41 +392,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -330,7 +330,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -391,90 +391,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -532,41 +498,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -283,7 +283,7 @@ $$
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -344,90 +344,56 @@ $$
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -485,41 +451,38 @@ $$
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -281,7 +281,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -342,90 +342,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -483,41 +449,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -221,7 +221,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -282,90 +282,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -423,41 +389,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -221,7 +221,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -282,90 +282,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -423,41 +389,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -224,7 +224,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -285,90 +285,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -426,41 +392,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -224,7 +224,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -285,90 +285,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -426,41 +392,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -493,7 +493,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -554,90 +554,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -695,41 +661,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
105
tags/index.html
105
tags/index.html
@ -91,7 +91,7 @@
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -152,90 +152,56 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -293,41 +259,38 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -124,7 +124,7 @@ Advanced computing international student at ANU. Programmer and Pythonista.</p>
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -185,90 +185,56 @@ Advanced computing international student at ANU. Programmer and Pythonista.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -326,41 +292,38 @@ Advanced computing international student at ANU. Programmer and Pythonista.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -412,7 +412,7 @@ scoop list
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -473,90 +473,56 @@ scoop list
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -614,41 +580,38 @@ scoop list
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -442,7 +442,7 @@ reference-section-title: References
|
||||
<span class="gradient-text">
|
||||
<a href="https://github.com/TriDiamond/hexo-theme-obsidian" title="Obsidian" target="_blank" rel="noopener">Obsidian</a>
|
||||
</span>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.3" target="_blank" rel="noopener">v1.4.3</a></small>
|
||||
<small><a href="https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md" title="v1.4.4" target="_blank" rel="noopener">v1.4.4</a></small>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
@ -503,90 +503,56 @@ reference-section-title: References
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.css">
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/gitalk/1.6.2/gitalk.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="/js/plugin.js"></script>
|
||||
<script src="/js/obsidian.js"></script>
|
||||
<script src="/js/jquery.truncate.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/typed.js/2.0.10/typed.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/blueimp-md5/2.12.0/js/md5.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/social-share.js/1.0.16/js/social-share.min.js"></script>
|
||||
|
||||
|
||||
<script src="https://cdn.bootcss.com/codemirror/5.54.0/codemirror.min.js"></script>
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/javascript/javascript.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/css/css.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/xml/xml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/htmlmixed/htmlmixed.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/clike/clike.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/php/php.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/shell/shell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/python/python.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/cmake/cmake.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/powershell/powershell.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="//cdn.bootcss.com/codemirror/5.54.0/mode/yaml/yaml.min.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="/js/busuanzi.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
if ($('span[id^="busuanzi_"]').length) {
|
||||
initialBusuanzi();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css">
|
||||
<link rel="stylesheet" href="//cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css">
|
||||
@ -644,41 +610,38 @@ reference-section-title: References
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="//www.googletagmanager.com/gtag/js?id=UA-157733505-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
gtag('config', 'UA-157733505-1');
|
||||
</script>
|
||||
|
||||
|
||||
<script>
|
||||
function initialTyped () {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ["凡事都要留几分", "颜值是第一生产力"],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
function initialTyped() {
|
||||
var typedTextEl = $('.typed-text');
|
||||
if (typedTextEl && typedTextEl.length > 0) {
|
||||
var typed = new Typed('.typed-text', {
|
||||
strings: ['凡事都要留几分', '颜值是第一生产力'],
|
||||
typeSpeed: 90,
|
||||
loop: true,
|
||||
loopCount: Infinity,
|
||||
backSpeed: 20,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
if ($('.article-header') && $('.article-header').length) {
|
||||
$(document).ready(function () {
|
||||
initialTyped();
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user