<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>My-Website on Drake&#39;s Weblog</title>
		<link>https://drakeguan.org/tags/my-website/</link>
		<description>Recent content in My-Website on Drake&#39;s Weblog</description>
		<generator>Hugo -- gohugo.io</generator>
		<language>zh-TW</language>
		<lastBuildDate>Sat, 10 Feb 2018 23:59:59 +0800</lastBuildDate>
		<atom:link href="https://drakeguan.org/tags/my-website/" rel="self" type="application/rss+xml" />
		
		<item>
			<title>部落格平台，真的有差</title>
			<link>https://drakeguan.org/blog/2018/02/a_good_blogging_platform_does_matter/</link>
			<pubDate>Sat, 10 Feb 2018 23:59:59 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2018/02/a_good_blogging_platform_does_matter/</guid>
			<description>&lt;p&gt;2015.09，寫了一篇 &lt;a href=&#34;https://drakeguan.org/blog/2015/09/lets-try-hugo/&#34;&gt;Let&amp;rsquo;s try Hugo!&lt;/a&gt;
，足蹈手舞地認為 Hugo &amp;raquo; Octopress &amp;raquo; Drupal &amp;raquo; something else。
認為使用 Go 寫成的 Hugo，挾持著它的高效能，快速產生靜態網頁，就是最重要的功能之一了。
2017.09 還寫了一篇 &lt;a href=&#34;https://drakeguan.org/blog/2017/09/quick_notes_about_hugo_and_wercker/&#34;&gt;Hugo 的一點點使用心得&lt;/a&gt;
，大力稱讚 Hugo + Bitbucket + Wercker + DigitalOcean 是完全組合。&lt;/p&gt;
&lt;p&gt;Hugo 的高速效能與彈性；
Bitbucket 的版本控管；
Wercker 的自動生成靜態網頁；
DigitalOcean 的一個月只要 5 鎂的便宜虛擬主機伺服器。&lt;/p&gt;
&lt;p&gt;完美。&lt;/p&gt;
&lt;p&gt;一直到我開始認真的以 Medium 作為撰寫與工作有關的 blog 後，才發覺整個搞錯狀況了。
看看下一張的比較圖，左邊是極端到過頭的 Bitbucket editor，右邊是優雅的 Medium editor。
雖然說，這樣的比較有失公平。
我們一樣可以把整個 blog repo 給 clone 下來，然後挑個最優的 markdown editor 來用。
但再怎麼好用的 markdown editor，
還是比不是隨處可寫（iPhone, iPad 也能寫）介面簡單，沒什麼其它功能，只剩下書寫的 Medium。&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://drakeguan.org/images/drakeguan_26313884798.jpg&#34;&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Life is short, using the right tool to express your experience is important.&lt;/p&gt;
&lt;/blockquote&gt;</description>
		</item>
		
		<item>
			<title>Hugo 的一點點使用心得</title>
			<link>https://drakeguan.org/blog/2017/09/quick_notes_about_hugo_and_wercker/</link>
			<pubDate>Tue, 26 Sep 2017 22:31:13 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2017/09/quick_notes_about_hugo_and_wercker/</guid>
			<description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://drakeguan.org/images/drakeguan_36393499651.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://drakeguan.org/blog/2015/09/lets-try-hugo/&#34;&gt;二年前的這個時候&lt;/a&gt;
，正式把整個網站從 Octopress 換成 Hugo，簡單記錄一下心得：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Hugo 真的很快！感覺其它的 static site generator 應該是很難與它匹敵。&lt;/li&gt;
&lt;li&gt;可以選擇的&lt;a href=&#34;https://themes.gohugo.io/&#34;&gt;版型&lt;/a&gt;
還不少，而且大部分都很簡明，版型對容易改。&lt;/li&gt;
&lt;li&gt;使用 bitbucket (or github) 搭配 &lt;a href=&#34;https://gohugo.io/hosting-and-deployment/deployment-with-wercker/&#34;&gt;Wercker&lt;/a&gt;
 來做到自動發佈，真的可以很省事。只要寫好 markdown 檔 push 出去，就可以看到 wercker 上頭執行起相對應的 workflow，然後就是等著成功發佈出去了。&lt;/li&gt;
