emacs/var/elfeed/db/data/f7/f77f29810521100712cbde6e1712ba2058a6e0f7
2022-01-03 12:49:32 -06:00

23 lines
2.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>After <a href="https://batsov.com/articles/2021/11/01/switching-to-minimal-mistakes/">switching (think) to Minimal Mistakes</a> Ive been
doing some small improvements to the sites structure and content. I thought it might be a good idea to summarize them here:</p>
<ul>
<li>Ive updated the <a href="https://batsov.com/about/">About page</a>. It now includes a lot more information about me and (think)s background and mission.</li>
<li>Ive moved the contact information from the About page to a <a href="https://batsov.com/contact/">dedicated page</a>.</li>
<li>Ive added a simple <code class="language-plaintext highlighter-rouge">lunr</code>-powered search. I should have done this a while ago, but Minimal Mistakes made this so easy that I finally had no excuse not to do it.
Its not as fancy as Algolia-powered search, but it mostly gets the job done.</li>
<li>Ive replaced the old custom <a href="https://batsov.com/archive/">Archive</a> and <a href="https://batsov.com/tags/">Tags</a> pages, with the versions of those pages provided by Minimal Mistakes. Now they look much better as a result.</li>
<li>Ive added dedicated Atom feeds for the main topics Ive historically written about:
<ul>
<li><a href="https://batsov.com/feeds/Ruby.xml">Ruby</a></li>
<li><a href="https://batsov.com/feeds/Clojure.xml">Clojure</a></li>
<li><a href="https://batsov.com/feeds/Emacs.xml">Emacs</a></li>
<li><a href="https://batsov.com/feeds/Meta.xml">Meta</a> (I use this a replacement for “Misc”, so expect all sorts of disconnected articles here)</li>
</ul>
</li>
<li>Ive added a table of contents to many of my longer articles (heres an <a href="https://batsov.com/articles/2011/05/03/ruby-or-python/">example</a></li>
<li>Ive been going over some of my old articles and Ive fixed tags, broken links, typos, grammar and markup here and there.</li>
</ul>
<p>I have to say that this has been a very fun process and Minimal Mistakes has been an absolute joy to use so far!
Next step - finally learn how to use <a href="https://jekyllrb.com/docs/collections/">Jekylls collections</a> and add something else besides articles to the site.</p>