trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,23 @@
<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>