aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2019-07-03 07:39:09 +0000
committerclarkzjw <[email protected]>2019-07-03 07:39:09 +0000
commitc5af6473bbb490854510c532e75d8c0dc80f948b (patch)
tree019fbfbbe537bba7343576ee831e2f32d2ba9296
parent508e9bdf52c4ace91417ec54988fe7cdeec67ff6 (diff)
downloadblog.jinwei.me-c5af6473bbb490854510c532e75d8c0dc80f948b.tar.gz
Wed Jul 3 07:39:09 UTC 2019
-rw-r--r--.buildinfo2
-rw-r--r--.lastmodify2
-rw-r--r--_posts/2018/01/new-blog.html484
-rw-r--r--genindex.html27
-rw-r--r--index.html27
-rw-r--r--rss.xml2
-rw-r--r--search.html27
7 files changed, 230 insertions, 341 deletions
diff --git a/.buildinfo b/.buildinfo
index 0a7514b..e8323e2 100644
--- a/.buildinfo
+++ b/.buildinfo
@@ -1,4 +1,4 @@
1# Sphinx build info version 1 1# Sphinx build info version 1
2# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. 2# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3config: 8787d3f172ab7b791f8fec73b0e36d6d 3config: 0320b9ec7351219f10a92fef967f48e4
4tags: 645f666f9bcd5a90fca523b33c5a78b7 4tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/.lastmodify b/.lastmodify
index 2e17b75..c496ab0 100644
--- a/.lastmodify
+++ b/.lastmodify
@@ -1 +1 @@
Wed Jul 3 07:29:06 UTC 2019 Wed Jul 3 07:39:09 UTC 2019
diff --git a/_posts/2018/01/new-blog.html b/_posts/2018/01/new-blog.html
index 9ce20bc..893ee18 100644
--- a/_posts/2018/01/new-blog.html
+++ b/_posts/2018/01/new-blog.html
@@ -28,233 +28,231 @@
28 <body> 28 <body>
29 <div class="document"> 29 <div class="document">
30 <div class="documentwrapper"> 30 <div class="documentwrapper">
31 <div class="bodywrapper"> 31 <div class="body" role="main">
32 <div class="body han-init-context" role="main"> 32 <div class="section" id="newblog">
33 <div class="section" id="newblog"> 33 <span id="id1">
34 <span id="id1"> 34 </span>
35 </span> 35 <h1>
36 <h1> 36 又一个新的博客
37 又一个新的博客 37 <a class="headerlink" href="#newblog" title="Permalink to this headline">
38 <a class="headerlink" href="#newblog" title="Permalink to this headline"> 38
39 39 </a>
40 </a> 40 </h1>
41 </h1> 41 <table class="docutils field-list" frame="void" rules="none">
42 <table class="docutils field-list" frame="void" rules="none"> 42 <colgroup>
43 <colgroup> 43 <col class="field-name"/>
44 <col class="field-name"/> 44 <col class="field-body"/>
45 <col class="field-body"/> 45 </colgroup>
46 </colgroup> 46 <tbody valign="top">
47 <tbody valign="top"> 47 <tr class="field-odd field">
48 <tr class="field-odd field"> 48 <th class="field-name">
49 <th class="field-name"> 49 Publish Date:
50 Publish Date: 50 </th>
51 </th> 51 <td class="field-body">
52 <td class="field-body"> 52 2018-01-15
53 2018-01-15 53 </td>
54 </td> 54 </tr>
55 </tr> 55 </tbody>
56 </tbody> 56 </table>
57 </table> 57 <p>
58 <p> 58 前段时间有朋友和我抱怨博客加载速度太慢了(。之前的博客架在Blogger上,为了让排版稍微美观一些,找了一个第三方的主题,加载了许多外部的资源,导致网页载入速度非常慢。虽然我自己对于网站在国内的加载速度毫不在意,但是既然还有读者(少的可怜)在看,以及在这极少的读者中有用户提出了这个问题,那就得解决。前段时间无意中看到一个博客(
59 前段时间有朋友和我抱怨博客加载速度太慢了(。之前的博客架在Blogger上,为了让排版稍微美观一些,找了一个第三方的主题,加载了许多外部的资源,导致网页载入速度非常慢。虽然我自己对于网站在国内的加载速度毫不在意,但是既然还有读者(少的可怜)在看,以及在这极少的读者中有用户提出了这个问题,那就得解决。前段时间无意中看到一个博客( 59 <a class="reference external" href="https://www.git-pull.com/index.html">
60 <a class="reference external" href="https://www.git-pull.com/index.html"> 60 git-pull
61 git-pull 61 </a>
62 </a> 62 ),觉得主题简洁而又美观,于是开始着手改造自己的博客。
63 ),觉得主题简洁而又美观,于是开始着手改造自己的博客。 63 </p>
64 </p> 64 <p>
65 <p> 65 这次用了「大名鼎鼎」的
66 这次用了「大名鼎鼎」的 66 <a class="reference external" href="http://www.sphinx-doc.org/en/stable/">
67 <a class="reference external" href="http://www.sphinx-doc.org/en/stable/"> 67 Sphinx
68 Sphinx 68 </a>
69 </a> 69 ,一个软件开发过程中的文档生成工具来作为博客的静态网页生成引擎。上手Sphinx非常简单,sphinx-quickstart这个工具和一般的博客生成器一样,集成了很多功能,把Makefile都写好了,可以说是完全开箱即用了。Sphinx的默认主题是
70 ,一个软件开发过程中的文档生成工具来作为博客的静态网页生成引擎。上手Sphinx非常简单,sphinx-quickstart这个工具和一般的博客生成器一样,集成了很多功能,把Makefile都写好了,可以说是完全开箱即用了。Sphinx的默认主题是 70 <a class="reference external" href="https://alabaster.readthedocs.io/en/latest/">
71 <a class="reference external" href="https://alabaster.readthedocs.io/en/latest/"> 71 Alabaster
72 Alabaster 72 </a>
73 </a> 73 ,现在你看到的这个主题就是在Alabaster上修改而来的。
74 ,现在你看到的这个主题就是在Alabaster上修改而来的。 74 </p>
75 </p> 75 <p>
76 <p> 76 Sphinx的文档书写采用的是*.rst格式的文本,即
77 Sphinx的文档书写采用的是*.rst格式的文本,即 77 <a class="reference external" href="http://docutils.sourceforge.net/rst.html">
78 <a class="reference external" href="http://docutils.sourceforge.net/rst.html"> 78 reStructuredText
79 reStructuredText 79 </a>
80 </a> 80 ,而不是Markdown。相比之前,rst比Markdown的语法更加丰富/复杂,同时也提供了更加丰富的功能和可扩展性(虽然我估计我只能用到其中的20%甚至更少啦)。不清楚rst和Emacs社区的
81 ,而不是Markdown。相比之前,rst比Markdown的语法更加丰富/复杂,同时也提供了更加丰富的功能和可扩展性(虽然我估计我只能用到其中的20%甚至更少啦)。不清楚rst和Emacs社区的 81 <a class="reference external" href="https://orgmode.org/">
82 <a class="reference external" href="https://orgmode.org/"> 82 Org Mode
83 Org Mode 83 </a>
84 </a> 84 相比哪一个的语法更加复杂呢。(
85 相比哪一个的语法更加复杂呢。( 85 </p>
86 </p> 86 <p>
87 <p> 87 建设博客离不开几件事情。首先当然就是部署运维啦。Sphinx通过Makefile可以生成静态html网页,托管静态html最方便的地方当然是GitHub Pages啦。最简单粗暴的方法是在本地的环境中写完rst文本,然后本地 make html 通过之后,将html推送到GitHub Pages中。但是这种方式的移植性不高,想写博客的话必须坐在自己的电脑前,同时依然存在一些手动的工作。所以当然选择Docker啦。但是这次用Docker的姿势和以往不同。平时我们用Docker的时候最终都是想要得到docker build的产物docker image,然后由image来进行部署。但是我们这次的目标是GitHub Pages,没法部署容器。所以我在Dockerfile中生成静态html网页,然后在构建的过程中将静态网页push到repo的gh-pages分支中。当然其实不用Docker也能做到这一点。写一个脚本,然后在CI平台上执行脚本也行,就不做优劣对比了。
88 建设博客离不开几件事情。首先当然就是部署运维啦。Sphinx通过Makefile可以生成静态html网页,托管静态html最方便的地方当然是GitHub Pages啦。最简单粗暴的方法是在本地的环境中写完rst文本,然后本地 make html 通过之后,将html推送到GitHub Pages中。但是这种方式的移植性不高,想写博客的话必须坐在自己的电脑前,同时依然存在一些手动的工作。所以当然选择Docker啦。但是这次用Docker的姿势和以往不同。平时我们用Docker的时候最终都是想要得到docker build的产物docker image,然后由image来进行部署。但是我们这次的目标是GitHub Pages,没法部署容器。所以我在Dockerfile中生成静态html网页,然后在构建的过程中将静态网页push到repo的gh-pages分支中。当然其实不用Docker也能做到这一点。写一个脚本,然后在CI平台上执行脚本也行,就不做优劣对比了。 88 </p>
89 </p> 89 <p>
90 <p> 90 值得一提的是,Docker在17.05-ce版本之后引入了multi stage build的功能,可以在Dockerfile中FROM多个基础镜像,在下一个stage可以直接使用之前stage构建出的产物。以我的博客这个项目为例。假如我是想通过image来部署,那么我最终的产物是静态html文件,那么我可能需要一个nginx的基础镜像。nginx:alpine 这个基础镜像很小,不到10MB,在Dockerfile里面将html文件COPY进去之后,最终得到的image也只有10MB左右的大小。但是之前我们为了得到静态html文件,可能得选用一个python的基础镜像,然后再apt/apk安装一些必要的编译工具,最终只是为了几百kb的html文件,但是构建的镜像已经上百MB了。有了multi stage build之后,这个问题便非常好地被解决了。看了下面的Dockerfile之后,整体思路就非常清晰了。目前我在本地写完rst文本,然后git push之后,CircleCI会自动进行Dockerfile的构建,然后将编译生成的静态html推送到gh-pages分支。
91 值得一提的是,Docker在17.05-ce版本之后引入了multi stage build的功能,可以在Dockerfile中FROM多个基础镜像,在下一个stage可以直接使用之前stage构建出的产物。以我的博客这个项目为例。假如我是想通过image来部署,那么我最终的产物是静态html文件,那么我可能需要一个nginx的基础镜像。nginx:alpine 这个基础镜像很小,不到10MB,在Dockerfile里面将html文件COPY进去之后,最终得到的image也只有10MB左右的大小。但是之前我们为了得到静态html文件,可能得选用一个python的基础镜像,然后再apt/apk安装一些必要的编译工具,最终只是为了几百kb的html文件,但是构建的镜像已经上百MB了。有了multi stage build之后,这个问题便非常好地被解决了。看了下面的Dockerfile之后,整体思路就非常清晰了。目前我在本地写完rst文本,然后git push之后,CircleCI会自动进行Dockerfile的构建,然后将编译生成的静态html推送到gh-pages分支。 91 </p>
92 </p> 92 <embed/>
93 <embed/> 93 <script src="https://gist.github.com/clarkzjw/0cb4e15794a5a132b12df9741e0cc1e0.js">
94 <script src="https://gist.github.com/clarkzjw/0cb4e15794a5a132b12df9741e0cc1e0.js"> 94 </script>
95 </script> 95 <p>
96 <p> 96 另外一个问题是博客的RSS。由于Sphinx最初的设计是作为一个文档生成工具,目前市面上有的和Sphinx结合的RSS生成工具大致有:
97 另外一个问题是博客的RSS。由于Sphinx最初的设计是作为一个文档生成工具,目前市面上有的和Sphinx结合的RSS生成工具大致有: 97 </p>
98 </p> 98 <ul class="simple">
99 <ul class="simple"> 99 <li>
100 <li> 100 Sphinx-contrib模块中的
101 Sphinx-contrib模块中的 101 <a class="reference external" href="https://bitbucket.org/birkenfeld/sphinx-contrib/src/tip/feed/">
102 <a class="reference external" href="https://bitbucket.org/birkenfeld/sphinx-contrib/src/tip/feed/"> 102 feed
103 feed
104 </a>
105 </li>
106 <li>
107 在sphinxcontrib.feed基础上开发的
108 <a class="reference external" href="https://github.com/junkafarian/sphinxfeed">
109 sphinxfeed
110 </a>
111 </li>
112 <li>
113 以及更新一点的
114 <a class="reference external" href="https://pypi.python.org/pypi/sphinxcontrib-newsfeed">
115 sphinxcontrib-newsfeed
116 </a>
117 </li>
118 </ul>
119 <p>
120 其中sphinxcontrib.feed和sphinxfeed的功能性更新都停止在2011年,不兼容Python 3,GitHub上有几个fork,但是也基本没有太多的改进。至于sphinxcontrib-newsfeed,并不能生成符合RSS规范的输出。。。所以只好自己简单粗暴造一个轮子了!(至少生成的xml能被RSS阅读器认识。。。
121 </p>
122 <p>
123 RSS 订阅地址是
124 <a class="reference external" href="https://blog.jinwei.me/rss">
125 https://blog.jinwei.me/rss
126 </a>
127 </p>
128 <p>
129 至于评论嘛。虽然博客流量小,2017年下来一年也没有10条评论,但是作为一个博客,这个功能还是必须得有!考察了目前市面上的评论方案,Disqus现在差不多可以算是一家独大了。但是十分不喜欢Disqus。一个页面要加载的无关的数据太多了。然后看到了
130 <a class="reference external" href="https://github.com/posativ/isso">
131 Isso
132 </a>
133 , 第一印象还不错,但是需要自己单独部署。为了一年10条评论不到的数量级单独部署似乎成本略高。之前还见到了
134 <a class="reference external" href="https://staticman.net">
135 Staticman
136 </a> 103 </a>
137 , 但是这个方案和GitHub的issue绑定,一个博客实例对应GitHub的一个repo,然后每篇文章的评论对应这个repo中的issue。但是我不太能接受,毕竟不能强制每个评论的用户都有GitHub帐号。今天无意中看到了 104 </li>
138 <a class="reference external" href="https://just-comments.com/"> 105 <li>
139 just-comments 106 在sphinxcontrib.feed基础上开发的
107 <a class="reference external" href="https://github.com/junkafarian/sphinxfeed">
108 sphinxfeed
140 </a> 109 </a>
141 , 也是一个SaaS解决方案,但是非常地极简,决定先用着试试效果。( 110 </li>
142 </p> 111 <li>
143 <p> 112 以及更新一点的
144 下一步,打算在博客中加入 113 <a class="reference external" href="https://pypi.python.org/pypi/sphinxcontrib-newsfeed">
145 <a class="reference external" href="https://css.hanzi.co/"> 114 sphinxcontrib-newsfeed
146 漢字標準格式
147 </a> 115 </a>
148 这套排版框架。毕竟现在的页面排版看起来怪怪的,以及并不美观。( 116 </li>
149 </p> 117 </ul>
150 </div> 118 <p>
151 <div> 119 其中sphinxcontrib.feed和sphinxfeed的功能性更新都停止在2011年,不兼容Python 3,GitHub上有几个fork,但是也基本没有太多的改进。至于sphinxcontrib-newsfeed,并不能生成符合RSS规范的输出。。。所以只好自己简单粗暴造一个轮子了!(至少生成的xml能被RSS阅读器认识。。。
120 </p>
121 <p>
122 RSS 订阅地址是
123 <a class="reference external" href="https://blog.jinwei.me/rss">
124 https://blog.jinwei.me/rss
125 </a>
126 </p>
127 <p>
128 至于评论嘛。虽然博客流量小,2017年下来一年也没有10条评论,但是作为一个博客,这个功能还是必须得有!考察了目前市面上的评论方案,Disqus现在差不多可以算是一家独大了。但是十分不喜欢Disqus。一个页面要加载的无关的数据太多了。然后看到了
129 <a class="reference external" href="https://github.com/posativ/isso">
130 Isso
131 </a>
132 , 第一印象还不错,但是需要自己单独部署。为了一年10条评论不到的数量级单独部署似乎成本略高。之前还见到了
133 <a class="reference external" href="https://staticman.net">
134 Staticman
135 </a>
136 , 但是这个方案和GitHub的issue绑定,一个博客实例对应GitHub的一个repo,然后每篇文章的评论对应这个repo中的issue。但是我不太能接受,毕竟不能强制每个评论的用户都有GitHub帐号。今天无意中看到了
137 <a class="reference external" href="https://just-comments.com/">
138 just-comments
139 </a>
140 , 也是一个SaaS解决方案,但是非常地极简,决定先用着试试效果。(
141 </p>
142 <p>
143 下一步,打算在博客中加入
144 <a class="reference external" href="https://css.hanzi.co/">
145 漢字標準格式
146 </a>
147 这套排版框架。毕竟现在的页面排版看起来怪怪的,以及并不美观。(
148 </p>
149 </div>
150 <div>
151 <br/>
152 <div style="text-align: center; margin: 25px auto 15px;">
153 <svg height="20" width="138" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
154 <linearGradient id="b" x2="0" y2="100%">
155 <stop offset="0" stop-color="#bbb" stop-opacity=".1">
156 </stop>
157 <stop offset="1" stop-opacity=".1">
158 </stop>
159 </linearGradient>
160 <clipPath id="a">
161 <rect fill="#fff" height="20" rx="3" width="138">
162 </rect>
163 </clipPath>
164 <g clip-path="url(#a)">
165 <path d="M0 0h73v20H0z" fill="#555">
166 </path>
167 <path d="M73 0h65v20H73z" fill="#e05d44">
168 </path>
169 <path d="M0 0h138v20H0z" fill="url(#b)">
170 </path>
171 </g>
172 <g fill="#fff" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110" text-anchor="middle">
173 <text fill="#010101" fill-opacity=".3" textLength="630" transform="scale(.1)" x="375" y="150">
174 Powered by
175 </text>
176 <text textLength="630" transform="scale(.1)" x="375" y="140">
177 Powered by
178 </text>
179 <text fill="#010101" fill-opacity=".3" textLength="550" transform="scale(.1)" x="1045" y="150">
180 Cloudflare
181 </text>
182 <text textLength="550" transform="scale(.1)" x="1045" y="140">
183 Cloudflare
184 </text>
185 </g>
186 </svg>
187 <svg height="20" width="116" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
188 <linearGradient id="b" x2="0" y2="100%">
189 <stop offset="0" stop-color="#bbb" stop-opacity=".1">
190 </stop>
191 <stop offset="1" stop-opacity=".1">
192 </stop>
193 </linearGradient>
194 <clipPath id="a">
195 <rect fill="#fff" height="20" rx="3" width="116">
196 </rect>
197 </clipPath>
198 <g clip-path="url(#a)">
199 <path d="M0 0h69v20H0z" fill="#555">
200 </path>
201 <path d="M69 0h47v20H69z" fill="#97CA00">
202 </path>
203 <path d="M0 0h116v20H0z" fill="url(#b)">
204 </path>
205 </g>
206 <g fill="#fff" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110" text-anchor="middle">
207 <text fill="#010101" fill-opacity=".3" textLength="590" transform="scale(.1)" x="355" y="150">
208 Hosted on
209 </text>
210 <text textLength="590" transform="scale(.1)" x="355" y="140">
211 Hosted on
212 </text>
213 <text fill="#010101" fill-opacity=".3" textLength="370" transform="scale(.1)" x="915" y="150">
214 GitHub
215 </text>
216 <text textLength="370" transform="scale(.1)" x="915" y="140">
217 GitHub
218 </text>
219 </g>
220 </svg>
152 <br/> 221 <br/>
153 <div style="text-align: center; margin: 25px auto 15px;"> 222 <svg height="20" width="78" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
154 <svg height="20" width="138" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 223 <linearGradient id="b" x2="0" y2="100%">
155 <linearGradient id="b" x2="0" y2="100%"> 224 <stop offset="0" stop-color="#bbb" stop-opacity=".1">
156 <stop offset="0" stop-color="#bbb" stop-opacity=".1"> 225 </stop>
157 </stop> 226 <stop offset="1" stop-opacity=".1">
158 <stop offset="1" stop-opacity=".1"> 227 </stop>
159 </stop> 228 </linearGradient>
160 </linearGradient> 229 <clipPath id="a">
161 <clipPath id="a"> 230 <rect fill="#fff" height="20" rx="3" width="78">
162 <rect fill="#fff" height="20" rx="3" width="138"> 231 </rect>
163 </rect> 232 </clipPath>
164 </clipPath> 233 <g clip-path="url(#a)">
165 <g clip-path="url(#a)"> 234 <path d="M0 0h57v20H0z" fill="#555">
166 <path d="M0 0h73v20H0z" fill="#555"> 235 </path>
167 </path> 236 <path d="M57 0h21v20H57z" fill="#e05d44">
168 <path d="M73 0h65v20H73z" fill="#e05d44"> 237 </path>
169 </path> 238 <path d="M0 0h78v20H0z" fill="url(#b)">
170 <path d="M0 0h138v20H0z" fill="url(#b)"> 239 </path>
171 </path> 240 </g>
172 </g> 241 <g fill="#fff" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110" text-anchor="middle">
173 <g fill="#fff" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110" text-anchor="middle"> 242 <text fill="#010101" fill-opacity=".3" textLength="470" transform="scale(.1)" x="295" y="150">
174 <text fill="#010101" fill-opacity=".3" textLength="630" transform="scale(.1)" x="375" y="150"> 243 Made w/
175 Powered by 244 </text>
176 </text> 245 <text textLength="470" transform="scale(.1)" x="295" y="140">
177 <text textLength="630" transform="scale(.1)" x="375" y="140"> 246 Made w/
178 Powered by 247 </text>
179 </text> 248 <text fill="#010101" fill-opacity=".3" textLength="110" transform="scale(.1)" x="665" y="150">
180 <text fill="#010101" fill-opacity=".3" textLength="550" transform="scale(.1)" x="1045" y="150"> 249
181 Cloudflare 250 </text>
182 </text> 251 <text textLength="110" transform="scale(.1)" x="665" y="140">
183 <text textLength="550" transform="scale(.1)" x="1045" y="140"> 252
184 Cloudflare 253 </text>
185 </text> 254 </g>
186 </g> 255 </svg>
187 </svg>
188 <svg height="20" width="116" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
189 <linearGradient id="b" x2="0" y2="100%">
190 <stop offset="0" stop-color="#bbb" stop-opacity=".1">
191 </stop>
192 <stop offset="1" stop-opacity=".1">
193 </stop>
194 </linearGradient>
195 <clipPath id="a">
196 <rect fill="#fff" height="20" rx="3" width="116">
197 </rect>
198 </clipPath>
199 <g clip-path="url(#a)">
200 <path d="M0 0h69v20H0z" fill="#555">
201 </path>
202 <path d="M69 0h47v20H69z" fill="#97CA00">
203 </path>
204 <path d="M0 0h116v20H0z" fill="url(#b)">
205 </path>
206 </g>
207 <g fill="#fff" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110" text-anchor="middle">
208 <text fill="#010101" fill-opacity=".3" textLength="590" transform="scale(.1)" x="355" y="150">
209 Hosted on
210 </text>
211 <text textLength="590" transform="scale(.1)" x="355" y="140">
212 Hosted on
213 </text>
214 <text fill="#010101" fill-opacity=".3" textLength="370" transform="scale(.1)" x="915" y="150">
215 GitHub
216 </text>
217 <text textLength="370" transform="scale(.1)" x="915" y="140">
218 GitHub
219 </text>
220 </g>
221 </svg>
222 <br/>
223 <svg height="20" width="78" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
224 <linearGradient id="b" x2="0" y2="100%">
225 <stop offset="0" stop-color="#bbb" stop-opacity=".1">
226 </stop>
227 <stop offset="1" stop-opacity=".1">
228 </stop>
229 </linearGradient>
230 <clipPath id="a">
231 <rect fill="#fff" height="20" rx="3" width="78">
232 </rect>
233 </clipPath>
234 <g clip-path="url(#a)">
235 <path d="M0 0h57v20H0z" fill="#555">
236 </path>
237 <path d="M57 0h21v20H57z" fill="#e05d44">
238 </path>
239 <path d="M0 0h78v20H0z" fill="url(#b)">
240 </path>
241 </g>
242 <g fill="#fff" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110" text-anchor="middle">
243 <text fill="#010101" fill-opacity=".3" textLength="470" transform="scale(.1)" x="295" y="150">
244 Made w/
245 </text>
246 <text textLength="470" transform="scale(.1)" x="295" y="140">
247 Made w/
248 </text>
249 <text fill="#010101" fill-opacity=".3" textLength="110" transform="scale(.1)" x="665" y="150">
250
251 </text>
252 <text textLength="110" transform="scale(.1)" x="665" y="140">
253
254 </text>
255 </g>
256 </svg>
257 </div>
258 </div> 256 </div>
259 </div> 257 </div>
260 </div> 258 </div>
@@ -280,50 +278,10 @@
280 </li> 278 </li>
281 </ul> 279 </ul>
282 </div> 280 </div>
283 <h3>
284 Other Projects
285 </h3>
286 <ul>
287 <li>
288 <a href="https://github.com/clarkzjw/Dehaze">
289 Dehaze
290 </a>
291 </li>
292 <li>
293 <a href="https://github.com/clarkzjw/GuidedFilter">
294 GuidedFilter
295 </a>
296 </li>
297 <li>
298 <a href="https://github.com/clarkzjw/LumberJack">
299 LumberJack
300 </a>
301 </li>
302 <li>
303 <a href="https://github.com/clarkzjw/one-two-three...infinity">
304 one-two-three...infinity
305 </a>
306 </li>
307 <li>
308 <a href="https://github.com/clarkzjw/nginx-proxy-google">
309 nginx-proxy-google
310 </a>
311 </li>
312 <li>
313 <a href="https://github.com/clarkzjw/brainfuck">
314 brainfuck
315 </a>
316 </li>
317 </ul>
318 </div> 281 </div>
319 </div> 282 </div>
320 <div class="clearer"> 283 <div class="clearer">
321 </div> 284 </div>
322 </div> 285 </div>
323 <script async="" defer="" src="../../../_static/han.min.js" type="text/javascript">
324 </script>
325 <script type="text/javascript">
326 Han.init()
327 </script>
328 </body> 286 </body>
329</html> \ No newline at end of file 287</html> \ No newline at end of file
diff --git a/genindex.html b/genindex.html
index 1a8a75d..ae13ac1 100644
--- a/genindex.html
+++ b/genindex.html
@@ -40,9 +40,7 @@
40 40
41 <div class="document"> 41 <div class="document">
42 <div class="documentwrapper"> 42 <div class="documentwrapper">
43 <div class="bodywrapper"> 43 <div class="body" role="main">
44
45 <div class="body han-init-context" role="main">
46 44
47 45
48<h1 id="index">Index</h1> 46<h1 id="index">Index</h1>
@@ -61,7 +59,6 @@
61 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h57v20H0z"/><path fill="#e05d44" d="M57 0h21v20H57z"/><path fill="url(#b)" d="M0 0h78v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="470">Made w/</text><text x="295" y="140" transform="scale(.1)" textLength="470">Made w/</text><text x="665" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="110">❤</text><text x="665" y="140" transform="scale(.1)" textLength="110">❤</text></g> </svg> 59 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h57v20H0z"/><path fill="#e05d44" d="M57 0h21v20H57z"/><path fill="url(#b)" d="M0 0h78v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="470">Made w/</text><text x="295" y="140" transform="scale(.1)" textLength="470">Made w/</text><text x="665" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="110">❤</text><text x="665" y="140" transform="scale(.1)" textLength="110">❤</text></g> </svg>
62 </div> 60 </div>
63 </div> 61 </div>
64 </div>
65 </div> 62 </div>
66 </div> 63 </div>
67 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> 64 <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
@@ -86,30 +83,10 @@
86 <li><a href="index.html">Documentation overview</a><ul> 83 <li><a href="index.html">Documentation overview</a><ul>
87 </ul></li> 84 </ul></li>
88</ul> 85</ul>
89</div><h3>Other Projects</h3> 86</div>
90
91<ul>
92 <li><a href="https://github.com/clarkzjw/Dehaze">Dehaze</a>
93 </li>
94 <li><a href="https://github.com/clarkzjw/GuidedFilter">GuidedFilter</a>
95 </li>
96 <li><a href="https://github.com/clarkzjw/LumberJack">LumberJack</a>
97 </li>
98 <li><a href="https://github.com/clarkzjw/one-two-three...infinity">one-two-three...infinity</a>
99 </li>
100 <li><a href="https://github.com/clarkzjw/nginx-proxy-google">nginx-proxy-google</a>
101 </li>
102 <li><a href="https://github.com/clarkzjw/brainfuck">brainfuck</a>
103 </li>
104</ul>
105
106
107
108 </div> 87 </div>
109 </div> 88 </div>
110 <div class="clearer"></div> 89 <div class="clearer"></div>
111 </div> 90 </div>
112<script async defer type="text/javascript" src="../../../_static/han.min.js"></script>
113<script type="text/javascript">Han.init()</script>
114 </body> 91 </body>
115</html> \ No newline at end of file 92</html> \ No newline at end of file
diff --git a/index.html b/index.html
index f400a22..076bd8f 100644
--- a/index.html
+++ b/index.html
@@ -39,9 +39,7 @@
39 39
40 <div class="document"> 40 <div class="document">
41 <div class="documentwrapper"> 41 <div class="documentwrapper">
42 <div class="bodywrapper"> 42 <div class="body" role="main">
43
44 <div class="body han-init-context" role="main">
45 43
46 <div class="section" id="hello-world"> 44 <div class="section" id="hello-world">
47<h1>Hello World<a class="headerlink" href="#hello-world" title="Permalink to this headline">¶</a></h1> 45<h1>Hello World<a class="headerlink" href="#hello-world" title="Permalink to this headline">¶</a></h1>
@@ -228,7 +226,6 @@
228 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h57v20H0z"/><path fill="#e05d44" d="M57 0h21v20H57z"/><path fill="url(#b)" d="M0 0h78v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="470">Made w/</text><text x="295" y="140" transform="scale(.1)" textLength="470">Made w/</text><text x="665" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="110">❤</text><text x="665" y="140" transform="scale(.1)" textLength="110">❤</text></g> </svg> 226 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h57v20H0z"/><path fill="#e05d44" d="M57 0h21v20H57z"/><path fill="url(#b)" d="M0 0h78v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="470">Made w/</text><text x="295" y="140" transform="scale(.1)" textLength="470">Made w/</text><text x="665" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="110">❤</text><text x="665" y="140" transform="scale(.1)" textLength="110">❤</text></g> </svg>
229 </div> 227 </div>
230 </div> 228 </div>
231 </div>
232 </div> 229 </div>
233 </div> 230 </div>
234 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> 231 <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
@@ -253,30 +250,10 @@
253 <li><a href="#">Documentation overview</a><ul> 250 <li><a href="#">Documentation overview</a><ul>
254 </ul></li> 251 </ul></li>
255</ul> 252</ul>
256</div><h3>Other Projects</h3> 253</div>
257
258<ul>
259 <li><a href="https://github.com/clarkzjw/Dehaze">Dehaze</a>
260 </li>
261 <li><a href="https://github.com/clarkzjw/GuidedFilter">GuidedFilter</a>
262 </li>
263 <li><a href="https://github.com/clarkzjw/LumberJack">LumberJack</a>
264 </li>
265 <li><a href="https://github.com/clarkzjw/one-two-three...infinity">one-two-three...infinity</a>
266 </li>
267 <li><a href="https://github.com/clarkzjw/nginx-proxy-google">nginx-proxy-google</a>
268 </li>
269 <li><a href="https://github.com/clarkzjw/brainfuck">brainfuck</a>
270 </li>
271</ul>
272
273
274
275 </div> 254 </div>
276 </div> 255 </div>
277 <div class="clearer"></div> 256 <div class="clearer"></div>
278 </div> 257 </div>
279<script async defer type="text/javascript" src="../../../_static/han.min.js"></script>
280<script type="text/javascript">Han.init()</script>
281 </body> 258 </body>
282</html> \ No newline at end of file 259</html> \ No newline at end of file
diff --git a/rss.xml b/rss.xml
index 08a9222..dbaad36 100644
--- a/rss.xml
+++ b/rss.xml
@@ -71,7 +71,7 @@ GitHub的一个repo,然后每篇文章的评论对应这个repo中的issue。�
71 Made w/Made w/❤❤ 71 Made w/Made w/❤❤
72 72
73 73
74 </description> 74 </description>
75 <pubDate>2018-01-15</pubDate> 75 <pubDate>2018-01-15</pubDate>
76 <link>https://blog.jinwei.me/_posts/2018/01/new-blog.html</link> 76 <link>https://blog.jinwei.me/_posts/2018/01/new-blog.html</link>
77 <guid isPermaLink="true">https://blog.jinwei.me/_posts/2018/01/new-blog.html</guid> 77 <guid isPermaLink="true">https://blog.jinwei.me/_posts/2018/01/new-blog.html</guid>
diff --git a/search.html b/search.html
index c8aba8b..5ea2ed5 100644
--- a/search.html
+++ b/search.html
@@ -47,9 +47,7 @@
47 47
48 <div class="document"> 48 <div class="document">
49 <div class="documentwrapper"> 49 <div class="documentwrapper">
50 <div class="bodywrapper"> 50 <div class="body" role="main">
51
52 <div class="body han-init-context" role="main">
53 51
54 <h1 id="search-documentation">Search</h1> 52 <h1 id="search-documentation">Search</h1>
55 <div id="fallback" class="admonition warning"> 53 <div id="fallback" class="admonition warning">
@@ -84,7 +82,6 @@
84 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h57v20H0z"/><path fill="#e05d44" d="M57 0h21v20H57z"/><path fill="url(#b)" d="M0 0h78v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="470">Made w/</text><text x="295" y="140" transform="scale(.1)" textLength="470">Made w/</text><text x="665" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="110">❤</text><text x="665" y="140" transform="scale(.1)" textLength="110">❤</text></g> </svg> 82 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h57v20H0z"/><path fill="#e05d44" d="M57 0h21v20H57z"/><path fill="url(#b)" d="M0 0h78v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="470">Made w/</text><text x="295" y="140" transform="scale(.1)" textLength="470">Made w/</text><text x="665" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="110">❤</text><text x="665" y="140" transform="scale(.1)" textLength="110">❤</text></g> </svg>
85 </div> 83 </div>
86 </div> 84 </div>
87 </div>
88 </div> 85 </div>
89 </div> 86 </div>
90 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> 87 <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
@@ -109,30 +106,10 @@
109 <li><a href="index.html">Documentation overview</a><ul> 106 <li><a href="index.html">Documentation overview</a><ul>
110 </ul></li> 107 </ul></li>
111</ul> 108</ul>
112</div><h3>Other Projects</h3> 109</div>
113
114<ul>
115 <li><a href="https://github.com/clarkzjw/Dehaze">Dehaze</a>
116 </li>
117 <li><a href="https://github.com/clarkzjw/GuidedFilter">GuidedFilter</a>
118 </li>
119 <li><a href="https://github.com/clarkzjw/LumberJack">LumberJack</a>
120 </li>
121 <li><a href="https://github.com/clarkzjw/one-two-three...infinity">one-two-three...infinity</a>
122 </li>
123 <li><a href="https://github.com/clarkzjw/nginx-proxy-google">nginx-proxy-google</a>
124 </li>
125 <li><a href="https://github.com/clarkzjw/brainfuck">brainfuck</a>
126 </li>
127</ul>
128
129
130
131 </div> 110 </div>
132 </div> 111 </div>
133 <div class="clearer"></div> 112 <div class="clearer"></div>
134 </div> 113 </div>
135<script async defer type="text/javascript" src="../../../_static/han.min.js"></script>
136<script type="text/javascript">Han.init()</script>
137 </body> 114 </body>
138</html> \ No newline at end of file 115</html> \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)