<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>JavaScript on Unigiri</title>
    <link>https://unigiri.gitlab.io/en/tags/javascript/</link>
    <description>Recent content in JavaScript on Unigiri</description>
    <image>
      <title>Unigiri</title>
      <url>https://unigiri.gitlab.io/images/unigiri.png</url>
      <link>https://unigiri.gitlab.io/images/unigiri.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 04 Nov 2018 23:54:29 +0900</lastBuildDate>
    <atom:link href="https://unigiri.gitlab.io/en/tags/javascript/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Full-text Japanese search with Hugo &#43; Lunr</title>
      <link>https://unigiri.gitlab.io/en/posts/full-text-japanese-search-with-hugo-plus-lunr/</link>
      <pubDate>Sun, 04 Nov 2018 23:54:29 +0900</pubDate>
      <guid>https://unigiri.gitlab.io/en/posts/full-text-japanese-search-with-hugo-plus-lunr/</guid>
      <description>&lt;hr&gt;
&lt;p&gt;This article was machine-translated from the Japanese version.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;what-is-hugo&#34;&gt;What is Hugo?&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; is a static site generator framework built with Go.&lt;/p&gt;
&lt;h2 id=&#34;what-is-lunr&#34;&gt;What is Lunr?&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://lunrjs.com/&#34;&gt;Lunr&lt;/a&gt; is a text search engine built with JavaScript. It supports Japanese language search.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-to-set-up-the-search-function&#34;&gt;How to set up the search function&lt;/h2&gt;
&lt;p&gt;The following content is based on &lt;a href=&#34;https://gist.github.com/sebz/efddfc8fdcb6b480f567&#34;&gt;https://gist.github.com/sebz/efddfc8fdcb6b480f567&lt;/a&gt; and &lt;a href=&#34;https://gist.github.com/eddiewebb/735feb48f50f0ddd65ae5606a1cb41ae&#34;&gt;https://gist.github.com/eddiewebb/735feb48f50f0ddd65ae5606a1cb41ae&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;file-structure&#34;&gt;File structure&lt;/h3&gt;
&lt;p&gt;The file structure after implementation is as follows. Only the parts related to the search function are listed.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
