Skip to content

Commit 3b9e175

Browse files
committed
更新
1 parent 5dd2ea6 commit 3b9e175

File tree

37 files changed

+2054
-186
lines changed

37 files changed

+2054
-186
lines changed

categories/git/index.html

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-CN">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="robots" content="noodp" />
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
8+
<title>git - 分类 - Jam&#39;s Note</title><meta name="author" content=": ">
9+
<meta name="description" content="" />
10+
<meta name="keywords" content="" /><meta itemprop="name" content="git">
11+
<meta itemprop="description" content=""><meta property="og:title" content="git" />
12+
<meta property="og:description" content="" />
13+
<meta property="og:type" content="website" />
14+
<meta property="og:url" content="http://example.org/categories/git/" />
15+
16+
<meta name="twitter:card" content="summary"/>
17+
<meta name="twitter:title" content="git"/>
18+
<meta name="twitter:description" content=""/>
19+
<meta name="application-name" content="Jam&#39;s Note">
20+
<meta name="apple-mobile-web-app-title" content="Jam&#39;s Note"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
21+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
22+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="canonical" href="http://example.org/categories/git/" /><link rel="alternate" href="/categories/git/index.xml" type="application/rss+xml" title="Jam&#39;s Note">
23+
<link rel="feed" href="/categories/git/index.xml" type="application/rss+xml" title="Jam&#39;s Note"><link rel="stylesheet" href="/lib/normalize/normalize.min.css"><link rel="stylesheet" href="/css/style.min.css"><link rel="stylesheet" href="/lib/fontawesome-free/all.min.css"><link rel="stylesheet" href="/lib/animate/animate.min.css"></head>
24+
<body header-desktop="" header-mobile=""><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : '' === 'dark')) && document.body.setAttribute('theme', 'dark');</script>
25+
26+
<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop">
27+
<div class="header-wrapper">
28+
<div class="header-title">
29+
<a href="/" title="Jam&#39;s Note"><span class="header-title-text">Jam&#39;s Note</span></a></div>
30+
<nav>
31+
<ul class="menu"><li
32+
class="menu-item"
33+
34+
>
35+
<a
36+
class="menu-link"
37+
href="/posts/"
38+
39+
40+
>文章</a></li><li
41+
class="menu-item"
42+
43+
>
44+
<a
45+
class="menu-link"
46+
href="/categories/"
47+
48+
49+
>分类</a></li><li
50+
class="menu-item"
51+
52+
>
53+
<a
54+
class="menu-link"
55+
href="/tags/"
56+
57+
58+
>标签</a></li><li class="menu-item delimiter"></li><li class="menu-item search" id="search-desktop">
59+
<input type="text" placeholder="搜索文章标题或内容 ..." id="search-input-desktop">
60+
<a href="javascript:void(0);" class="search-button search-toggle" id="search-toggle-desktop" title="搜索">
61+
<i class="fas fa-search fa-fw"></i>
62+
</a>
63+
<a href="javascript:void(0);" class="search-button search-clear" id="search-clear-desktop" title="清空">
64+
<i class="fas fa-times-circle fa-fw"></i>
65+
</a>
66+
<span class="search-button search-loading" id="search-loading-desktop">
67+
<i class="fas fa-spinner fa-fw fa-spin"></i>
68+
</span>
69+
</li><li class="menu-item theme-switch" title="切换主题">
70+
<i class="fas fa-adjust fa-fw"></i>
71+
</li>
72+
</ul>
73+
</nav>
74+
</div>
75+
</header><header class="mobile" id="header-mobile">
76+
<div class="header-container">
77+
<div class="header-wrapper">
78+
<div class="header-title">
79+
<a href="/" title="Jam&#39;s Note"><span class="header-title-text">Jam&#39;s Note</span></a></div>
80+
<div class="menu-toggle" id="menu-toggle-mobile">
81+
<span></span><span></span><span></span>
82+
</div>
83+
</div>
84+
<nav>
85+
<ul class="menu" id="menu-mobile"><li class="search-wrapper">
86+
<div class="search mobile" id="search-mobile">
87+
<input type="text" placeholder="搜索文章标题或内容 ..." id="search-input-mobile">
88+
<a href="javascript:void(0);" class="search-button search-toggle" id="search-toggle-mobile" title="搜索">
89+
<i class="fas fa-search fa-fw"></i>
90+
</a>
91+
<a href="javascript:void(0);" class="search-button search-clear" id="search-clear-mobile" title="清空">
92+
<i class="fas fa-times-circle fa-fw"></i>
93+
</a>
94+
<span class="search-button search-loading" id="search-loading-mobile">
95+
<i class="fas fa-spinner fa-fw fa-spin"></i>
96+
</span>
97+
</div>
98+
<a href="javascript:void(0);" class="search-cancel" id="search-cancel-mobile">
99+
取消
100+
</a>
101+
</li><li
102+
class="menu-item"
103+
><a
104+
class="menu-link"
105+
href="/posts/"
106+
107+
108+
>文章</a></li><li
109+
class="menu-item"
110+
><a
111+
class="menu-link"
112+
href="/categories/"
113+
114+
115+
>分类</a></li><li
116+
class="menu-item"
117+
><a
118+
class="menu-link"
119+
href="/tags/"
120+
121+
122+
>标签</a></li><li class="menu-item theme-switch" title="切换主题">
123+
<i class="fas fa-adjust fa-fw"></i>
124+
</li></ul>
125+
</nav>
126+
</div>
127+
</header>
128+
<div class="search-dropdown desktop">
129+
<div id="search-dropdown-desktop"></div>
130+
</div>
131+
<div class="search-dropdown mobile">
132+
<div id="search-dropdown-mobile"></div>
133+
</div>
134+
<main class="container" page-style="normal"><div class="page archive"><h2 class="single-title animate__animated animate__pulse animate__faster"><i class="far fa-folder-open fa-fw"></i>&nbsp;git</h2><h3 class="group-title">2022</h3><article class="archive-item">
135+
<a href="/posts/git%E6%95%99%E7%A8%8B/" class="archive-item-link">git教程</a>
136+
<span class="archive-item-date" title=2022-04-22&#32;19:20:30>04-22</span>
137+
</article></div></main><footer class="footer">
138+
<div class="footer-container"><div class="footer-line powered"><a href="https://gohugo.io/" target="_blank" rel="external nofollow noopener noreffer" title="Hugo 0.88.1">Hugo</a> 强力驱动 | 主题 - <a href="https://github.com/Lruihao/FixIt" target="_blank" rel="external nofollow noopener noreffer" title="FixIt 0.2.14"><img class="fixit-icon" src="/images/fixit.svg" alt="FixIt logo" /> FixIt</a>
139+
</div></div>
140+
</footer></div>
141+
142+
<div id="fixed-buttons"><a href="#" id="back-to-top" class="fixed-button" title="回到顶部">
143+
<i class="fas fa-arrow-up fa-fw"></i>
144+
</a><a href="#" id="view-comments" class="fixed-button" title="查看评论">
145+
<i class="fas fa-comment fa-fw"></i>
146+
</a>
147+
</div><script type="text/javascript" src="/lib/autocomplete/autocomplete.min.js" defer></script><script type="text/javascript" src="/lib/lunr/lunr.min.js" defer></script><script type="text/javascript" src="/lib/lunr/lunr.stemmer.support.min.js" defer></script><script type="text/javascript" src="/lib/lunr/lunr.zh.min.js" defer></script><script type="text/javascript" src="/lib/lazysizes/lazysizes.min.js" async defer></script><script type="text/javascript">window.config={"code":{"copyTitle":"复制到剪贴板","editLockTitle":"锁定可编辑代码块","editUnLockTitle":"解锁可编辑代码块","editable":true,"maxShownLines":10},"enablePWA":null,"search":{"highlightTag":"em","lunrLanguageCode":"zh","lunrSegmentitURL":"/lib/lunr/lunr.segmentit.js","maxResultLength":10,"noResultsFound":"没有找到结果","snippetLength":50}};</script><script type="text/javascript" src="/js/theme.min.js" defer></script></body>
148+
</html>

