<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Nikola on KK's Blog (fromkk)</title><link>https://fromkk.com/tags/nikola/</link><description>Recent content in Nikola on KK's Blog (fromkk)</description><generator>Hugo</generator><language>en</language><managingEditor>bebound@gmail.com (KK)</managingEditor><webMaster>bebound@gmail.com (KK)</webMaster><lastBuildDate>Sun, 10 Aug 2025 18:44:05 +0800</lastBuildDate><atom:link href="https://fromkk.com/tags/nikola/index.xml" rel="self" type="application/rss+xml"/><item><title>Deploy Nikola Org Mode on Travis</title><link>https://fromkk.com/posts/deploy-nikola-org-mode-on-travis/</link><pubDate>Sat, 03 Nov 2018 21:20:00 +0800</pubDate><author>bebound@gmail.com (KK)</author><guid>https://fromkk.com/posts/deploy-nikola-org-mode-on-travis/</guid><description>&lt;p&gt;Recently, I enjoy using &lt;code&gt;Spacemacs&lt;/code&gt;, so I decided to switch to org file from Markdown for writing blog. After several attempts, I managed to let Travis convert org file to HTML. Here are the steps.&lt;/p&gt;
&lt;h2 id="install-org-mode-plugin"&gt;Install Org Mode plugin&lt;/h2&gt;
&lt;p&gt;First you need to install Org Mode plugin on your computer following the official guide: &lt;a href="https://plugins.getnikola.com/v8/orgmode/" target="_blank" rel="noopener noreffer "&gt;Nikola orgmode plugin&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="edit-conf-dot-el"&gt;Edit &lt;code&gt;conf.el&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;Org Mode&lt;/code&gt; will convert to HTML to display on Nikola. Org Mode plugin will call Emacs to do this job. When I run &lt;code&gt;nikola build&lt;/code&gt;, it shows this message: &lt;code&gt;Please install htmlize from https://github.com/hniksic/emacs-htmlize&lt;/code&gt;. I&amp;rsquo;m using &lt;code&gt;Spacemacs&lt;/code&gt;, the &lt;code&gt;htmlize&lt;/code&gt; package is already downloaded if the &lt;code&gt;org&lt;/code&gt; layer is enabled. I just need to add htmlize folder to load-path. So here is the code:&lt;/p&gt;</description></item></channel></rss>