Skip to content

Commit

Permalink
deploy: 7d60fb6
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonger committed Nov 11, 2024
1 parent e5cfe74 commit 44c4b83
Show file tree
Hide file tree
Showing 24 changed files with 1,145 additions and 602 deletions.
73 changes: 33 additions & 40 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@



<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/artalk/dist/Artalk.min.css">


<link rel="stylesheet" href="/assets/css/app.min.css">
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
</head>
Expand Down Expand Up @@ -217,8 +220,8 @@ <h1>404</h1>
<div class="g-left">
<section class="links">
本站由 <a href="//jekyllrb.com" target="_blank" class="extlinks">Jekyll</a> 和 (基于 <a href="https://github.com/kaeyleo/jekyll-theme-H2O" target="_blank" class="extlinks">H2O</a> 的) <a href="https://github.com/zhonger/jekyll-theme-H2O-ac" target="_blank" class="extlinks">H2O-ac</a> 强力驱动
(<a href="https://github.com/zhonger/jekyll-theme-H2O-ac/releases/tag/v1.3.6"
target="_blank" class="extlinks">v1.3.6</a>)
(<a href="https://github.com/zhonger/jekyll-theme-H2O-ac/releases/tag/v1.4.0"
target="_blank" class="extlinks">v1.4.0</a>)

</section>
<section class="links">Mr Li ©
Expand All @@ -231,6 +234,7 @@ <h1>404</h1>

<a href="https://beian.miit.gov.cn/" target="_blank" class="extlinks">沪ICP备xxxxxxxx号</a>


<a href="/rss.xml" target="_blank" aria-label="Terms of Service" class="others">
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-rss"></use>
Expand Down Expand Up @@ -281,6 +285,25 @@ <h1>404</h1>
</section>


<section class="badges">

<a href="https://netlify.com" target="_blank" class="netlify" aria-label="netlify">
<img src="/assets/icons/netlify-icon-light.svg" alt="netlify">
</a>


<a href="https://vercel.com" target="_blank" class="vercel" aria-label="vercel">
<img src="/assets/icons/vercel-logotype-dark.png" alt="vercel">
</a>


<a href="https://www.cloudflare.com" target="_blank" class="cloudflare" aria-label="cloudflare">
<img src="/assets/icons/cloudflare-logo.webp" alt="cloudflare">
</a>

</section>


<section class="badges">

<a href="https://www.foreverblog.cn/" target="_blank" class="foreverblog" aria-label="foreverblog">
Expand Down Expand Up @@ -438,56 +461,26 @@ <h1>404</h1>
<script src="https://cdn.jsdelivr.net/npm/prismjs/plugins/autoloader/prism-autoloader.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs/plugins/line-numbers/prism-line-numbers.min.js"></script>