categories/git/index.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
2+
<channel>
3+
<title>git - 分类 - Jam&#39;s Note</title>
4+
<link>http://example.org/categories/git/</link>
5+
<description>git - 分类 - Jam&#39;s Note</description>
6+
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Fri, 22 Apr 2022 19:20:30 &#43;0800</lastBuildDate><atom:link href="http://example.org/categories/git/" rel="self" type="application/rss+xml" /><item>
7+
<title>git教程</title>
8+
<link>http://example.org/posts/git%E6%95%99%E7%A8%8B/</link>
9+
<pubDate>Fri, 22 Apr 2022 19:20:30 &#43;0800</pubDate>
10+
<author>Jam</author>
11+
<guid>http://example.org/posts/git%E6%95%99%E7%A8%8B/</guid>
12+
<description><![CDATA[]]></description>
13+
</item></channel>
14+
</rss>

categories/git/page/1/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html><head><title>http://example.org/categories/git/</title><link rel="canonical" href="http://example.org/categories/git/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://example.org/categories/git/" /></head></html>

categories/index.html

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,20 +153,31 @@ <h3 class="card-item-title">
153153
</div><div class="card-item">
154154
<div class="card-item-wrapper">
155155
<h3 class="card-item-title">
156-
<a href="/categories/http/">
157-
<i class="far fa-folder fa-fw"></i>&nbsp;HTTP
156+
<a href="/categories/typescript/">
157+
<i class="far fa-folder fa-fw"></i>&nbsp;TypeScript
158158
</a>
159159
</h3><article class="archive-item">
160-
<a href="/posts/http%E7%8A%B6%E6%80%81%E7%A0%81/" class="archive-item-link">HTTP 状态码</a>
160+
<a href="/posts/typescript%E6%95%99%E7%A8%8B2%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1/" class="archive-item-link">TypeScript教程2(面向对象)</a>
161+
</article><article class="archive-item">
162+
<a href="/posts/typescript%E6%95%99%E7%A8%8B1%E7%B1%BB%E5%9E%8B/" class="archive-item-link">TypeScript教程1(类型)</a>
161163
</article></div>
162164
</div><div class="card-item">
163165
<div class="card-item-wrapper">
164166
<h3 class="card-item-title">
165-
<a href="/categories/typescript/">
166-
<i class="far fa-folder fa-fw"></i>&nbsp;TypeScript
167+
<a href="/categories/git/">
168+
<i class="far fa-folder fa-fw"></i>&nbsp;git
167169
</a>
168170
</h3><article class="archive-item">
169-
<a href="/posts/typescript%E6%95%99%E7%A8%8B/" class="archive-item-link">TypeScript教程</a>
171+
<a href="/posts/git%E6%95%99%E7%A8%8B/" class="archive-item-link">git教程</a>
172+
</article></div>
173+
</div><div class="card-item">
174+
<div class="card-item-wrapper">
175+
<h3 class="card-item-title">
176+
<a href="/categories/http/">
177+
<i class="far fa-folder fa-fw"></i>&nbsp;HTTP
178+
</a>
179+
</h3><article class="archive-item">
180+
<a href="/posts/http%E7%8A%B6%E6%80%81%E7%A0%81/" class="archive-item-link">HTTP 状态码</a>
170181
</article></div>
171182
</div><div class="card-item">
172183
<div class="card-item-wrapper">

