Skip to content

Commit

Permalink
Site updated: 2023-10-26 01:10:49
Browse files Browse the repository at this point in the history
  • Loading branch information
harmor123 committed Oct 25, 2023
1 parent 64022b9 commit f020ce6
Show file tree
Hide file tree
Showing 7 changed files with 481 additions and 140 deletions.
238 changes: 219 additions & 19 deletions 2023/10/24/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@

<li><div class="divider"></div></li>
<li>
<a href="https://github.com/blinkfox/hexo-theme-matery" class="waves-effect waves-light" target="_blank">
<i class="fab fa-github-square fa-fw"></i>Fork Me
<a href="https://github.com/harmor123" class="waves-effect waves-light" target="_blank">
<i class="fab fa-github-square fa-fw"></i>harmor
</a>
</li>

Expand Down Expand Up @@ -318,8 +318,8 @@
}
</style>

<a href="https://github.com/blinkfox/hexo-theme-matery" class="github-corner tooltipped hide-on-med-and-down" target="_blank"
data-tooltip="Fork Me" data-position="left" data-delay="50">
<a href="https://github.com/harmor123" class="github-corner tooltipped hide-on-med-and-down" target="_blank"
data-tooltip="harmor" data-position="left" data-delay="50">
<svg viewBox="0 0 250 250" aria-hidden="true">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
Expand Down Expand Up @@ -564,6 +564,217 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>



<style>
.waline-card {
margin: 1.5rem auto;
}
.waline-card .card-content {
padding: 20px 20px 5px 20px;
}

#waline p {
margin: 2px 2px 10px;
font-size: 1.05rem;
line-height: 1.78rem;
}
#waline blockquote p {
text-indent: 0.2rem;
}
#waline a {
padding: 0 2px;
color: #4cbf30;
font-weight: 500;
text-decoration: none;
}
#waline img {
max-width: 100%;
cursor: pointer;
}
#waline ol li {
list-style-type: decimal;
}
#waline ol,
ul {
display: block;
padding-left: 2em;
word-spacing: 0.05rem;
}
#waline ul li,
ol li {
display: list-item;
line-height: 1.8rem;
font-size: 1rem;
}
#waline ul li {
list-style-type: disc;
}
#waline ul ul li {
list-style-type: circle;
}
#waline table, th, td {
padding: 12px 13px;
border: 1px solid #dfe2e5;
}
#waline table, th, td {
border: 0;
}
table tr:nth-child(2n), thead {
background-color: #fafafa;
}
#waline table th {
background-color: #f2f2f2;
min-width: 80px;
}
#waline table td {
min-width: 80px;
}
#waline h1 {
font-size: 1.85rem;
font-weight: bold;
line-height: 2.2rem;
}
#waline h2 {
font-size: 1.65rem;
font-weight: bold;
line-height: 1.9rem;
}
#waline h3 {
font-size: 1.45rem;
font-weight: bold;
line-height: 1.7rem;
}
#waline h4 {
font-size: 1.25rem;
font-weight: bold;
line-height: 1.5rem;
}
#waline h5 {
font-size: 1.1rem;
font-weight: bold;
line-height: 1.4rem;
}
#waline h6 {
font-size: 1rem;
line-height: 1.3rem;
}
#waline p {
font-size: 1rem;
line-height: 1.5rem;
}
#waline hr {
margin: 12px 0;
border: 0;
border-top: 1px solid #ccc;
}
#waline blockquote {
margin: 15px 0;
border-left: 5px solid #42b983;
padding: 1rem 0.8rem 0.3rem 0.8rem;
color: #666;
background-color: rgba(66, 185, 131, .1);
}
#waline pre {
font-family: monospace, monospace;
padding: 1.2em;
margin: .5em 0;
background: #272822;
overflow: auto;
border-radius: 0.3em;
tab-size: 4;
}
#waline code {
font-family: monospace, monospace;
padding: 1px 3px;
font-size: 0.92rem;
color: #e96900;
background-color: #f8f8f8;
border-radius: 2px;
}
#waline pre code {
font-family: monospace, monospace;
padding: 0;
color: #e8eaf6;
background-color: #272822;
}
#waline pre[class*="language-"] {
padding: 1.2em;
margin: .5em 0;
}
#waline code[class*="language-"],
pre[class*="language-"] {
color: #e8eaf6;
}
#waline [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
position: inherit;
margin-left: -1.3rem;
margin-right: 0.4rem;
margin-top: -1px;
vertical-align: middle;
left: unset;
visibility: visible;
}
#waline b,
strong {
font-weight: bold;
}
#waline dfn {
font-style: italic;
}
#waline small {
font-size: 85%;
}
#waline cite {
font-style: normal;
}
#waline mark {
background-color: #fcf8e3;
padding: .2em;
}
#waline table, th, td {
padding: 12px 13px;
border: 1px solid #dfe2e5;
}
table tr:nth-child(2n), thead {
background-color: #fafafa;
}
#waline table th {
background-color: #f2f2f2;
min-width: 80px;
}
#waline table td {
min-width: 80px;
}
#waline [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
position: inherit;
margin-left: -1.3rem;
margin-right: 0.4rem;
margin-top: -1px;
vertical-align: middle;
left: unset;
visibility: visible;
}
</style>

