<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hugo on Ken Huang</title>
    <link>https://blog.kenhuang.io/tags/hugo/</link>
    <description>Recent content in Hugo on Ken Huang</description>
    <generator>Hugo</generator>
    <language>en</language>
    <managingEditor>kenhuang512@gmail.com (Ken Huang)</managingEditor>
    <webMaster>kenhuang512@gmail.com (Ken Huang)</webMaster>
    <lastBuildDate>Sun, 19 Apr 2026 12:39:42 +0800</lastBuildDate>
    <atom:link href="https://blog.kenhuang.io/tags/hugo/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hugo Blogging in Emacs</title>
      <link>https://blog.kenhuang.io/blog/2022-10-10-emacs-hugo-blogging/</link>
      <pubDate>Mon, 10 Oct 2022 22:50:48 +0800</pubDate><author>kenhuang512@gmail.com (Ken Huang)</author>
      <guid>https://blog.kenhuang.io/blog/2022-10-10-emacs-hugo-blogging/</guid>
      <description>&lt;p&gt;&#xA;When I started to use &lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; to write this blog last year, I noticed that there is an &lt;a href=&#34;https://github.com/masasam/emacs-easy-hugo&#34;&gt;easy-hugo&lt;/a&gt; package of Emacs many people use. So I installed it at that time, but I didn&amp;#39;t use many of its features since then. In fact, the only command I used was &lt;code class=&#34;verbatim&#34;&gt;easy-hugo-current-time&lt;/code&gt;. I used it to update the Hugo timestamps manually as in the format of &lt;code class=&#34;verbatim&#34;&gt;2022-10-15T09:45:35+08:00&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;My most desirable feature is to use it to select tags easily when I start to write a new post, but I never got it to work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>illustrate.clj to Illustrate Clojure Snippet</title>
      <link>https://blog.kenhuang.io/blog/2021-08-07-illustrate-clojure-snippet/</link>
      <pubDate>Sat, 07 Aug 2021 18:49:25 +0800</pubDate><author>kenhuang512@gmail.com (Ken Huang)</author>
      <guid>https://blog.kenhuang.io/blog/2021-08-07-illustrate-clojure-snippet/</guid>
      <description>&lt;p&gt;&#xA;To get my hands dirty with Clojure, I am trying to find or implement Clojure&amp;#39;s string functions in the sense of Python. Python has powerful string APIs, and I also want to see how powerful Clojure could be in this field. That would be interesting.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;As shown in the &lt;a href=&#34;https://clojure.org/api/cheatsheet&#34;&gt;cheatsheet&lt;/a&gt;, Clojure has implemented most of them, and there are some that I have to implement myself, like &lt;a href=&#34;https://blog.kenhuang.io/blog/2021-07-25-clojure-string-title-case/&#34;&gt;title-case&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;Along the way, I found it was a little cumbersome to append the evaluation result and the result of calling them, for example,&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
