precondition.github.io
precondition.github.io copied to clipboard
Added docs folder
Hello! I'm not sure if this is a totally different direction than what you want to go in, but I tried using docsify to create a framework for your post. I see that you are using jekyll, and your post is set up as a single blog post, so I def understand if this route conflicts with what you are going for.
For what I added, I didn't complete all formatting, just set up a rough outline. Let me know if you want to move forward in this direction or if you are set on a jekyll 'blog' post for you're awesome write up.
Wouldn't that override the ability to make more traditional blog posts such as my post on "Typing E with the thumb‽"?
I don't think so. In your index or whatever file you use as the navigation page for your posts, you could just point to the docs folder, something like
[Home Row Mods Post](/docs/...)
But I understand not wanting to do it this way. I'm still poking around jekyll trying to figure out how to do navigation within a single post.