<?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>Web-Development on blog.nath.page</title>
    <link>https://blog.nath.page/tags/web-development/</link>
    <description>Recent content in Web-Development on blog.nath.page</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 26 Aug 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.nath.page/tags/web-development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SDS Project Configuration 5 - Images and HTML Export</title>
      <link>https://blog.nath.page/posts/sds5/</link>
      <pubDate>Wed, 26 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://blog.nath.page/posts/sds5/</guid>
      <description>&lt;h2 id=&#34;placing-images&#34;&gt;Placing Images&lt;/h2&gt;
&lt;p&gt;I could not find a way to automatically display the images. The best way seems to be to manually write the following. Replace &lt;code&gt;image.png&lt;/code&gt; with the full path if the file is not in the immediate location as the org file.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[[file: image.png]]
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;With this, images can be toggled on and off with &lt;code&gt;iimage-mode&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;You can make use of more options in the following manner.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;
#+CAPTION: Penguin body mass
#+ATTR_HTML: :width 600
[[./image.png]]
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;exporting-to-html&#34;&gt;Exporting to HTML&lt;/h2&gt;
&lt;p&gt;I installed the package &lt;code&gt;nice-org-html&lt;/code&gt; for exporting org files to html. Then the exporting is simply a matter of &lt;code&gt;M-x nice-org-html-export-to-html&lt;/code&gt; followed by accepting the offered defaults.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