categories/index.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
<title>Categories - 分类 - Jam&#39;s Note</title>
44
<link>http://example.org/categories/</link>
55
<description>Categories - 分类 - Jam&#39;s Note</description>
6-
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Mon, 18 Apr 2022 21:54:53 &#43;0800</lastBuildDate><atom:link href="http://example.org/categories/" rel="self" type="application/rss+xml" /><item>
6+
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Fri, 22 Apr 2022 19:20:30 &#43;0800</lastBuildDate><atom:link href="http://example.org/categories/" rel="self" type="application/rss+xml" /><item>
7+
<title>git</title>
8+
<link>http://example.org/categories/git/</link>
9+
<pubDate>Fri, 22 Apr 2022 19:20:30 &#43;0800</pubDate>
10+
<author>作者</author>
11+
<guid>http://example.org/categories/git/</guid>
12+
<description><![CDATA[]]></description>
13+
</item><item>
714
<title>TypeScript</title>
815
<link>http://example.org/categories/typescript/</link>
9-
<pubDate>Mon, 18 Apr 2022 21:54:53 &#43;0800</pubDate>
16+
<pubDate>Wed, 20 Apr 2022 22:44:41 &#43;0800</pubDate>
1017
<author>作者</author>
1118
<guid>http://example.org/categories/typescript/</guid>
1219
<description><![CDATA[]]></description>

