Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/waylonwalker/gh-projects
- Owner: WaylonWalker
- License: mit
- Created: 2022-09-04T16:19:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T01:03:15.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:29:59.193Z (8 months ago)
- Topics: markata-starter
- Homepage: https://gh-projects.markata.dev/
- Size: 65.4 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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