Skip to content

This Site

The Language

Markdown

I love Markdown. The one thing I don't like about Markdown is there is about 15 different specs.

relevant xkcd

This site strives to use GitHub Flavored Markdown. Anytime we have to stray from this standard, it will be documented here.

The Editor

Neovim

I use Neovim to write posts and pages. There are a few plugins that I use to make writing posts and pages easier:

I even have a custom vimwiki/neowiki plugin that I use to facilitate writing posts. I will eventually be writing a more in-depth post on how I have my Neovim setup for this. Stay tuned!

The Site Generator

MkDocs

MkDocs Theme

MKDocs Plugins

  • mkdocs-callouts

    Note

    I guess I have always used "Obsidian-style" callouts/admonitions. Github Flavored Markdown refers to these as Alerts. Standard Markdown does not have a special syntax for callouts and MkDocs does it differently than Github/Obsidian style Markdown. This plugin allows us to use these style callouts.

  • mkdocs-git-authors-plugin