sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

741
active users

Fabrizio Musacchio

If you run a static website using the theme, I once created a to have the most important and frequently used features at hand. Feel free to use and share it 🤗

🌎 fabriziomusacchio.com/blog/202

Just discovered how easy it is to add a simple TOC 📋 to your 🧪 website 🙈 Simply add these two lines of code to your Markdown file (using the theme + ):

* TOC
{:toc .toc_intext}

and add some appropriate commands to your _base.scss. That's it, no further plugins are requiered. See it in action here: 🌍 fabriziomusacchio.com/blog/202

@pixeltracker I’ve always preferred the dedicated sidebar, since that comes out of the box and doesn't require extra CSS.

In other contexts, an inline ToC can be useful, but when I have the choice, I’d always go with the nav.toc sidebar.

Does inline work better for you?

fabriziomusacchio.com/blog/202

Fabrizio Musacchio · Minimal Mistakes Cheat SheetA quick overview of available commands for creating content with the Minimal Mistakes Jekyll theme.

@infotexture It depends on the purpose of the page. If a post is more about images, I don't use the side TOC to have more space for images. Otherwise, I use the normal TOC function of Minimal Mistakes.

@pixeltracker I wanted to thank you for this post--I have been using it for a year and a half at this point! I was recently trying to make a splash index.md page for a personal website and discovered that the kramdown and html button cheats can be modified for markdown as well:

url: "scratch.mit.edu"
btn_label: "Visit"
btn_class: "btn--info"

scratch.mit.eduScratch - Imagine, Program, ShareScratch is a free programming language and online community where you can create your own interactive stories, games, and animations.

@pixeltracker this was a great post, thank you! I followed your link on related posts and wound up writing a widget that significantly improved on the logic in that article and is also plug-and-play for Minimal Mistakes. More at karmanivero.us/blog/related-po

some words · Related Posts With Minimal MistakesPresenting a radically improved related-posts widget for the Minimal Mistakes Jekyll theme.