trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -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> I’ve been
|
||||
doing some small improvements to the site’s structure and content. I thought it might be a good idea to summarize them here:</p>
|
||||
|
||||
<ul>
|
||||
<li>I’ve 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>I’ve moved the contact information from the About page to a <a href="https://batsov.com/contact/">dedicated page</a>.</li>
|
||||
<li>I’ve 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.
|
||||
It’s not as fancy as Algolia-powered search, but it mostly gets the job done.</li>
|
||||
<li>I’ve 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>I’ve added dedicated Atom feeds for the main topics I’ve 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>I’ve added a table of contents to many of my longer articles (here’s an <a href="https://batsov.com/articles/2011/05/03/ruby-or-python/">example</a></li>
|
||||
<li>I’ve been going over some of my old articles and I’ve 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/">Jekyll’s collections</a> and add something else besides articles to the site.</p>
|
Loading…
Add table
Add a link
Reference in a new issue