&lt;li&gt;租一台一個月 $5，最便宜的 DigitalOcean 機器來做 static apache hosting 即可。&lt;/li&gt;
&lt;li&gt;臨時想寫一篇 blog 的話，直接在 bitbucket (or github) 的網頁上頭，新增一個檔即可完成，連 vim 都不用開。( PS. bitbuket 的 source editor 還 ok )&lt;/li&gt;
&lt;li&gt;Hugo 的 &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/&#34;&gt;shortcodes&lt;/a&gt;
 很好用，而且還可以自己追加或修改，讓產生的 HTML 更自訂化。&lt;/li&gt;
&lt;li&gt;可惜 Hugo 無法原生支援 &lt;a href=&#34;https://www.ampproject.org/&#34;&gt;AMP&lt;/a&gt;
，因為它一篇 blog markdown 只能產生一個 html 出來，就算要 hack 它也有點麻煩。&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;雖然說，更省事更省錢的方式就是直接把 blog 給放到 github 上頭，但我還是比較希望多一點點自由度，多一點點隱私 :D&lt;/p&gt;</description>
		</item>
		
		<item>
			<title>網站正式進入 HTTPS</title>
			<link>https://drakeguan.org/blog/2016/01/drakeguan.org_is_in_https_then/</link>
			<pubDate>Sat, 02 Jan 2016 22:06:08 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2016/01/drakeguan.org_is_in_https_then/</guid>
			<description>&lt;p&gt;As Google started favoring HTTPS sites in search results and
free HTTPS certs by Let&amp;rsquo;s Encrypt is kind of ready,
I follow an article to make that happen for this blog.&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://drakeguan.org/images/smemon_15944989872.jpg&#34;&gt;&lt;/p&gt;</description>
		</item>
		
		<item>
			<title>Let&#39;s try Hugo!</title>
			<link>https://drakeguan.org/blog/2015/09/lets-try-hugo/</link>
			<pubDate>Fri, 04 Sep 2015 20:29:06 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2015/09/lets-try-hugo/</guid>
			<description>&lt;p&gt;Initially, this blog was built on &lt;a href=&#34;https://www.drupal.org&#34;&gt;Drupal&lt;/a&gt;
,
a famous CMS with thousands of modules to customize anything you want.
It works really well and I believe Drupal can keep shining.
It is written by &lt;a href=&#34;https://www.php.net&#34;&gt;PHP&lt;/a&gt;
.&lt;/p&gt;
&lt;p&gt;One night, I noticed several developers mentioning about static site,
the idea of writing your blogs on your laptop through Markdown,
and then generate the necessary HTML pages and publish them.
That&amp;rsquo;s when I switched to &lt;a href=&#34;https://octopress.org&#34;&gt;Octopress&lt;/a&gt;
.
It is written by &lt;a href=&#34;https://www.ruby-lang.org&#34;&gt;Ruby&lt;/a&gt;
.&lt;/p&gt;</description>
		</item>
		
		<item>
			<title>DrupalCamp Taipei 2011</title>
			<link>https://drakeguan.org/blog/2011/06/drupalcamp-taipei-2011/</link>
			<pubDate>Wed, 15 Jun 2011 09:17:00 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2011/06/drupalcamp-taipei-2011/</guid>
			<description>&lt;p&gt;&lt;a href=&#34;https://camp.drupaltaiwan.org/2011/&#34;&gt;&lt;img alt=&#34;DrupalCamp Taipei 2011&#34; loading=&#34;lazy&#34; src=&#34;https://s3.amazonaws.com/registrano/upload_images/6181/drupal_logo.jpg&#34;&gt;&lt;/a&gt;
2011年我們又要再來跟你碰面。DrupalCamp台北將在 7/9, 7/10於台北的中國科技大學舉辦（近捷運萬芳醫院站），將會有300人一起參與這場盛會！&lt;/p&gt;</description>
		</item>
		
		<item>
			<title>DrupalCamp Taiwan 2010</title>
			<link>https://drakeguan.org/blog/2010/04/drupalcamp-taiwan-2010/</link>
			<pubDate>Sun, 25 Apr 2010 12:59:48 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2010/04/drupalcamp-taiwan-2010/</guid>
			<description>&lt;p&gt;&lt;a href=&#34;https://drupaltaiwan.org/forum/20100414/4208&#34;&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://114.32.84.43/~data/DrupalIcon.png&#34;&gt;&lt;/a&gt;