categories/typescript/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@
132132
<div id="search-dropdown-mobile"></div>
133133
</div>
134134
<main class="container" page-style="normal"><div class="page archive"><h2 class="single-title animate__animated animate__pulse animate__faster"><i class="far fa-folder-open fa-fw"></i>&nbsp;TypeScript</h2><h3 class="group-title">2022</h3><article class="archive-item">
135-
<a href="/posts/typescript%E6%95%99%E7%A8%8B/" class="archive-item-link">TypeScript教程</a>
135+
<a href="/posts/typescript%E6%95%99%E7%A8%8B2%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1/" class="archive-item-link">TypeScript教程2(面向对象)</a>
136+
<span class="archive-item-date" title=2022-04-20&#32;22:44:41>04-20</span>
137+
</article><article class="archive-item">
138+
<a href="/posts/typescript%E6%95%99%E7%A8%8B1%E7%B1%BB%E5%9E%8B/" class="archive-item-link">TypeScript教程1(类型)</a>
136139
<span class="archive-item-date" title=2022-04-18&#32;21:54:53>04-18</span>
137140
</article></div></main><footer class="footer">
138141
<div class="footer-container"><div class="footer-line powered"><a href="https://gohugo.io/" target="_blank" rel="external nofollow noopener noreffer" title="Hugo 0.88.1">Hugo</a> 强力驱动 | 主题 - <a href="https://github.com/Lruihao/FixIt" target="_blank" rel="external nofollow noopener noreffer" title="FixIt 0.2.14"><img class="fixit-icon" src="/images/fixit.svg" alt="FixIt logo" /> FixIt</a>

categories/typescript/index.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@
33
<title>TypeScript - 分类 - Jam&#39;s Note</title>
44
<link>http://example.org/categories/typescript/</link>
55
<description>TypeScript - 分类 - Jam&#39;s Note</description>
6-
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Mon, 18 Apr 2022 21:54:53 &#43;0800</lastBuildDate><atom:link href="http://example.org/categories/typescript/" rel="self" type="application/rss+xml" /><item>
7-
<title>TypeScript教程</title>
8-
<link>http://example.org/posts/typescript%E6%95%99%E7%A8%8B/</link>
6+
<generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Wed, 20 Apr 2022 22:44:41 &#43;0800</lastBuildDate><atom:link href="http://example.org/categories/typescript/" rel="self" type="application/rss+xml" /><item>
7+
<title>TypeScript教程2(面向对象)</title>
8+
<link>http://example.org/posts/typescript%E6%95%99%E7%A8%8B2%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1/</link>
9+
<pubDate>Wed, 20 Apr 2022 22:44:41 &#43;0800</pubDate>
10+
<author>Jam</author>
11+
<guid>http://example.org/posts/typescript%E6%95%99%E7%A8%8B2%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1/</guid>
12+
<description><![CDATA[]]></description>
13+
</item><item>
14+
<title>TypeScript教程1(类型)</title>
15+
<link>http://example.org/posts/typescript%E6%95%99%E7%A8%8B1%E7%B1%BB%E5%9E%8B/</link>
916
<pubDate>Mon, 18 Apr 2022 21:54:53 &#43;0800</pubDate>
1017
<author>Jam</author>
11-
<guid>http://example.org/posts/typescript%E6%95%99%E7%A8%8B/</guid>
18+
<guid>http://example.org/posts/typescript%E6%95%99%E7%A8%8B1%E7%B1%BB%E5%9E%8B/</guid>
1219
<description><![CDATA[]]></description>
1320
</item></channel>
1421
</rss>

0 commit comments

Comments
 (0)