Markata
I open sourced the static site framework that I use to build my-blog among other side projects. It's a plugins all the way down static site generator, that makes me happy to use.
markata-blog-starter ⭐3
Last Updated: 2023-01-20T14:29:19Z
Markata Blog Starter
markata-todoui ⭐26
Last Updated: 2023-01-19T21:06:04Z
A todo plugin for markata. It is a tui (text user interface) that runs in the terminal using textual. It gives me a trello-board feel from the terminal. I can create, update, delete, move, and fully manage my todo items from the terminal with it.
markata ⭐70
Last Updated: 2023-01-03T19:25:37Z
A plugins all the way down static site generator written in python. Plugins all the way down means that you can completely change the behavior of how it works by swapping plugins, installing new ones, or creating your own all in python.
markata-slides ⭐5
Last Updated: 2022-12-10T11:52:21Z
A slides plugin for markata that allows you to create presentations in markdown from the comfort of your favorite editor. Each new h2 tag (## in markdown) becomes a new slide. This plugin leverages the built-in feeds plugin for navigation, and adds in some hotkeys (j/k) to go the the previous and next slides.
markata-action ⭐0
Last Updated: 2022-09-26T14:45:02Z
An GitHub Action to build markata sites in ci/cd.
markata-gh ⭐0
Last Updated: 2022-09-26T14:41:59Z
A markata plugin to pull your github repos into your site by topic. This is a jinja plugin that only needs to be pip installed, then it will automatically be exposed as a jinja tag.
markata-docker ⭐0
Last Updated: 2022-06-22T14:52:47Z
Docker Images for Markata
Repos used to build this blog
my-blog is built on a number of small repos. I set it up this way so that creating content is fast and easy to do. I don't have to worry about carrying around large images with my lightweight text files just to make some posts.
waylonwalker.com ⭐11
Last Updated: 2023-01-15T15:30:36Z
Latest version of waylonwalker.com - dev.waylonwalker.com
screenshots.waylonwalker.com ⭐0
Last Updated: 2022-09-26T14:27:05Z
My utility to get screenshots into blog posts quickly. It leverages flameshot for the screencapture, names it, runs squoosh to convert into a small webp, and pushes to github to be served by cloudflare pages.
images.waylonwalker.com ⭐0
Last Updated: 2022-08-31T01:23:01Z
Host images separate from waylonwalker.com for faster deploys and lighter repo
Kedro
I am a heavy user of the kedro framework, and a big advocate for using some sort of DAG framework for your data pipelines. kedro is built all in python which makes it easy for a python dev like me to extend, run, maintain, and deploy.
find-kedro ⭐20
Last Updated: 2022-12-25T10:16:39Z
kedro plugin to automatically construct pipelines using pytest style pattern matching
kedro-diff ⭐10
Last Updated: 2022-12-16T20:58:14Z
quickly diff kedro history
kedro-static-viz ⭐22
Last Updated: 2022-08-27T11:32:29Z
kedro cli plugin for generating a static kedro viz site (html, css, js) that can be deployed on many serverless tools.
steel-toes ⭐9
Last Updated: 2022-07-16T15:15:49Z
a kedro hook to protect against breaking changes to data
kedro-action ⭐16
Last Updated: 2022-05-27T08:43:38Z
A GitHub Action to lint, test, build-docs, package, and run your kedro pipelines. Supports any Python version you'll give it (that is also supported by pyenv).
Neovim Plugins
I use vim for all of my text editing needs. It brings me joy to make any part of it just a bit smoother. I have written a few plugins that help me achieve that silky smooth workflow.
Telegraph.nvim ⭐46
Last Updated: 2023-01-08T22:37:44Z
Send commands system commands in an elegant way
mdformat.nvim ⭐3
Last Updated: 2022-09-03T15:06:25Z
format markdown language fences in nvim