-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex9.html
279 lines (215 loc) · 12.1 KB
/
index9.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Leo’s blog</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="origin" />
<meta name="generator" content="Pelican" />
<link href="https://leonis.cc/" rel="canonical" />
<!-- Feed -->
<link href="https://leonis.cc/feed.xml" type="application/atom+xml" rel="alternate"
title="Leo’s blog Full Atom Feed" />
<link href="https://leonis.cc/theme/css/style.css" type="text/css" rel="stylesheet" />
<!-- CSS specified by the user -->
<link href="https://leonis.cc/theme/css/customize.css" type="text/css" rel="stylesheet" />
<link href="https://leonis.cc/theme/css/plugins.css" type="text/css" rel="stylesheet" />
<link href="https://leonis.cc/theme/css/lightgallery.min.css" type="text/css" rel="stylesheet" />
<link href="https://leonis.cc/theme/css/bookshelf.css" type="text/css" rel="stylesheet" />
<!-- font-awesome icons -->
<link href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-awesome/6.0.0/css/all.min.css" rel="stylesheet" />
<!-- Custom fonts -->
<link href="https://leonis-fonts.deno.dev/leonis/ChiuKongGothic-CL-w4/result.css?updatedAt=1700222744424" rel="stylesheet" />
<link href="https://leonis-fonts.deno.dev/leonis/ChiuKongGothic-CL-w5/result.css?updatedAt=1700275749020" rel="stylesheet" />
<link href="https://leonis-fonts.deno.dev/leonis/ChiuKongGothic-CL-w7/result.css?updatedAt=1700275854743" rel="stylesheet" />
<link href="https://cdnjs.loli.net/ajax/libs/fontsource-fira-sans/5.0.19/400.min.css" rel="stylesheet" />
<link href="https://cdnjs.loli.net/ajax/libs/fontsource-fira-sans/5.0.19/400-italic.min.css" rel="stylesheet" />
<link href="https://cdnjs.loli.net/ajax/libs/fontsource-fira-sans/5.0.19/500.min.css" rel="stylesheet" />
<link href="https://cdnjs.loli.net/ajax/libs/fontsource-fira-sans/5.0.19/500-italic.min.css" rel="stylesheet" />
<link href="https://cdnjs.loli.net/ajax/libs/fontsource-fira-sans/5.0.19/700.min.css" rel="stylesheet" />
<link href="https://cdnjs.loli.net/ajax/libs/fontsource-fira-sans/5.0.19/700-italic.min.css" rel="stylesheet" />
<link href="https://cdnjs.loli.net/ajax/libs/fontsource-lato/5.0.19/400.min.css" rel="stylesheet" />
<link href="https://leonis-fonts.deno.dev/leonis/AdvocateAncientSerifSC-Bold/result.css?updatedAt=1700289637334" rel="stylesheet" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
var siteUrl = 'https://leonis.cc';
</script>
<script>
var localTheme = localStorage.getItem('attila_theme');
switch (localTheme) {
case 'dark':
document.documentElement.classList.add('theme-dark');
break;
case 'light':
document.documentElement.classList.add('theme-light');
break;
default:
break;
}
</script>
<!-- Open Graph -->
<meta prefix="og: http://ogp.me/ns#" property="og:site_name" content="Leo’s blog"/>
<meta prefix="og: http://ogp.me/ns#" property="og:type" content="blog"/>
<meta prefix="og: http://ogp.me/ns#" property="og:title" content="Leo’s blog"/>
<meta prefix="og: http://ogp.me/ns#" property="og:description" content="A nook to hoard my manuscripts."/>
<meta prefix="og: http://ogp.me/ns#" property="og:locale" content="en_US"/>
<meta prefix="og: http://ogp.me/ns#" property="og:url" content="https://leonis.cc/"/>
<meta prefix="og: http://ogp.me/ns#" property="og:image" content="https://img.leonis.cc/bg/header.webp">
<!-- Twitter Card -->
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Website",
"name": " Leo’s blog ",
"url" : "https://leonis.cc/",
"image": "https://leonis.cc/https://img.leonis.cc/bg/header.webp",
"description": "A nook to hoard my manuscripts."
}
</script>
<link href="https://npm.elemecdn.com/@waline/client@2.14.9/dist/waline.css" rel="stylesheet" />
<script src="https://npm.elemecdn.com/@waline/client@2.14.9/dist/waline.js"></script>
</head>
<body class="home-template">
<div class="nav-header">
<nav class="nav-wrapper" aria-label="Main">
<ul>
<li class="nav-Home active" role="presentation"><a href="/"><span>Home</span></a></li>
<li class="nav-碎碎唸 " role="presentation"><a href="/category/sui-sui-nian.html"><span>碎碎唸</span></a></li>
<li class="nav-故紙堆 " role="presentation"><a href="/category/gu-zhi-dui.html"><span>故紙堆</span></a></li>
<li class="nav-在路上 " role="presentation"><a href="/category/zai-lu-shang.html"><span>在路上</span></a></li>
<li class="nav-山牆邊 " role="presentation"><a href="/pages/shan-qiang-bian.html"><span>山牆邊</span></a></li>
<li class="nav-破櫥簏 " role="presentation"><a href="https://neodb.social/users/Leo/"><span>破櫥簏</span></a></li>
<li class="nav-Archives " role="presentation"><a href="/archives.html"><span>Archives</span></a></li>
<li class="nav-Tags " role="presentation"><a href="/tags.html"><span>Tags</span></a></li>
<li class="nav-About " role="presentation"><a href="/about.html"><span>About</span></a></li>
</ul>
<ul class="nav-meta">
<li class="nav-search">
<a aria-label="Search" href="/search.html" target="_blank">
<i class="icon icon-search" aria-hidden="true"></i>
<span>search</span></a></li>
<li class="nav-foreverblog">
<a aria-label="Foreverblog" href="https://www.foreverblog.cn/go.html" target="_blank">
<i aria-hidden="true"><img src="https://img.foreverblog.cn/wormhole_2_tp.gif" alt="foreverblog" title="穿梭虫洞-随机访问十年之约友链博客"></i>
<span>foreverblog</span></a></li>
<li class="nav-travellings">
<a aria-label="Travellings" href="https://www.travellings.cn/go.html" target="_blank">
<i aria-hidden="true"><img src="https://www.travellings.cn/assets/w.png" alt="travellings" title="开往-友链接力" aria-hidden="true"></i>
<span>travellings</span></a></li>
<li class="nav-search" style="display: none;">
<a title="Search">
<i class="icon icon-search" aria-hidden="true"></i>
<span>Search</span>
</a>
</li>
</ul> </nav>
<div class="nav-wrapper-control">
<div class="inner">
<a class="nav-menu" role="button"><i class="icon icon-menu" aria-hidden="true"></i>Menu</a>
<a class="nav-search" title="Search" role="button" style="display: none;"><i class="icon icon-search" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="nav-close" role="button" aria-label="Close"></div>
<section id="wrapper" class="page-wrapper">
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="blog-header has-cover ">
<div class="inner">
<div class="box blog-box">
<h1 class="blog-name">Leo’s blog</h1>
<span class="blog-description">A nook to hoard my manuscripts.</span>
</div>
<div class="blog-cover cover">
<img src="https://img.leonis.cc/bg/home.webp" alt="Leo’s blog" />
</div>
</div>
</header>
<div id="index" class="container">
<main class="content" role="main">
<div class="extra-pagination">
<nav class="pagination" aria-label="Pagination" role="pagination">
<div class="inner">
<div class="box pagination-box">
<a title="Newer Posts" class="pagination-next" href="https://leonis.cc/index8.html"><i class="icon icon-arrow-left"></i> <span class="pagination-label">Newer Posts</span></a>
<span class="pagination-info">Page 9 of 9</span>
</div>
</div>
</nav>
</div>
<article class="post">
<div class="inner">
<div class="box post-box">
<h2 class="post-title"><a href="https://leonis.cc/sui-sui-nian/2022-07-12-pelican-to-publish.html" rel="bookmark" title="Permalink to 使用 Pelican 发布文章的流程">使用 Pelican 发布文章的流程</a>
</h2>
<span class="post-meta">
<a class="post-meta-tag" href="https://leonis.cc/author/leo.html">Leo</a>
| <time datetime="2022年 7月12日">2022年 7月12日</time>
| Archived in
<a class="post-meta-tag" href="https://leonis.cc/category/sui-sui-nian.html">碎碎念</a>
</span>
<p class="post-excerpt">
经过一番折腾,我的博客终于可以工作啦。但也所谓的「工作」也只是能显示罢了,后续的美化和插件部署免不了又是一通的麻烦事。暂且不论这些,先记录下使用 Pelican 在 GitHub Pages 上发布博客文章的流程。
</p>
<div class="post-excerpt">
<aside class="post-tags">
<a href="https://leonis.cc/tag/blog.html"># Blog</a><a href="https://leonis.cc/tag/pelican.html"># Pelican</a> </aside>
</div>
</div>
</div>
</article>
<nav class="pagination" aria-label="Pagination" role="pagination">
<div class="inner">
<div class="box pagination-box">
<a title="Newer Posts" class="pagination-next" href="https://leonis.cc/index8.html"><i class="icon icon-arrow-left"></i> <span class="pagination-label">Newer Posts</span></a>
<span class="pagination-info">Page 9 of 9</span>
</div>
</div>
</nav>
</main>
</div>
<div class="nav-footer">
<nav class="nav-wrapper" aria-label="Footer">
<span class="nav-copy">Leo’s blog © 2024
</span>
<span class="nav-credits">
Published with <a href="https://github.com/getpelican/pelican" rel="nofollow">Pelican</a> • Theme <a href="https://github.com/arulrajnet/attila" rel="nofollow">Attila</a> •
<a class="menu-item js-theme" href="#" data-system="System theme" data-dark="Dark theme" data-light="Light theme">
<span class="theme-icon"></span><span class="theme-text">System theme</span>
</a>
</span>
</nav>
</div>
</section>
<script src="https://cdnjs.loli.net/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<!-- code highlight -->
<script src="https://cdnjs.loli.net/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
<script src="https://cdnjs.loli.net/ajax/libs/highlight.js/11.7.0/languages/django.min.js"></script>
<script src="https://cdnjs.loli.net/ajax/libs/highlight.js/11.7.0/languages/dockerfile.min.js"></script>
<script src="https://cdnjs.loli.net/ajax/libs/highlight.js/11.7.0/languages/markdown.min.js"></script>
<script src="https://cdnjs.loli.net/ajax/libs/highlight.js/11.7.0/languages/nginx.min.js"></script>
<script src="https://cdnjs.loli.net/ajax/libs/highlight.js/11.7.0/languages/pgsql.min.js"></script>
<script type="text/javascript" src="https://leonis.cc/theme/js/jquery.fitvids.js"></script>
<script type="text/javascript" src="https://leonis.cc/theme/js/script.js"></script>
<!-- lightbox -->
<script type="text/javascript" src="https://leonis.cc/theme/js/lightgallery.min.js"></script>
<script type="text/javascript" src="https://leonis.cc/theme/js/lg-zoom.min.js"></script>
<script>
var elements = document.getElementsByClassName("lightgallery");
for(var i=0; i<elements.length; i++) {
lightGallery(elements[i]);
}
</script>
<!-- umami analytics -->
<script async defer src="https://analytics.umami.is/script.js" data-website-id="b508982a-f7bf-4c24-a948-8de93b0cb81d"></script>
<!-- The #block helper will pull in data from the #contentFor other template files. In this case, there's some JavaScript which we only want to use in article.html, but it needs to be included down here, after jQuery has already loaded. -->
</body>
</html>