&lt;a href=&#34;https://drupaltaiwan.org/forum/20100414/4208&#34;&gt;DrupalCamp Taiwan 2010&lt;/a&gt;
 was announced by &lt;a href=&#34;https://drupaltaiwan.org&#34;&gt;DrupalTaiwan&lt;/a&gt;
. It has been preparing the programs for a while and fortunately (and surprisingly), I am asked/invited to have a talk (or more than one session?!) if possible~&lt;/p&gt;
&lt;p&gt;The issue is, I don&amp;rsquo;t know what to share for this Drupal event in this 2010 hot summer? No idea at all. Actually, I doubt having anything to share ;)&lt;/p&gt;
&lt;p&gt;Anyway, share this information to anyone interested in it.&lt;/p&gt;</description>
		</item>
		
		<item>
			<title>台大計算機中心的「Drupal 6 Views Module系列」</title>
			<link>https://drakeguan.org/blog/2010/01/ntu-computer-centers-drupal-6-views-module-series/</link>
			<pubDate>Wed, 27 Jan 2010 13:35:02 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2010/01/ntu-computer-centers-drupal-6-views-module-series/</guid>
			<description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.cc.ntu.edu.tw/chinese/epaper/0008/20090320_8009.htm&#34; title=&#34;使用Drupal 6 Views Module系列\(一\)&#34;&gt;Drupal是一套內容管理系統，本系列文章將以View模組實際示範網站建置，除展示其驚人的彈性之外，也希望能稍微降低其學習門檻，引領讀者們進入Drupal的世界。&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.cc.ntu.edu.tw/chinese/epaper/0009/20090620_9009.htm&#34; title=&#34;使用Drupal 6 Views Module系列\(二\)&#34;&gt;我們將在本文中為大家介紹在 Views 中的Arguments，Relationships及Sort Criteria這些強大的功能及使用方式。&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;上頭這兩篇文章就 Drupal 的 Views 這個模組，做了一個非常有趣的介紹吶~&lt;/p&gt;</description>
		</item>
		
		<item>
			<title>Drupal 7 的重要進展</title>
			<link>https://drakeguan.org/blog/2010/01/important-progress-in-drupal-7/</link>
			<pubDate>Sun, 24 Jan 2010 23:15:40 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2010/01/important-progress-in-drupal-7/</guid>
			<description>&lt;p&gt;根據&lt;a href=&#34;https://drupal.org/drupal-7.0-alpha1&#34;&gt;官方的說法&lt;/a&gt;
