Skip to content

Commit

Permalink
Site updated: 2023-11-25 18:05:00
Browse files Browse the repository at this point in the history
  • Loading branch information
orangelegy committed Nov 25, 2023
1 parent e4cdf11 commit cd2a841
Show file tree
Hide file tree
Showing 14 changed files with 719 additions and 107 deletions.
26 changes: 25 additions & 1 deletion archives/2023/11/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,30 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<li class="post-year"><h2>2023</h2></li>

<li class="post-item">

<div class="meta">


<time datetime="2023-11-25T08:48:28.000Z" class="dt-published" itemprop="datePublished">2023-11-25</time>


</div>


<span>

<a class="" href="/js-string-methods/">JS内置构造函数 - String篇</a>



</span>
</li>





<li class="post-item">

<div class="meta">
Expand Down Expand Up @@ -152,7 +176,7 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<span>

<a class="" href="/js-array-method/">JavaScript数组常用方法</a>
<a class="" href="/js-array-methods/">JS内置构造函数 - Array篇</a>



Expand Down
26 changes: 25 additions & 1 deletion archives/2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,30 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<li class="post-year"><h2>2023</h2></li>

<li class="post-item">

<div class="meta">


<time datetime="2023-11-25T08:48:28.000Z" class="dt-published" itemprop="datePublished">2023-11-25</time>


</div>


<span>

<a class="" href="/js-string-methods/">JS内置构造函数 - String篇</a>



</span>
</li>





<li class="post-item">

<div class="meta">
Expand Down Expand Up @@ -152,7 +176,7 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<span>

<a class="" href="/js-array-method/">JavaScript数组常用方法</a>
<a class="" href="/js-array-methods/">JS内置构造函数 - Array篇</a>



Expand Down
26 changes: 25 additions & 1 deletion archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,30 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<li class="post-year"><h2>2023</h2></li>

<li class="post-item">

<div class="meta">


<time datetime="2023-11-25T08:48:28.000Z" class="dt-published" itemprop="datePublished">2023-11-25</time>


</div>


<span>

<a class="" href="/js-string-methods/">JS内置构造函数 - String篇</a>



</span>
</li>





<li class="post-item">

<div class="meta">
Expand Down Expand Up @@ -152,7 +176,7 @@ <h1 class="p-name">BLOG OF 青橙</h1>

<span>

<a class="" href="/js-array-method/">JavaScript数组常用方法</a>
<a class="" href="/js-array-methods/">JS内置构造函数 - Array篇</a>



Expand Down
40 changes: 35 additions & 5 deletions atom.xml

Large diffs are not rendered by default.

