markata

There are 8 repositories under markata topic.

  • WaylonWalker/markata

    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.

    Language:Python893415
  • WaylonWalker/markata-todoui

    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.

    Language:Python30382
  • WaylonWalker/markata-slides

    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.

    Language:Python5331
  • WaylonWalker/markata-blog-starter

    Markata Blog Starter

    Language:Jinja3311
  • Mr-Destructive/meetgor.com

    My Personal Blog and Portfolio made with Markata SSG and Python

    Language:HTML1103
  • WaylonWalker/markata-action

    An GitHub Action to build markata sites in ci/cd.

    Language:Shell30
  • WaylonWalker/markata-docker

    Docker Images for Markata

    Language:Dockerfile30
  • WaylonWalker/markata-gh

    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.

    Language:Python30