<div class="card waline-card" data-aos="fade-up">
<div class="comment_headling" style="font-size: 20px; font-weight: 700; position: relative; padding-left: 20px; top: 15px; padding-bottom: 5px;">
<i class="fas fa-comments fa-fw" aria-hidden="true"></i>
<span>评论</span>
</div>
<div id="waline" class="card-content" style="display: grid">
</div>
</div>


<!-- <script src="//cdn.jsdelivr.net/npm/@waline/client"></script> -->
<script src="/harmor.github.io/libs/waline/Waline.min.js"></script>
<script>
new Waline({
el: '#waline',
serverURL: 'https://waline.your-domain.com',
avatar: 'mm'
});
</script>




Expand Down Expand Up @@ -904,7 +1115,7 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>



<a href="mailto:1181062873@qq.com" class="tooltipped" target="_blank" data-tooltip="邮件联系我" data-position="top" data-delay="50">
<a href="mailto:2678102521@qq.com" class="tooltipped" target="_blank" data-tooltip="邮件联系我" data-position="top" data-delay="50">
<i class="fas fa-envelope-open"></i>
</a>

Expand All @@ -914,7 +1125,7 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>



<a href="tencent://AddContact/?fromId=50&fromSubId=1&subcmd=all&uin=1181062873" class="tooltipped" target="_blank" data-tooltip="QQ联系我: 1181062873" data-position="top" data-delay="50">
<a href="tencent://AddContact/?fromId=50&fromSubId=1&subcmd=all&uin=2678102521" class="tooltipped" target="_blank" data-tooltip="QQ联系我: 2678102521" data-position="top" data-delay="50">
<i class="fab fa-qq"></i>
</a>

Expand All @@ -924,10 +1135,6 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>



<a href="/harmor.github.io/atom.xml" class="tooltipped" target="_blank" data-tooltip="RSS 订阅" data-position="top" data-delay="50">
<i class="fas fa-rss"></i>
</a>

</div>
</div>
</footer>
Expand Down Expand Up @@ -1139,15 +1346,6 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>




<script type="text/javascript">
// 只在桌面版网页启用特效
var windowWidth = $(window).width();
if (windowWidth > 768) {
document.write('<script type="text/javascript" src="/harmor.github.io/libs/others/sakura.js"><\/script>');
}
</script>


<!-- 雪花特效 -->

Expand Down Expand Up @@ -1196,6 +1394,8 @@ <h4 class="reward-title">你的赏识是我前进的动力</h4>
</script>


<script src="/harmor.github.io/libs/others/clicklove.js" async="async"></script>


<script async src="/harmor.github.io/libs/others/busuanzi.pure.mini.js"></script>

Expand Down
Loading

0 comments on commit f020ce6

Please sign in to comment.