hugo daily push 2018-12-07 22:00:01

This commit is contained in:
2018-12-07 22:00:01 +08:00
parent 9e4c51eb86
commit bdbd4b5c5c
59 changed files with 2110 additions and 501 deletions

View File

@@ -103,7 +103,7 @@
<li><a href="/categories/ps">Ps (1)</a></li>
<li><a href="/categories/%E7%AD%86%E8%A8%98">筆記 (9)</a></li>
<li><a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a></li>
<li><a href="/categories/%E7%BE%A4%E6%9A%89">群暉 (1)</a></li>
@@ -124,6 +124,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/create-portable-vim-environment/">[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</a>
</li>
<li>
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
@@ -148,10 +152,6 @@
<a href="/post/copy_role_in_pgsql/">PostgreSQL 直接從已經存在的使用者複製權限到另一個使用者</a>
</li>
<li>
<a href="/post/weird-client-server-connection/">[筆記] 詭異的client&amp;server間連線的問題或許跟KVM有關係</a>
</li>
</ul>
</div>
@@ -162,7 +162,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (9)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a>
</li>
<li>

View File

@@ -21,7 +21,7 @@
<item>
<title>筆記</title>
<link>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</link>
<pubDate>Fri, 30 Nov 2018 16:05:14 +0800</pubDate>
<pubDate>Fri, 07 Dec 2018 15:19:47 +0800</pubDate>
<guid>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</guid>
<description></description>

View File

@@ -179,6 +179,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/create-portable-vim-environment/">[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</a>
</li>
<li>
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
@@ -203,10 +207,6 @@
<a href="/post/copy_role_in_pgsql/">PostgreSQL 直接從已經存在的使用者複製權限到另一個使用者</a>
</li>
<li>
<a href="/post/weird-client-server-connection/">[筆記] 詭異的client&amp;server間連線的問題或許跟KVM有關係</a>
</li>
</ul>
</div>
@@ -217,7 +217,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (9)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a>
</li>
<li>

View File

@@ -90,6 +90,85 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/create-portable-vim-environment/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/create-portable-vim-environment/">
<img src="/images/post-default-8.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/create-portable-vim-environment/">[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</a></h3>
<div class="meta">
<span class="date moment">2018-12-07</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>因為工作的關係現在很多時間都花在VIM的操作上</p>
<p>所以之前花了滿多時間調整出一個適合自己的VIM環境</p>
<p>原本的作法是把這個設定好的環境丟到自己建立的gitea 上面</p>
<p>然後每到一台新的機器就要去clone 下來</p>
<p></p>
<a href="/post/create-portable-vim-environment/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/vim">vim</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/10g-lab-using-proxmox-and-mellanox/">
@@ -911,6 +990,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/create-portable-vim-environment/">[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</a>
</li>
<li>
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
@@ -935,10 +1018,6 @@
<a href="/post/copy_role_in_pgsql/">PostgreSQL 直接從已經存在的使用者複製權限到另一個使用者</a>
</li>
<li>
<a href="/post/weird-client-server-connection/">[筆記] 詭異的client&amp;server間連線的問題或許跟KVM有關係</a>
</li>
</ul>
</div>
@@ -949,7 +1028,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (9)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a>
</li>
<li>

View File

@@ -5,11 +5,28 @@
<link>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</link>
<description>Recent content in 筆記 on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Fri, 30 Nov 2018 16:05:14 +0800</lastBuildDate>
<lastBuildDate>Fri, 07 Dec 2018 15:19:47 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</title>
<link>https://h.cowbay.org/post/create-portable-vim-environment/</link>
<pubDate>Fri, 07 Dec 2018 15:19:47 +0800</pubDate>
<guid>https://h.cowbay.org/post/create-portable-vim-environment/</guid>
<description>&lt;p&gt;因為工作的關係現在很多時間都花在VIM的操作上&lt;/p&gt;
&lt;p&gt;所以之前花了滿多時間調整出一個適合自己的VIM環境&lt;/p&gt;
&lt;p&gt;原本的作法是把這個設定好的環境丟到自己建立的gitea 上面&lt;/p&gt;
&lt;p&gt;然後每到一台新的機器就要去clone 下來&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
</item>
<item>
<title>[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </title>
<link>https://h.cowbay.org/post/10g-lab-using-proxmox-and-mellanox/</link>

View File

@@ -202,6 +202,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/create-portable-vim-environment/">[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</a>
</li>
<li>
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
@@ -226,10 +230,6 @@
<a href="/post/copy_role_in_pgsql/">PostgreSQL 直接從已經存在的使用者複製權限到另一個使用者</a>
</li>
<li>
<a href="/post/weird-client-server-connection/">[筆記] 詭異的client&amp;server間連線的問題或許跟KVM有關係</a>
</li>
</ul>
</div>
@@ -240,7 +240,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (9)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (10)</a>
</li>
<li>