Skip to content

Commit 53e3ad1

Browse files
author
zhouxuwen
committed
Site updated: 2022-02-11 11:53:17
1 parent 67becd8 commit 53e3ad1

File tree

5 files changed

+150
-136
lines changed

5 files changed

+150
-136
lines changed

2021/07/08/RPC系列(二)-gRPC入门/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<meta property="article:modified_time" content="2022-02-09T08:54:45.288Z">
3232
<meta property="article:author" content="zhouxuwen">
3333
<meta property="article:tag" content="Golang">
34-
<meta property="article:tag" content="RPC">
3534
<meta property="article:tag" content="gRPC">
35+
<meta property="article:tag" content="RPC">
3636
<meta property="article:tag" content="ProtoBuf">
3737
<meta name="twitter:card" content="summary">
3838

@@ -320,8 +320,8 @@ <h3 id="项目源码"><a href="#项目源码" class="headerlink" title="项目
320320
<footer class="post-footer">
321321
<div class="post-tags">
322322
<a href="/tags/Golang/" rel="tag"># Golang</a>
323-
<a href="/tags/RPC/" rel="tag"># RPC</a>
324323
<a href="/tags/gRPC/" rel="tag"># gRPC</a>
324+
<a href="/tags/RPC/" rel="tag"># RPC</a>
325325
<a href="/tags/ProtoBuf/" rel="tag"># ProtoBuf</a>
326326
</div>
327327

2021/07/15/RPC序列(三)-gRPC安全认证/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<meta property="article:published_time" content="2021-07-15T01:14:28.000Z">
3131
<meta property="article:modified_time" content="2022-02-09T08:54:45.288Z">
3232
<meta property="article:author" content="zhouxuwen">
33-
<meta property="article:tag" content="RPC">
3433
<meta property="article:tag" content="gRPC">
34+
<meta property="article:tag" content="RPC">
3535
<meta property="article:tag" content="SSL&#x2F;TLS">
3636
<meta name="twitter:card" content="summary">
3737

@@ -322,8 +322,8 @@ <h3 id="项目源码"><a href="#项目源码" class="headerlink" title="项目
322322

323323
<footer class="post-footer">
324324
<div class="post-tags">
325-
<a href="/tags/RPC/" rel="tag"># RPC</a>
326325
<a href="/tags/gRPC/" rel="tag"># gRPC</a>
326+
<a href="/tags/RPC/" rel="tag"># RPC</a>
327327
<a href="/tags/SSL-TLS/" rel="tag"># SSL/TLS</a>
328328
</div>
329329

about/index.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
var CONFIG = {"hostname":"yoursite.com","root":"/","scheme":"Gemini","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":true,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},"path":"search.xml"};
2121
</script>
2222

23-
<meta name="description" content="学习 记录 分享">
23+
<meta name="description" content="学习 记录 分享 2022年要完成的事 减肥(瘦20斤) 存款(10w) 提升个人价值(学习更多知识) TODO 每天晚上坚持锻炼半小时(夏天开始坚持每天户外跑步) 每月存款8k (所有消费(除租房) 控制在3k以内) 坚持每天学习2小时(一周更">
2424
<meta property="og:type" content="website">
2525
<meta property="og:title" content="About">
2626
<meta property="og:url" content="http://yoursite.com/about/index.html">
2727
<meta property="og:site_name" content="Xuwen&#39;s Blog">
28-
<meta property="og:description" content="学习 记录 分享">
28+
<meta property="og:description" content="学习 记录 分享 2022年要完成的事 减肥(瘦20斤) 存款(10w) 提升个人价值(学习更多知识) TODO 每天晚上坚持锻炼半小时(夏天开始坚持每天户外跑步) 每月存款8k (所有消费(除租房) 控制在3k以内) 坚持每天学习2小时(一周更">
2929
<meta property="og:locale" content="zh_CN">
3030
<meta property="article:published_time" content="2021-07-08T05:58:55.000Z">
31-
<meta property="article:modified_time" content="2022-02-09T08:59:08.036Z">
31+
<meta property="article:modified_time" content="2022-02-11T03:48:32.026Z">
3232
<meta property="article:author" content="zhouxuwen">
3333
<meta name="twitter:card" content="summary">
3434

@@ -223,6 +223,20 @@ <h1 class="post-title" itemprop="name headline">About
223223

224224

225225

226+
227+
<p>2022年要完成的事</p>
228+
<ul>
229+
<li>减肥(瘦20斤)</li>
230+
<li>存款(10w)</li>
231+
<li>提升个人价值(学习更多知识)</li>
232+
</ul>
233+
<p>TODO</p>
234+
<ul>
235+
<li><input disabled="" type="checkbox"> 每天晚上坚持锻炼半小时(夏天开始坚持每天户外跑步)</li>
236+
<li><input disabled="" type="checkbox"> 每月存款8k (所有消费(除租房) 控制在3k以内)</li>
237+
<li><input disabled="" type="checkbox"> 坚持每天学习2小时(一周更新一篇博客记录下来,内容不限,学习为主)</li>
238+
</ul>
239+
226240
</div>
227241

228242

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ pre .javascript .function {
11681168
}
11691169
.links-of-author a::before,
11701170
.links-of-author span.exturl::before {
1171-
background: #218733;
1171+
background: #5cb84e;
11721172
border-radius: 50%;
11731173
content: ' ';
11741174
display: inline-block;

0 commit comments

Comments
 (0)