Adële 🦥<p><strong>Offline version of a smolweb site</strong></p><p>So easy to make an offline version of a blog when it respects <a href="https://social.pollux.casa/tags/smolweb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>smolweb</span></a> recommendations.</p><p>I've built a <a href="https://social.pollux.casa/tags/zim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zim</span></a> file of my web site with two command lines. wget and zimwriterfs (provided with zim-tools package) are easy to use. And it can be viewed by all zim readers such as the very good <span class="h-card"><a href="https://mastodon.social/@kiwix" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>kiwix</span></a></span> software.</p><p>## Mirror the site with wget</p><pre><code>wget --mirror --convert-links --adjust-extension --page-requisites
--no-parent https://adele.pages.casa/
</code></pre><p>or for short</p><pre><code>wget -mkEpnp https://adele.pages.casa/
</code></pre><p><strong>Create the zim file with zimwriterfs</strong></p><pre><code>zimwriterfs --welcome=md/index.html --illustration=md/adele24.png --language=eng --title=Adële --name=Adële --description="Adële's smolwebsite" --longDescription="A blog about smolweb, lowtech anre more..." --creator="Adële" --publisher=ZimTools ./adele.pages.casa/ adele.zim
</code></pre><p>You can open the zim file with kiwix-desktop or serve it on a local web server with kiwix-server.</p><p>Result can be view on <a href="https://zim.pollux.casa/#q=adele" rel="nofollow noopener noreferrer" target="_blank">my personal kiwix instance</a></p><p><strong>Links</strong></p><p>There are other tools to <a href="https://wiki.openzim.org/wiki/Build_your_ZIM_file" rel="nofollow noopener noreferrer" target="_blank">build a zim file</a></p>