<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function () { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://h2o-ac.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>


<script src="https://cdn.jsdelivr.net/npm/@waline/client/dist/waline.umd.js"></script>
<script>
$(document).ready(function () {
Waline.init({
el: '#waline',
serverURL: 'https://h2o-ac-waline.lisz.top/',
reaction: true,
comment: true,
locale: {reaction0: '赞一个', reaction1: '踩一下', reaction2: '有点酷', reaction3: '看不懂', reaction4: '啥玩意', reaction5: '想睡觉'}
});
});
</script>


<script>
$(document).ready(function () {
if ($("#comments-switch").length > 0) {
if ($(".comment").length == 3) {
var comment_status = $("#cmn-toggle-4")[0].checked;
if (comment_status) {
$("#waline").addClass("active");
$(".comment:last > div").addClass("active");
} else {
$("#disqus_thread").addClass("active");
$(".comment:nth-last-child(2) > div").addClass("active");
}
$("#cmn-toggle-4").click(function () {
$("#disqus_thread").toggleClass("active");
$("#waline").toggleClass("active");
$(".comment:nth-last-child(2) > div").toggleClass("active");
$(".comment:last > div").toggleClass("active");
})
} else {
if ($("#disqus_thread").length > 0) {
$("#disqus_thread").addClass("active");
} else if ($("#waline").length > 0) {
$("#waline").addClass("active");
if ($(".comment").length == 2) {
$(".comment:last > div").addClass("active")
}
}
})
Expand Down
111 changes: 71 additions & 40 deletions archives.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@



<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/artalk/dist/Artalk.min.css">


<link rel="stylesheet" href="/assets/css/app.min.css">
<script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
</head>
Expand Down Expand Up @@ -399,11 +402,49 @@ <h3 class="year">2017
















































</section>
Expand Down Expand Up @@ -746,8 +787,8 @@ <h3 class="year">2017
<div class="g-left">
<section class="links">
本站由 <a href="//jekyllrb.com" target="_blank" class="extlinks">Jekyll</a> 和 (基于 <a href="https://github.com/kaeyleo/jekyll-theme-H2O" target="_blank" class="extlinks">H2O</a> 的) <a href="https://github.com/zhonger/jekyll-theme-H2O-ac" target="_blank" class="extlinks">H2O-ac</a> 强力驱动
(<a href="https://github.com/zhonger/jekyll-theme-H2O-ac/releases/tag/v1.3.6"
target="_blank" class="extlinks">v1.3.6</a>)
(<a href="https://github.com/zhonger/jekyll-theme-H2O-ac/releases/tag/v1.4.0"
target="_blank" class="extlinks">v1.4.0</a>)

</section>
<section class="links">Mr Li ©
Expand All @@ -760,6 +801,7 @@ <h3 class="year">2017

<a href="https://beian.miit.gov.cn/" target="_blank" class="extlinks">沪ICP备xxxxxxxx号</a>


<a href="/rss.xml" target="_blank" aria-label="Terms of Service" class="others">
<svg class="icon" aria-hidden="true">
<use xlink:href="#icon-rss"></use>
Expand Down Expand Up @@ -810,6 +852,25 @@ <h3 class="year">2017
</section>


<section class="badges">

<a href="https://netlify.com" target="_blank" class="netlify" aria-label="netlify">
<img src="/assets/icons/netlify-icon-light.svg" alt="netlify">
</a>


<a href="https://vercel.com" target="_blank" class="vercel" aria-label="vercel">
<img src="/assets/icons/vercel-logotype-dark.png" alt="vercel">
</a>


<a href="https://www.cloudflare.com" target="_blank" class="cloudflare" aria-label="cloudflare">
<img src="/assets/icons/cloudflare-logo.webp" alt="cloudflare">
</a>

</section>


<section class="badges">

<a href="https://www.foreverblog.cn/" target="_blank" class="foreverblog" aria-label="foreverblog">
Expand Down Expand Up @@ -967,56 +1028,26 @@ <h3 class="year">2017
<script src="https://cdn.jsdelivr.net/npm/prismjs/plugins/autoloader/prism-autoloader.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs/plugins/line-numbers/prism-line-numbers.min.js"></script>

<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function () { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://h2o-ac.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>


<script src="https://cdn.jsdelivr.net/npm/@waline/client/dist/waline.umd.js"></script>
<script>
$(document).ready(function () {
Waline.init({
el: '#waline',
serverURL: 'https://h2o-ac-waline.lisz.top/',
reaction: true,
comment: true,
locale: {reaction0: '赞一个', reaction1: '踩一下', reaction2: '有点酷', reaction3: '看不懂', reaction4: '啥玩意', reaction5: '想睡觉'}
});
});
</script>


<script>
$(document).ready(function () {
if ($("#comments-switch").length > 0) {
if ($(".comment").length == 3) {
var comment_status = $("#cmn-toggle-4")[0].checked;
if (comment_status) {
$("#waline").addClass("active");
$(".comment:last > div").addClass("active");
} else {
$("#disqus_thread").addClass("active");
$(".comment:nth-last-child(2) > div").addClass("active");
}
$("#cmn-toggle-4").click(function () {
$("#disqus_thread").toggleClass("active");
$("#waline").toggleClass("active");
$(".comment:nth-last-child(2) > div").toggleClass("active");
$(".comment:last > div").toggleClass("active");
})
} else {
if ($("#disqus_thread").length > 0) {
$("#disqus_thread").addClass("active");
} else if ($("#waline").length > 0) {
$("#waline").addClass("active");
if ($(".comment").length == 2) {
$(".comment:last > div").addClass("active")
}
}
})
Expand Down
2 changes: 1 addition & 1 deletion assets/css/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/app.min.css.map

Large diffs are not rendered by default.

Binary file added assets/icons/cloudflare-logo.webp
Binary file not shown.
22 changes: 22 additions & 0 deletions assets/icons/netlify-icon-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/vercel-logotype-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/js/app.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/app.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 44c4b83

Please sign in to comment.