，Drupal 7 有如下幾點特色：&lt;/p&gt;
&lt;h2 id=&#34;revamped-user-interface&#34;&gt;Revamped User Interface&lt;/h2&gt;
&lt;p&gt;有了&lt;a href=&#34;https://www.d7ux.org/&#34;&gt; &amp;ldquo;Seven&amp;rdquo;&lt;/a&gt;
 這個 theme，加上 overlay, dashbard 與 shortcut，整個就很威。其中的 dashboard 與 shortcut 很 web 2.0，你想要怎麼樣的 UI，由你自個兒來決定，完全擺脫了&lt;strong&gt;預先設想的 UI&lt;/strong&gt;，高度自由化。硬要挑剔的話，就是少了幾個 preset。試想，對於一位第一次嘗試 Drupal 的人來說，有預設的親切 Admin dashboard，是會獲得不少喝采的。&lt;/p&gt;</description>
		</item>
		
		<item>
			<title>Quick Taste of Drupal 7 Alpha 1</title>
			<link>https://drakeguan.org/blog/2010/01/quick-taste-of-drupal-7-alpha-1/</link>
			<pubDate>Wed, 20 Jan 2010 22:18:27 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2010/01/quick-taste-of-drupal-7-alpha-1/</guid>
			<description></description>
		</item>
		
		<item>
			<title>2009年，網站不預警關閉</title>
			<link>https://drakeguan.org/blog/2009/01/2009-the-site-shut-down-without-warning/</link>
			<pubDate>Sat, 03 Jan 2009 01:47:12 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2009/01/2009-the-site-shut-down-without-warning/</guid>
			<description>&lt;p&gt;2008 年的最後一天，每個人都等著下班下課，夜晚的到來，以各種可以讓血壓升高，心情暫時 high 到最高點的方式 – 跨年。我一早也是這麼想到，一直到有件事打斷了我 – drakeguan.org 被不預警地關閉了，連帶的，寄宿籬下的 &lt;a href=&#34;https://afwish.com&#34;&gt;afwish.com&lt;/a&gt;
 也遭秧了。&lt;/p&gt;</description>
		</item>
		
		<item>
			<title>Drupal Taiwan 2008 年終網聚!!!</title>
			<link>https://drakeguan.org/blog/2008/12/drupal-taiwan-2008-year-end-meetup/</link>
			<pubDate>Wed, 24 Dec 2008 00:18:01 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2008/12/drupal-taiwan-2008-year-end-meetup/</guid>
			<description>&lt;p&gt;&lt;a href=&#34;https://drupaltaiwan.org/forum/20081204/2825&#34;&gt;Drupal Taiwan 2008 MeetUp @ Frog Cafe.&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;https://drakeguan.org/images/drakeguan_3130377201.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;回來的路上，我一直在想「出席的人都非常客氣，既不吵鬧，也不嘻戲，而且還很乖地座在位置上一動也不動地聽著，實在很不可思議吶…」，也許是因為，這是個有點宅又不太宅的活動，而且又是少之又少的台灣 Drupal 活動，大家還不熟吧?&lt;/p&gt;</description>
		</item>
		
		<item>
			<title>我是這麼介紹 Drupal 的</title>
			<link>https://drakeguan.org/blog/2008/10/heres-how-i-introduce-drupal/</link>
			<pubDate>Wed, 01 Oct 2008 22:53:59 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2008/10/heres-how-i-introduce-drupal/</guid>
			<description>&lt;p&gt;應 &lt;a href=&#34;https://www.cellopoint.com&#34;&gt;Cellopoint&lt;/a&gt;
 的邀請，給了一場 Introduction to Drupal 的 talk，時間約莫一個多小時，4+1 位聽眾，一頁投影片也沒有，就一台可以上網的筆記型電腦與一個白板。我只在前一晚想了一下要提的綱要與流程，就這樣，非常地簡易。&lt;/p&gt;</description>
		</item>
		
		<item>
			<title>簡譯「How I Survived a 2300% Traffic Increase With Drupal」</title>
			<link>https://drakeguan.org/blog/2008/07/translation-how-i-survived-a-2300-percent-traffic-increase-with-drupal/</link>
			<pubDate>Mon, 28 Jul 2008 19:52:34 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2008/07/translation-how-i-survived-a-2300-percent-traffic-increase-with-drupal/</guid>
			<description>&lt;p&gt;&lt;a href=&#34;https://drupalmodules.com/&#34; title=&#34;Drupal Modules&#34;&gt;Drupal Modules&lt;/a&gt;
 這個網站的原作者 John Forsythe 在他的網站上頭寫了一篇&lt;a href=&#34;https://blamcast.net/articles/speed-up-drupal&#34; title=&#34;How I Survived a 2300% Traffic Increase With Drupal&#34;&gt;How I Survived a 2300% Traffic Increase With Drupal&lt;/a&gt;
，裏頭提到：他在他網站，寫了一篇有關 Drupal 的&lt;a href=&#34;https://blamcast.net/articles/orphaned-works-open-source-copyright&#34; title=&#34;Orphaned Works&#34;&gt;文章&lt;/a&gt;
，因為被放到 &lt;a href=&#34;https://reddit.com/&#34; title=&#34;Reddit&#34;&gt;Reddit&lt;/a&gt;
 的首頁（性質就像 &lt;a href=&#34;https://funp.com&#34;&gt;funP&lt;/a&gt;
 或 &lt;a href=&#34;https://www.hemidemi.com&#34;&gt;HEMiDEMi&lt;/a&gt;
 的網站），於是那幾天的流量，直接增加了 2x 倍。&lt;br&gt;