102 changes: 49 additions & 53 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -460,52 +460,52 @@ body td {
}
@font-face {
font-family: MiSans;
src: url("../lib/MiSans/MiSans-Regular.woff2") format('woff2');
src: url("../lib/MiSans/MiSans-Regular.woff2") format('woff2'), url("../lib/MiSans/MiSans-Regular.woff") format('woff');
font-weight: initial;
}
@font-face {
font-family: MiSans;
src: url("../lib/MiSans/MiSans-Thin.woff2") format('woff2');
src: url("../lib/MiSans/MiSans-Thin.woff2") format('woff2'), url("../lib/MiSans/MiSans-Thin.woff") format('woff');
font-weight: 100;
}
@font-face {
font-family: MiSans;
src: url("../lib/MiSans/MiSans-ExtraLight.woff2") format('woff2');
src: url("../lib/MiSans/MiSans-ExtraLight.woff2") format('woff2'), url("../lib/MiSans/MiSans-ExtraLight.woff") format('woff');
font-weight: 200;
}
@font-face {
font-family: MiSans;
src: url("../lib/MiSans/MiSans-Light.woff2") format('woff2');
src: url("../lib/MiSans/MiSans-Light.woff2") format('woff2'), url("../lib/MiSans/MiSans-Light.woff") format('woff');
font-weight: 300;
}
@font-face {
font-family: MiSans;
src: url("../lib/MiSans/MiSans-Normal.woff2") format('woff2');
src: url("../lib/MiSans/MiSans-Normal.woff2") format('woff2'), url("../lib/MiSans/MiSans-Normal.woff") format('woff');
font-weight: 400;
}
@font-face {
font-family: MiSans;
src: url("../lib/MiSans/MiSans-Medium.woff2") format('woff2');
src: url("../lib/MiSans/MiSans-Medium.woff2") format('woff2'), url("../lib/MiSans/MiSans-Medium.woff") format('woff');
font-weight: 500;
}
@font-face {
font-family: MiSans;
src: url("../lib/MiSans/MiSans-Demibold.woff2") format('woff2');
src: url("../lib/MiSans/MiSans-Demibold.woff2") format('woff2'), url("../lib/MiSans/MiSans-Demibold.woff") format('woff');
font-weight: 600;
}
@font-face {
font-family: MiSans;
src: url("../lib/MiSans/MiSans-Semibold.woff2") format('woff2');
src: url("../lib/MiSans/MiSans-Semibold.woff2") format('woff2'), url("../lib/MiSans/MiSans-Semibold.woff") format('woff');
font-weight: 700;
}
@font-face {
font-family: MiSans;
src: url("../lib/MiSans/MiSans-Bold.woff2") format('woff2');
src: url("../lib/MiSans/MiSans-Bold.woff2") format('woff2'), url("../lib/MiSans/MiSans-Bold.woff") format('woff');
font-weight: 800;
}
@font-face {
font-family: MiSans;
src: url("../lib/MiSans/MiSans-Heavy.woff2") format('woff2');
src: url("../lib/MiSans/MiSans-Heavy.woff2") format('woff2'), url("../lib/MiSans/MiSans-Heavy.woff") format('woff');
font-weight: 900;
}
*,
Expand Down Expand Up @@ -1586,68 +1586,64 @@ article .content .caption {
content: ")";
}
.highlight {
background: #474949;
color: #d1d9e1;
background: #171c19;
color: #87928a;
}
.highlight .code .comment,
.highlight .code .quote {
color: #969896;
font-style: italic;
color: #78877d;
}
.highlight .code .keyword,
.highlight .code .selector-tag,
.highlight .code .literal,
.highlight .code .type,
.highlight .code .addition {
color: #c9c;
.highlight .code .variable,
.highlight .code .template-variable,
.highlight .code .attribute,
.highlight .code .tag,
.highlight .code .name,
.highlight .code .regexp,
.highlight .code .link,
.highlight .code .selector-id,
.highlight .code .selector-class {
color: #b16139;
}
.highlight .code .number,
.highlight .code .selector-attr,
.highlight .code .selector-pseudo {
color: #f99157;
.highlight .code .meta,
.highlight .code .built_in,
.highlight .code .builtin-name,
.highlight .code .literal,
.highlight .code .type,
.highlight .code .params {
color: #9f713c;
}
.highlight .code .string,
.highlight .code .doctag,
.highlight .code .regexp {
color: #8abeb7;
.highlight .code .symbol,
.highlight .code .bullet {
color: #489963;
}
.highlight .code .title,
.highlight .code .name,
.highlight .code .section,
.highlight .code .built_in {
color: #b5bd68;
}
.highlight .code .variable,
.highlight .code .template-variable,
.highlight .code .selector-id,
.highlight .code .class .title {
color: #fc6;
.highlight .code .section {
color: #478c90;
}
.highlight .code .section,
.highlight .code .name,
.highlight .code .strong {
font-weight: bold;
.highlight .code .keyword,
.highlight .code .selector-tag {
color: #55859b;
}
.highlight .code .symbol,
.highlight .code .bullet,
.highlight .code .subst,
.highlight .code .meta,
.highlight .code .link {
color: #f99157;
.highlight .code .deletion,
.highlight .code .addition {
display: inline-block;
width: 100%;
color: #171c19;
}
.highlight .code .deletion {
color: #dc322f;
}
.highlight .code .formula {
background: #eee8d5;
background-color: #b16139;
}
.highlight .code .attr,
.highlight .code .attribute {
color: #81a2be;
.highlight .code .addition {
background-color: #489963;
}
.highlight .code .emphasis {
font-style: italic;
}
.highlight .code .strong {
font-weight: bold;
}
pre {
overflow-x: auto;
padding: 10px 15px;
Expand Down
4 changes: 3 additions & 1 deletion font-face/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@
<span id="actions">
<ul>

<li><a class="icon" aria-label="Previous post" href="/js-string-methods/"><i class="fa-solid fa-chevron-left" aria-hidden="true" onmouseover="$('#i-prev').toggle();" onmouseout="$('#i-prev').toggle();"></i></a></li>

<li><a class="icon" aria-label="Next post" href="/js-array-method/"><i class="fa-solid fa-chevron-right" aria-hidden="true" onmouseover="$('#i-next').toggle();" onmouseout="$('#i-next').toggle();"></i></a></li>

<li><a class="icon" aria-label="Next post" href="/js-array-methods/"><i class="fa-solid fa-chevron-right" aria-hidden="true" onmouseover="$('#i-next').toggle();" onmouseout="$('#i-next').toggle();"></i></a></li>

<li><a class="icon" aria-label="Back to top" href="#" onclick="$('html, body').animate({ scrollTop: 0 }, 'fast');"><i class="fa-solid fa-chevron-up" aria-hidden="true" onmouseover="$('#i-top').toggle();" onmouseout="$('#i-top').toggle();"></i></a></li>
<li><a class="icon" aria-label="Share post" href="#"><i class="fa-solid fa-share-alt" aria-hidden="true" onmouseover="$('#i-share').toggle();" onmouseout="$('#i-share').toggle();" onclick="$('#share').toggle();return false;"></i></a></li>
Expand Down
2 changes: 1 addition & 1 deletion freecodecamp-responsive-web-design/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<span id="actions">
<ul>

<li><a class="icon" aria-label="Previous post" href="/js-array-method/"><i class="fa-solid fa-chevron-left" aria-hidden="true" onmouseover="$('#i-prev').toggle();" onmouseout="$('#i-prev').toggle();"></i></a></li>
<li><a class="icon" aria-label="Previous post" href="/js-array-methods/"><i class="fa-solid fa-chevron-left" aria-hidden="true" onmouseover="$('#i-prev').toggle();" onmouseout="$('#i-prev').toggle();"></i></a></li>


<li><a class="icon" aria-label="Next post" href="/minecraft-server/"><i class="fa-solid fa-chevron-right" aria-hidden="true" onmouseover="$('#i-next').toggle();" onmouseout="$('#i-next').toggle();"></i></a></li>
Expand Down
Loading

1 comment on commit cd2a841

@vercel
Copy link

@vercel vercel bot commented on cd2a841 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.