Site updated: 2020-07-17 11:27:07
This commit is contained in:
parent
3d2eca49f1
commit
59c8dd9fda
147
404.html
147
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>
|
||||
|
||||
@ -150,92 +150,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -291,42 +257,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -349,92 +349,58 @@ $$</p>
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -490,42 +456,39 @@ $$</p>
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -298,92 +298,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -439,42 +405,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -636,92 +636,58 @@ $$</p>
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -777,42 +743,39 @@ $$</p>
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -461,92 +461,58 @@ Sys.setenv(LANG="en")
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -602,42 +568,39 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -461,92 +461,58 @@ Sys.setenv(LANG="en")
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -602,42 +568,39 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -461,92 +461,58 @@ Sys.setenv(LANG="en")
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -602,42 +568,39 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -461,92 +461,58 @@ Sys.setenv(LANG="en")
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -602,42 +568,39 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -461,92 +461,58 @@ Sys.setenv(LANG="en")
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -602,42 +568,39 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -461,92 +461,58 @@ Sys.setenv(LANG="en")
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -602,42 +568,39 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -461,92 +461,58 @@ Sys.setenv(LANG="en")
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -602,42 +568,39 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -461,92 +461,58 @@ Sys.setenv(LANG="en")
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -602,42 +568,39 @@ Sys.setenv(LANG="en")
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -454,92 +454,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -595,42 +561,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -335,92 +335,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -476,42 +442,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -278,92 +278,58 @@ cos\theta & sin\theta \\\<br>
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -419,42 +385,39 @@ cos\theta & sin\theta \\\<br>
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -338,92 +338,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -479,42 +445,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -280,92 +280,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -421,42 +387,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -389,92 +389,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -530,42 +496,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -281,92 +281,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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,42 +388,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -391,92 +391,58 @@ cos\theta & sin\theta \\
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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,42 +498,39 @@ cos\theta & sin\theta \\
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -150,92 +150,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -291,42 +257,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -289,92 +289,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -430,42 +396,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
|
||||
|
147
index.html
147
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>
|
||||
|
||||
@ -775,92 +775,58 @@ cos\theta & sin\theta \\
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -916,42 +882,39 @@ cos\theta & sin\theta \\
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -469,92 +469,58 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib/)
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -610,42 +576,39 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib/)
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -394,92 +394,58 @@ C:\WINDOWS\SysWOW64\drivers
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -535,42 +501,39 @@ C:\WINDOWS\SysWOW64\drivers
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -313,92 +313,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -454,42 +420,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -315,92 +315,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -456,42 +422,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -325,92 +325,58 @@ $$
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -466,42 +432,39 @@ $$
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -441,92 +441,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -582,42 +548,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -300,92 +300,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -441,42 +407,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -282,92 +282,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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,42 +389,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -282,92 +282,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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,42 +389,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -281,92 +281,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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,42 +388,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -284,92 +284,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -425,42 +391,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -390,92 +390,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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,42 +497,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -343,92 +343,58 @@ $$
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -484,42 +450,39 @@ $$
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -341,92 +341,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -482,42 +448,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -281,92 +281,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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,42 +388,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -281,92 +281,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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,42 +388,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -284,92 +284,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -425,42 +391,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -284,92 +284,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -425,42 +391,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -553,92 +553,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -694,42 +660,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
|
||||
|
147
tags/index.html
147
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>
|
||||
|
||||
@ -151,92 +151,58 @@
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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,42 +258,39 @@
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -184,92 +184,58 @@ Advanced computing international student at ANU. Programmer and Pythonista.</p>
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -325,42 +291,39 @@ Advanced computing international student at ANU. Programmer and Pythonista.</p>
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -472,92 +472,58 @@ scoop list
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -613,42 +579,39 @@ scoop list
|
||||
</div>
|
||||
</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>
|
||||
|
||||
@ -502,92 +502,58 @@ reference-section-title: References
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<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">
|
||||
|
||||
@ -643,42 +609,39 @@ reference-section-title: References
|
||||
</div>
|
||||
</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