&lt;img loading=&#34;lazy&#34; src=&#34;https://blamcast.net/files/reddit-traffic-graph.png&#34;&gt;&lt;/p&gt;</description>
		</item>
		
		<item>
			<title>Drupal 模組：PNG Fix 解決了惱人的 PNG 問題</title>
			<link>https://drakeguan.org/blog/2008/03/drupal-module-png-fix-solves-the-annoying-png-problem/</link>
			<pubDate>Sat, 08 Mar 2008 13:06:21 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2008/03/drupal-module-png-fix-solves-the-annoying-png-problem/</guid>
			<description>&lt;p&gt;&lt;a href=&#34;https://drupal.org/node/205365&#34;&gt;&lt;img alt=&#34;PNG Fix &amp;ndash; Test Image&#34; loading=&#34;lazy&#34; src=&#34;https://drupal.org/files/images/pngtest%5B1%5D.png&#34;&gt;&lt;/a&gt;
去年的年初（2007），我接了個 &lt;a href=&#34;https://drakeguan.org/blog/2007/09/drupal-project-cirque/&#34;&gt;cirque 的案子&lt;/a&gt;
，從小胖手中拿到設計，到切圖，設定寫程式有的沒的，最後雖然完成了，卻因為沒有處理好半透明圖的問題而小帶遺憾。同樣是在去年，時間改到夏天，與朝富合作，完成了&lt;a href=&#34;https://drakeguan.org/blog/2008/01/drupal-project-accessible-mobility/&#34;&gt;行無礙網站 on Drupal&lt;/a&gt;
，首頁上的 logo 也是處理了一陣子，最後透過 &lt;a href=&#34;https://homepage.ntlworld.com/bobosola/&#34; title=&#34;PNG in Windows IE&#34;&gt;PNG in Windows IE&lt;/a&gt;
 裏提到的方法解決了。&lt;/p&gt;</description>
		</item>
		
		<item>
			<title>我的第一個 Drupal 模組：Thumbview Field</title>
			<link>https://drakeguan.org/blog/2008/02/my-first-drupal-module-thumbview-field/</link>
			<pubDate>Mon, 18 Feb 2008 23:46:23 +0800</pubDate>
			<guid>https://drakeguan.org/blog/2008/02/my-first-drupal-module-thumbview-field/</guid>
			<description>&lt;p&gt;為了回應 Jimmy, 阿翔, kid814 等人，同時也想試著寫個 Drupal 的模組來練習一下，於是有了這個 Thumbview Field 的模組誕生了~&lt;br&gt;
&lt;img loading=&#34;lazy&#34; src=&#34;https://drakeguan.org/images/drakeguan_2274749652.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;幾個月前，我寫了篇「&lt;a href=&#34;https://drakeguan.org/blog/2007/11/drupal-one-image-per-post/&#34;&gt;Drupal：許每篇文章一張圖&lt;/a&gt;
」，目的在做出 &lt;a href=&#34;https://coolhunting.com/&#34; title=&#34;Cool Hunting&#34;&gt;Cool Hunting&lt;/a&gt;
 網站上的視覺效果來，使用了 &lt;a href=&#34;https://drupal.org/project/computed_field&#34; title=&#34;Computed Field&#34;&gt;Computed Field&lt;/a&gt;
 這個模組，搭配 htmlparser 來抓出每篇文章的第一張圖，然後再使用 &lt;a href=&#34;https://drupal.org/project/views&#34; title=&#34;Views&#34;&gt;Views&lt;/a&gt;
 與 &lt;a href=&#34;https://drupal.org/project/imagecache&#34; title=&#34;Imagecache&#34;&gt;Imagecache&lt;/a&gt;
 來秀圖。過程非常的複雜，容易出錯。幾個月後，有了這個模組，目的是在簡化整個過程…&lt;/p&gt;
&lt;p&gt;接下來的全文，會有非常多的圖，請有心理準備。&lt;/p&gt;</description>
		</item>
		
	</channel>
</rss>
