Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waylonwalker/gh-projects

A personal GitHub Projects page.
https://github.com/waylonwalker/gh-projects

markata-starter

Last synced: about 1 month ago
JSON representation

A personal GitHub Projects page.

Awesome Lists containing this project

README

        

Create your own using the
[gh-project](https://github.com/WaylonWalker/gh-projects/generate) template.

## [markata](https://github.com/WaylonWalker/markata) ⭐86
_Last Updated: 2023-11-27T22:03:41Z_

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-todoui](https://github.com/WaylonWalker/markata-todoui) ⭐30
_Last Updated: 2023-06-16T08:12:00Z_

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-blog-starter](https://github.com/WaylonWalker/markata-blog-starter) ⭐3
_Last Updated: 2023-01-20T14:29:19Z_

Markata Blog Starter

## [markata-slides](https://github.com/WaylonWalker/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](https://github.com/WaylonWalker/markata-action) ⭐0
_Last Updated: 2022-09-26T14:45:02Z_

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

## [markata-gh](https://github.com/WaylonWalker/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](https://github.com/WaylonWalker/markata-docker) ⭐0
_Last Updated: 2022-06-22T14:52:47Z_

Docker Images for Markata